Skip to content

Commit

Permalink
[release] v5.0.3 stable version
Browse files Browse the repository at this point in the history
- fix Paparazzi Center on Mac OS (detection of child processes exitting)
  [#290] (#290)
- state interface: fix stateCalcHorizontalSpeedNorm_i
- fix/improve dependency generation for building firmware
- abort with meaningful error if ARM toolchain is not found
  • Loading branch information
flixr committed Nov 22, 2013
1 parent c76da3d commit 5249022
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Paparazzi 5.0.3_stable
======================

Maintenance release

- fix Paparazzi Center on Mac OS (detection of child processes exitting)
[#290] (https://github.com/paparazzi/paparazzi/issues/290)
- state interface: fix stateCalcHorizontalSpeedNorm_i
- fix/improve dependency generation for building firmware
- abort with meaningful error if ARM toolchain is not found


Paparazzi 5.0.2_stable
======================

Expand Down
2 changes: 1 addition & 1 deletion paparazzi_version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v5.0.2_stable
DEF_VER=v5.0.3_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 5249022

Please sign in to comment.