Skip to content

Commit

Permalink
[release] v5.4.2 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 16, 2015
1 parent 80cc06b commit 21e8716
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,7 +1,22 @@
Paparazzi 5.4.2_stable
======================

Maintenance release

- GCS: fix undo for list of values
[#1054] (https://github.com/paparazzi/paparazzi/issues/1054)
- lisa_mx: fix secondary spektrum satellite UART AF
- logalizer: fix csv export after allowing description tag in messages
- nps: update nps_fdm_jsbsim to be compatible with latest jsbsim
[#1118] (https://github.com/paparazzi/paparazzi/pull/1118)
- rotorcraft: fix attitude flight plan primitive
[#1103] (https://github.com/paparazzi/paparazzi/pull/1103)
- flight plans: fix 'call' statement without loop
- generators: only include raw makefile part from modules if target matches
- GCS: GPS accuracy speech less verbose
[#1046] (https://github.com/paparazzi/paparazzi/issues/1046)
- GCS: call index of first/single link "single"
[#1098] (https://github.com/paparazzi/paparazzi/issues/1098)

Paparazzi 5.4.1_stable
======================
Expand Down
2 changes: 1 addition & 1 deletion paparazzi_version
@@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v5.4.0_stable
DEF_VER=v5.4.2_stable

# First try git describe (if running on a git repo),
# then use default version from above (for release tarballs).
Expand Down

0 comments on commit 21e8716

Please sign in to comment.