mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 21:07:40 +08:00
stable release v5.14
This commit is contained in:
+13
-1
@@ -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
|
First release candidate for v5.14
|
||||||
|
|
||||||
General
|
General
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
DEF_VER=v5.13.0_testing
|
DEF_VER=v5.14.0_stable
|
||||||
|
|
||||||
# First try git describe (if running on a git repo),
|
# First try git describe (if running on a git repo),
|
||||||
# then use default version from above (for release tarballs).
|
# then use default version from above (for release tarballs).
|
||||||
|
|||||||
Reference in New Issue
Block a user