mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 13:27:32 +08:00
fourth release candidate for next stable release v5.4
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
Paparazzi 5.3.3_testing
|
||||
=======================
|
||||
|
||||
Fourth release candidate for v5.4 stable release.
|
||||
|
||||
- tmtc: fix rx_lost_time in link
|
||||
- paparazzicenter: fix GLib-CRITICAL warning when running clean/build/upload
|
||||
- server: write paparzzi_version as comment at beginning of log file
|
||||
[#1049] (https://github.com/paparazzi/paparazzi/pull/1049)
|
||||
- replace BOOT message with AUTOPILOT_VERSION, show in GCS and add build version
|
||||
[#1050] (https://github.com/paparazzi/paparazzi/pull/1050)
|
||||
- GCS: fix green color after colormap changes on some new systems
|
||||
[#1051] (https://github.com/paparazzi/paparazzi/pull/1051)
|
||||
[#575] (https://github.com/paparazzi/paparazzi/issues/575)
|
||||
- settings: display ? for current value on undo
|
||||
[#1054] (https://github.com/paparazzi/paparazzi/issues/1054)
|
||||
- Add some more flexibility to conf and control_panel naming
|
||||
[#1055] (https://github.com/paparazzi/paparazzi/pull/1055)
|
||||
|
||||
|
||||
Paparazzi 5.3.2_testing
|
||||
=======================
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEF_VER=v5.3.2_testing
|
||||
DEF_VER=v5.3.3_testing
|
||||
|
||||
# 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