diff options
| author | 2016-02-27 00:02:25 +0100 | |
|---|---|---|
| committer | 2016-02-27 00:02:25 +0100 | |
| commit | 563ff6bdc45832f9e3b22aaa88b7ae8f265b32c4 (patch) | |
| tree | 91c1a101dd475637fd7a7051f2ecd31ecf3bc45e | |
| parent | 55fbddb7563ebe01b3baffe0ac4b1a734144f253 (diff) | |
| download | subsurface-563ff6bdc45832f9e3b22aaa88b7ae8f265b32c4.tar.gz | |
Prepare README and ReleaseNotes for 4.5.4
Just so I don't forget. Still some more testing needed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
| -rw-r--r-- | README | 6 | ||||
| -rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 18 |
2 files changed, 19 insertions, 5 deletions
@@ -1,4 +1,4 @@ -This is the README file for Subsurface 4.5.3 +This is the README file for Subsurface 4.5.4 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.3 (or whatever the last release is) +git checkout v4.5.4 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.5.3.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.5.4.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 229b03909..bcb80e109 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,8 +1,22 @@ -// _Subsurface_ 4.5.3 Release Notes +// _Subsurface_ 4.5.4 Release Notes -_Subsurface_ 4.5.3 - October 2015 +_Subsurface_ 4.5.4 - March 2016 --------------------------------- +Some of the changes since _Subsurface_ 4.5.3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Update to latest libdivecomputer to fix a number of issues in the + parsing of dive computer data (Shearmos Amphos Air, Shearwater Predator, + several Oceanic models) +- Add support for Oceanic / Aeris F11, DiveSystem iX3M, Shearwater Perdix +- Fix several issues with imports from CSV, divelogs.de and other sources +- Add better support for OSTC3 configuration +- Fix potential rounding error when exporting weight systems +- Add statistics by dive type +- Small UI fixes + + Some of the changes since _Subsurface_ 4.5.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |