From a26c1c6df115ae00ca35d99931103415366a73cf Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 18 Apr 2016 20:14:40 -0700 Subject: [PATCH] Updates for version 4.5.6 Signed-off-by: Dirk Hohndel --- README | 6 +++--- ReleaseNotes/ReleaseNotes.txt | 10 ++++++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README b/README index e986d97e2..aaa37fecd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the README file for Subsurface 4.5.5 +This is the README file for Subsurface 4.5.6 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.5 (or whatever the last release is) +git checkout v4.5.6 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.5.5.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.5.6.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index a6399f7cb..9b5ea60b4 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,8 +1,14 @@ -// _Subsurface_ 4.5.5 Release Notes +// _Subsurface_ 4.5.6 Release Notes -_Subsurface_ 4.5.5 - March 2016 +_Subsurface_ 4.5.6 - March 2016 --------------------------------- +Some of the changes since _Subsurface_ 4.5.5 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Fix crash when downloading from Shearwater dive computers +- Small fixes to VPM-B ceiling calculations + Some of the changes since _Subsurface_ 4.5.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~