mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 02:52:42 +08:00
stable release v5.14
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user