stable release v5.14

This commit is contained in:
Gautier Hattenberger
2018-12-19 22:22:00 +01:00
parent 69953a7f6b
commit 3f680d1564
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,18 @@
Paparazzi v5.13.0_testing
Paparazzi v5.14.0_stable
========================
Stable version release
- experimental integration of Rust module to the airborne code
[#2355] (https://github.com/paparazzi/paparazzi/pull/2355)
- document quat to axis conversion
[#2367] (https://github.com/paparazzi/paparazzi/pull/2367)
- fix synchro on SBUS radio control
[#2370] (https://github.com/paparazzi/paparazzi/pull/2370)
Paparazzi v5.13.0_testing
=========================
First release candidate for v5.14
General

View File

@@ -1,6 +1,6 @@
#!/bin/sh
DEF_VER=v5.13.0_testing
DEF_VER=v5.14.0_stable
# First try git describe (if running on a git repo),
# then use default version from above (for release tarballs).