Skip to content

Commit

Permalink
v5.8 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 20, 2015
1 parent 0f32ef0 commit 12bd529
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Paparazzi v5.8.0_stable
=======================

Stable version release.

- module: nav_catapult: avoid conditional directives
[#1454] (https://github.com/paparazzi/paparazzi/pull/1454)
- module: gps_ubx_ucenter fix autobaud and autoconf for ublox-8
[#1480] (https://github.com/paparazzi/paparazzi/pull/1480)
- module: add stereocam2state which publishes a VELOCITY_ESTIMATE from stereocam
[#1486] (https://github.com/paparazzi/paparazzi/pull/1486)
- arch/linux: I2C: use repeated-start for transceive as required by some sensors
[#1469] (https://github.com/paparazzi/paparazzi/pull/1469)
- remove unused libeknav and fms folder
[#1487] (https://github.com/paparazzi/paparazzi/pull/1487)

Paparazzi 5.7.1_testing
=======================

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.7.1_testing
DEF_VER=v5.8.0_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 12bd529

Please sign in to comment.