diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c230e8d7..15be1167f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ======================= diff --git a/paparazzi_version b/paparazzi_version index c45a547270..0ded83f43c 100755 --- a/paparazzi_version +++ b/paparazzi_version @@ -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).