APMrover2: Creating release 2.49 of Rover.

This commit is contained in:
Grant Morphett 2015-03-04 11:48:47 +11:00
parent 339dac18f7
commit e0f828f4d2
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#define THISFIRMWARE "ArduRover v2.48"
#define THISFIRMWARE "ArduRover v2.49"
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,3 +1,19 @@
Release 2.49, March 4th 2015
----------------------------
The ardupilot development team has released version 2.49 of
APM:Rover. This release is a bug fix release with two important bugs
found by Marco Walther - Thanks Marco!
The bug fixes in this release are:
- fixed a sonar problem where objects to the left wouldn't be
identified - thanks Marco Walther!
- Fixed the ordering of the AP_Notify call so the main indicator
light would be correct on startup - thanks Marco Walther!
Release 2.48, February 20th 2015
--------------------------------