Skip to content

Commit

Permalink
first release candidate for next release v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 5, 2012
1 parent cb158f8 commit 650605d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
Paparazzi 4.1.0_testing
=======================

First release candidate for next stable release.

- Total energy control
[#251] (https://github.com/paparazzi/paparazzi/pull/251)
- PPM input on UART1 RX for Lisa/M autopilots
- Rate Limiter for Flaps, Gears and servo hatches
[#252] (https://github.com/paparazzi/paparazzi/pull/252)
- GPS acceleration compensation in ahrs_float_dcm
[#255] (https://github.com/paparazzi/paparazzi/pull/255)
- Improved gravity heuristic for int_cmpl_quat
- Some updates on digital_cam and photogrammetry modules
[#250] (https://github.com/paparazzi/paparazzi/pull/250)
- Replace wget by OCaml Http_client from netclient lib to download files
[#276] (https://github.com/paparazzi/paparazzi/pull/276)


Paparazzi 4.0.3
===============

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

DEF_VER=v4.0.3_stable
DEF_VER=v4.1.0_testing

# 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 650605d

Please sign in to comment.