Skip to content

Commit

Permalink
v5.8.1 maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 20, 2016
1 parent 0a2c64a commit a7c97e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Paparazzi v5.8.1_stable
=======================

Maintenance release.

- ground segment: python tools fixes
- module: stereocam2state improvements/fixes
[#1490] (https://github.com/paparazzi/paparazzi/pull/1490)
- module: fix gps_ublox
- boards: naze32: default to SERIAL (USB) flash mode
- generators: always put configure options at beginning
[#1517] (https://github.com/paparazzi/paparazzi/pull/1517)
- generators: varous fixes for loading of modules and subsystems
- drivers: fix regression of wrong magnetometer axis on Parrot Bebop

Paparazzi v5.8.0_stable
=======================

Expand Down
2 changes: 1 addition & 1 deletion paparazzi_version
@@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v5.8.0_stable
DEF_VER=v5.8.1_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 a7c97e1

Please sign in to comment.