Skip to content

Commit

Permalink
[release] v5.0.2 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 7, 2013
1 parent 0b12024 commit 2ffb0ab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Paparazzi 5.0.2_stable
======================

Maintenance release

- add launch and noground options to pprzsim-launch
- fixedwing: fix initialzation of trim commands, including yaw
- fixedwing: fixes to use ins_alt_dot from ins_alt_float (with USE_BAROMETER)
[#511] (https://github.com/paparazzi/paparazzi/pull/511)
- state interface: fix local/global coordinate validity checks
- state interface: fix local ned/enu to ecef conversion
- lib/ocaml: update leap_seconds to 16 (last one was on June 30, 2012)


Paparazzi 5.0.1_stable
======================

Expand Down
2 changes: 1 addition & 1 deletion paparazzi_version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v5.0.1_stable
DEF_VER=v5.0.2_stable

# First try git describe (if running on a git repo),
# then use default version from above (for release tarballs).
Expand Down

0 comments on commit 2ffb0ab

Please sign in to comment.