Skip to content

Commit

Permalink
Merge pull request #581 from dartsim/packaging-4.3.5
Browse files Browse the repository at this point in the history
Packaging 4.3.5
  • Loading branch information
jslee02 committed Jan 9, 2016
2 parents 068ab7b + 5f9a026 commit 7e3e36c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 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 "4")
set(DART_MINOR_VERSION "3")
set(DART_PATCH_VERSION "4")
set(DART_PATCH_VERSION "5")
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
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### Version 4.3.3 (2015-01-24)
### Version 4.3.5 (2016-01-09)

1. Fixed incorrect applying of joint constraint impulses (backported from 6.0.0)
* [Pull request #578](https://github.com/dartsim/dart/pull/578)

### Version 4.3.4 (2015-01-24)

1. Fixed build issue with gtest on Mac
* [Pull request #315](https://github.com/dartsim/dart/pull/315)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dart4 (4.3.5) unstable; urgency=medium

* Fixed incorrect applying of joint constraint impulses (backported from 6.0.0)

-- Jeongseok Lee <[email protected]> Sat, 9 Jan 2015 12:00:00 -0500

dart (4.3.4) unstable; urgency=low

* Fixed build issue with gtest on Mac
Expand Down
12 changes: 6 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: dart
Source: dart4
Priority: extra
Maintainer: Jeongseok Lee <[email protected]>
Build-Depends: debhelper (>= 9),
Expand All @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libtinyxml-dev,
libtinyxml2-dev,
liburdfdom-dev
Standards-Version: 3.9.5
Standards-Version: 3.9.6
Section: libs
Homepage: http://dartsim.github.io/
Vcs-Git: git://github.com/dartsim/dart.git
Expand All @@ -22,7 +22,7 @@ Vcs-Browser: https://github.com/dartsim/dart
Package: libdart-core4-dev
Section: libdevel
Architecture: any
Pre-Depends: multiarch-support
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libdart-core3-dev
Depends: ${misc:Depends},
libdart-core4.3 (= ${binary:Version}),
Expand Down Expand Up @@ -56,7 +56,7 @@ Description: Dynamic Animation and Robotics Toolkit, core development files
Package: libdart4-dev
Section: libdevel
Architecture: any
Pre-Depends: multiarch-support
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
libdart-core4-dev,
libdart4.3 (= ${binary:Version}),
Expand Down Expand Up @@ -92,7 +92,7 @@ Description: Dynamic Animation and Robotics Toolkit, development files
Package: libdart-core4.3
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Dynamic Animation and Robotics Toolkit, core library files
Expand Down Expand Up @@ -122,7 +122,7 @@ Description: Dynamic Animation and Robotics Toolkit, core library files
Package: libdart4.3
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Dynamic Animation and Robotics Toolkit, library files
Expand Down

0 comments on commit 7e3e36c

Please sign in to comment.