1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-26 15:54:15 +01:00

Fix WhatsNew for release, change "build-essentials" to "build-essential" in contributing.md

This commit is contained in:
a*morale 2015-10-21 21:11:30 +02:00
parent 84749f1258
commit aa61c9e7a2
2 changed files with 16 additions and 33 deletions

View File

@ -9,7 +9,7 @@ Install XCode and its relatated command line tools (follow Apple documentation).
Install git, curl and p7zip. You can use brew `brew install git curl p7zip` or macport: `sudo port install git curl p7zip` Install git, curl and p7zip. You can use brew `brew install git curl p7zip` or macport: `sudo port install git curl p7zip`
###Ubuntu ###Ubuntu
sudo apt-get install git build-essentials curl gdb wget debhelper p7zip-full unzip flex bison libsdl1.2-dev libudev-dev libusb-1.0-0-dev libc6-i386 mesa-common-dev sudo apt-get install git build-essential curl gdb wget debhelper p7zip-full unzip flex bison libsdl1.2-dev libudev-dev libusb-1.0-0-dev libc6-i386 mesa-common-dev
###Windows ###Windows

View File

@ -1,42 +1,16 @@
-- RELEASE-15.09-RC3 - First LibrePilot Release -- Supermoon Eclipse -- RELEASE-15.09 - First LibrePilot Release -- Supermoon Eclipse
This release candidate adds a fix for the OSX crash issue and updated templates that matches new librepilot UAVOS.
Also fixes Wiki links and elevon wizard issue.
** Bug
* [LP-153] - Bug in configrevohwwidget.cpp use MAINPORT enum not FLEXIPORT
* [LP-155] - GCS crashes on OS X 10.11 when the board is halted
* [LP-156] - Update Vehicle templates to work with current UAVO's
-- RELEASE-15.09-RC2 - First LibrePilot Release -- Supermoon Eclipse
This release candidate adds a fix for external magnetometer calibration.
It also fixes a build issue caused by broken make dependencies.
The list of bug fixes added in this release candidate is available here:
https://librepilot.atlassian.net/issues/?filter=10301
** Bug
* [LP-135] - Aux mag calibration issue
* [LP-136] - Build errors caused by broken uavobjgenerator make dependencies
-- RELEASE-15.09-RC1 - First LibrePilot Release -- Supermoon Eclipse
This is the first LibrePilot release. This is the first LibrePilot release.
The main focus of this release is to bring back support for CC3D and an general re-branding of the GCS. The main focus of this release is to bring back support for CC3D and a general re-branding of the GCS.
The full list of bug fixes in this release is available here: The full list of bug fixes and enhancements in this release is available here:
https://librepilot.atlassian.net/issues/?filter=10300 https://librepilot.atlassian.net/issues/?filter=10300
Release Notes - LibrePilot - Version REL-15.09 - Supermoon Eclipse
** Sub-task
* [LP-31] - skarlsso/LP-26_update_welcome_page_plugin
** Bug ** Bug
* [LP-37] - Memory wasted in pvPortMallocGeneric * [LP-37] - Memory wasted in pvPortMallocGeneric
* [LP-57] - Errors during NewsPanel data scraping * [LP-57] - Errors during NewsPanel data scraping
* [LP-58] - Splash Screen doesn't display * [LP-58] - Splash Screen doesn't display
* [LP-59] - Replace openpilot email address in packaging
* [LP-65] - Heli config tab refresh * [LP-65] - Heli config tab refresh
* [LP-69] - Add SRXL to CC3D target * [LP-69] - Add SRXL to CC3D target
* [LP-70] - Vehicle Setup Wizard allows a not working CC3D configuration * [LP-70] - Vehicle Setup Wizard allows a not working CC3D configuration
@ -50,6 +24,11 @@ Release Notes - LibrePilot - Version REL-15.09 - Supermoon Eclipse
* [LP-127] - Fix Mac tool install md5 check * [LP-127] - Fix Mac tool install md5 check
* [LP-128] - ElevateAndCompress is broken at full throttle * [LP-128] - ElevateAndCompress is broken at full throttle
* [LP-134] - Obsolete Google Satellite Version * [LP-134] - Obsolete Google Satellite Version
* [LP-135] - Aux mag calibration issue
* [LP-136] - Build errors caused by broken uavobjgenerator make dependencies
* [LP-153] - Bug in configrevohwwidget.cpp use MAINPORT enum not FLEXIPORT
* [LP-155] - GCS crashes on OS X 10.11 when the board is halted
* [LP-156] - Update Vehicle templates to work with current UAVO's
** Epic ** Epic
* [LP-1] - Code Rebranding * [LP-1] - Code Rebranding
@ -105,6 +84,9 @@ Release Notes - LibrePilot - Version REL-15.09 - Supermoon Eclipse
* [LP-99] - Decouple flight build * [LP-99] - Decouple flight build
* [LP-113] - Create new tool install framework * [LP-113] - Create new tool install framework
* [LP-129] - Remove broken scaleMotor modes * [LP-129] - Remove broken scaleMotor modes
* [LP-138] - Remove OpenPilot branding from Makefile Help text
* [LP-141] - Missing link for wiki help page on Stabilization Configuration page
* [LP-142] - Replace remaining OpenPilot wiki links with LibrePilot links
** Improvement ** Improvement
* [LP-10] - Cleanup build warnings on OSX * [LP-10] - Cleanup build warnings on OSX
@ -115,6 +97,7 @@ Release Notes - LibrePilot - Version REL-15.09 - Supermoon Eclipse
* [LP-67] - Add a txpid option that manage all PID factors at once * [LP-67] - Add a txpid option that manage all PID factors at once
* [LP-77] - Jira needs more Component options * [LP-77] - Jira needs more Component options
* [LP-80] - Extend linux packaging to easily support new distros * [LP-80] - Extend linux packaging to easily support new distros
* [LP-82] - Define all packaging descriptions and URLs in top Makefile
* [LP-87] - Remove OpenPilot branding from Doxygen Documentation * [LP-87] - Remove OpenPilot branding from Doxygen Documentation
* [LP-93] - Thermal calibration should calculate also gyro bias * [LP-93] - Thermal calibration should calculate also gyro bias
* [LP-94] - Set up Wiki link in Configuration tabs to point to Librepilot Wiki * [LP-94] - Set up Wiki link in Configuration tabs to point to Librepilot Wiki
@ -124,8 +107,8 @@ Release Notes - LibrePilot - Version REL-15.09 - Supermoon Eclipse
* [LP-110] - Wizard : high rate servos and normal Esc rate for planes and ground vehicles * [LP-110] - Wizard : high rate servos and normal Esc rate for planes and ground vehicles
* [LP-114] - Support to more than three Accessory channels * [LP-114] - Support to more than three Accessory channels
* [LP-124] - Rename RollRatePID and PitcahRatePID to EasyTuneRateRoll and EasyTuneRatePitch * [LP-124] - Rename RollRatePID and PitcahRatePID to EasyTuneRateRoll and EasyTuneRatePitch
* [LP-130] - Add an overridable postfix that is appended to GCS name
* [LP-162] - Add more data to usage tracker.
--- RELEASE-15.05.01 HOTFIX --- Banana Split --- --- RELEASE-15.05.01 HOTFIX --- Banana Split ---