Skip to content

Commit

Permalink
Merge pull request #467 from dartsim/packaging-5.0.1
Browse files Browse the repository at this point in the history
Packaging DART 5.0.1
  • Loading branch information
jslee02 committed Jul 28, 2015
2 parents f201fe3 + b63bfc4 commit aa4691b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ project(dart)

set(DART_MAJOR_VERSION "5")
set(DART_MINOR_VERSION "0")
set(DART_PATCH_VERSION "0")
set(DART_PATCH_VERSION "1")
set(DART_VERSION "${DART_MAJOR_VERSION}.${DART_MINOR_VERSION}.${DART_PATCH_VERSION}")
set(DART_PKG_DESC "Dynamic Animation and Robotics Toolkit.")
set(DART_PKG_EXTERNAL_DEPS "flann, ccd, fcl")
Expand Down
21 changes: 20 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version 5.0.1 (2015-XX-XX)
### Version 5.0.1 (2015-07-28)

1. Improved app indexing for bipedStand and atlasSimbicon
* [Pull request #417](https://github.com/dartsim/dart/pull/417)
Expand All @@ -9,6 +9,25 @@
1. Improved CollisionNode's index validity check
* [Pull request #421](https://github.com/dartsim/dart/pull/421)

1. Standardized warning messages for Joints
* [Pull request #425](https://github.com/dartsim/dart/pull/425)
* [Pull request #429](https://github.com/dartsim/dart/pull/429)

1. Fixed bug in SDF parser -- correct child for a joint
* [Pull request #431](https://github.com/dartsim/dart/pull/431)

1. Fixed SDF parsing for single link model without joint
* [Pull request #444](https://github.com/dartsim/dart/pull/444)

1. Added missing virtual destructors to Properties in Entity and [Soft]BodyNode
* [Pull request #458](https://github.com/dartsim/dart/pull/458)

1. Limited maximum required version of Assimp less than 3.0~dfsg-4
* [Pull request #459](https://github.com/dartsim/dart/pull/459)

1. Fixed SEGFAULTs in DartLoader
* [Pull request #472](https://github.com/dartsim/dart/pull/472)

### Version 5.0.0 (2015-06-15)

1. Fixed aligned memory allocation with Eigen objects
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
dart (5.0.1) unstable; urgency=low

* Improved app indexing for bipedStand and atlasSimbicon
* Added clipping command when it exceeds the limits
* Improved CollisionNode's index validity check
* Standardized warning messages for Joints
* Fixed bug in SDF parser -- correct child for a joint
* Fixed SDF parsing for single link model without joint
* Added missing virtual destructors to Properties in Entity and [Soft]BodyNode
* Limited maximum required version of Assimp less than 3.0~dfsg-4
* Fixed SEGFAULTs in DartLoader

-- Jeongseok Lee <[email protected]> Tue, 28 Jul 2015 03:00:00 -0500

dart (5.0.0) unstable; urgency=low

* Fixed aligned memory allocation with Eigen objects
Expand Down

0 comments on commit aa4691b

Please sign in to comment.