Skip to content

Commit df2702c

Browse files
authored
Update changelog and package.xml to 0.7.0 (#547)
Update changelog & package for 0.7.0
1 parent 7fcdc7f commit df2702c

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,35 @@
11
## FCL 0
22

3-
### FCL 0.7.0 (????-??-??)
3+
### FCL 0.7.0 (2021-09-09)
44

55
* Breaking changes
66

77
* Macros `FCL_SUPPRESS_MAYBE_UNINITIALIZED_BEGIN` and `FCL_SUPPRESS_MAYBE_UNINITIALIZED_END` defined in `fcl/common/warning.h` have been removed:
88
[#489](https://github.com/flexible-collision-library/fcl/pull/489)
9+
* Require CMake 3.10:
10+
[#506](https://github.com/flexible-collision-library/fcl/pull/506)
11+
* Check SSE support and enable SSE if support is found:
12+
[#506](https://github.com/flexible-collision-library/fcl/pull/506)
13+
[#514](https://github.com/flexible-collision-library/fcl/pull/514)
914

1015
* Core/Common
1116

17+
* Use package format 3 with conditional dependency on catkin:
18+
[#536](https://github.com/flexible-collision-library/fcl/pull/536)
19+
* Fix compilation on Windows. Do not use "not" in preprocessor:
20+
[#530](https://github.com/flexible-collision-library/fcl/pull/530)
21+
* Use std::copy instead of memcpy. Patches imported from Debian:
22+
[#517](https://github.com/flexible-collision-library/fcl/pull/517)
23+
* Fix finding of ccd with pkg-config:
24+
[#499](https://github.com/flexible-collision-library/fcl/pull/499)
25+
[#497](https://github.com/flexible-collision-library/fcl/pull/497)
26+
1227
* Math
1328

1429
* constants::eps() is now constexpr:
1530
[#494](https://github.com/flexible-collision-library/fcl/pull/494)
31+
* Fix shape conservative advancement normal computation:
32+
[#505](https://github.com/flexible-collision-library/fcl/pull/505)
1633

1734
* Geometry
1835

@@ -26,6 +43,8 @@
2643
collision between ellipsoid and half space *with that ordering*. Now also
2744
supports half space and ellipsoid.
2845
[#520](https://github.com/flexible-collision-library/fcl/pull/520)
46+
* Do not flush error messages on cerr:
47+
[#542](https://github.com/flexible-collision-library/fcl/pull/542)
2948

3049
* Broadphase
3150

@@ -39,6 +58,10 @@
3958
[#472](https://github.com/flexible-collision-library/fcl/pull/472)
4059
* Another failure mode in the GJK/EPA signed distance query patched:
4160
[#494](https://github.com/flexible-collision-library/fcl/pull/494)
61+
* Fix build when ccd_real_t == float:
62+
[#498](https://github.com/flexible-collision-library/fcl/pull/498)
63+
* Remove accidental recursive include:
64+
[#496](https://github.com/flexible-collision-library/fcl/pull/496)
4265

4366
* Build/Test/Misc
4467

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>fcl</name>
3-
<version>0.6.1</version>
3+
<version>0.7.0</version>
44
<description>FCL: the Flexible Collision Library</description>
55
<maintainer email="[email protected]">TRI Geometry Team</maintainer>
66
<license>BSD</license>

0 commit comments

Comments
 (0)