Get ready for 4,5,5 release

Update README and ReleaseNotes

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-28 16:40:15 -05:00
parent 90bd1b0af7
commit 3ba21027b9
2 changed files with 23 additions and 5 deletions

6
README
View file

@ -1,4 +1,4 @@
This is the README file for Subsurface 4.5.4
This is the README file for Subsurface 4.5.5
Please check the ReleaseNotes.txt for details about new features and
changes since Subsurface 4.5 (and earlier versions).
@ -24,11 +24,11 @@ If you want the latest release (instead of the bleeding edge
development version) you can either get this via git or the release tar
ball. After cloning run the following command:
git checkout v4.5.4 (or whatever the last release is)
git checkout v4.5.5 (or whatever the last release is)
or download a tar ball from:
http://subsurface-divelog.org/downloads/Subsurface-4.5.4.tgz
http://subsurface-divelog.org/downloads/Subsurface-4.5.5.tgz
Detailed build instructions can be found in the INSTALL file.

View file

@ -1,8 +1,26 @@
// _Subsurface_ 4.5.4 Release Notes
// _Subsurface_ 4.5.5 Release Notes
_Subsurface_ 4.5.4 - March 2016
_Subsurface_ 4.5.5 - March 2016
---------------------------------
Some of the changes since _Subsurface_ 4.5.4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Update to latest libdivecomputer which adds support for Cochran
Commander and EMC, Uwatec Aladin Sport, Suunto Zoop/Vyper Novo,
Suunto D4i and D6i with latest firmware, Heinrichs & Weikamp OSTC4
- In the dive planner, switch pressure unit when planning in recreational
mode and setting a tank reserve
- In the dive planner, show the correct VPM-B + conservatism on the
profile when planning in VPM-B mode and show the planner specific
gradient factors in Bühlman mode.
- Enable showing a VPM-B based "ceiling" on the profile
- Fix bug regarding depth parameter in OSTC/OSTC3 configuration
- Fix bug in CSV export
- Fix potential race when immediately switching to Add dive or Planner
while accessing cloud storage
Some of the changes since _Subsurface_ 4.5.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~