diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-09 09:43:31 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-09 09:43:31 +0800 |
commit | 39fb3b2c13d5d8383340f08dff893553111f6b7c (patch) | |
tree | 5b1a227e2e4f258c5cc2562c7e66d16f1dc37932 | |
parent | 110c07e27b61cacacf4daba3a4606974c995721d (diff) | |
download | subsurface-39fb3b2c13d5d8383340f08dff893553111f6b7c.tar.gz |
Prepare for Subsurface 4.0.2 release
Update version numbers and add "new in 4.0.2" summary to ReleaseNotes.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | ReleaseNotes.txt | 19 | ||||
-rw-r--r-- | subsurface.pro | 2 |
3 files changed, 23 insertions, 6 deletions
@@ -1,5 +1,5 @@ -This is the README file for Subsurface 4.0.1 +This is the README file for Subsurface 4.0.2 After the release of Subsurface 3.1 the Subsurface developer team decided to make a major change in the development direction of the @@ -24,7 +24,7 @@ As always in a massive rewrite like this, there are still a small handful of known bugs and issues - please check ReleaseNotes.txt and our bug tracker at trac.hohndel.org. -The latest public version is Subsurface 4.0.1, released in January of 2014. +The latest public version is Subsurface 4.0.2, released in January of 2014. License: GPLv2 @@ -40,12 +40,12 @@ You can also browse the sources via gitweb at git.hohndel.org If you want the latest release (instead of the bleeding edge development version) you can either get this via -git checkout v4.0.1 (or whatever the last release is) +git checkout v4.0.2 (or whatever the last release is) if you have already cloned the git repository as shown above or you can get a tar ball from -http://subsurface.hohndel.org/downloads/Subsurface-4.0.1.tgz +http://subsurface.hohndel.org/downloads/Subsurface-4.0.2.tgz Basic Usage: diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e10869497..a07542419 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,4 @@ - Subsurface 4.0.1 + Subsurface 4.0.2 ================ The Subsurface developer team is proud to announce the release of the @@ -37,6 +37,23 @@ available, the tank pressure curve) in very innovative ways that give the user additional information on relative velocity (and momentary air consumption) during the dive through the coloring of the graphs. +New in version 4.0.2 (compared to Subsurface 4.0.1): +---------------------------------------------------- + +- fixed potential crash when importing dive data without dive computer + model information +- improve parsing of equipment data; this now accepts localized units + as well as input in units that are not the display units (so if you + run Subsurface in metric, but went diving in a place where weights + are in US Pounds (lbs), you can now enter the weight in lbs and + Subsurface does the right thing) +- fix temperature conversion when downloading data from Uemis SDA +- improve autocompletion to always be case insensitive +- improve selection handling in the dive list +- include event data in libdivecomputer dump +- improve profiles generated for dives with no depth samples and no + average depth + New in version 4.0.1 (compared to Subsurface 4.0): -------------------------------------------------- diff --git a/subsurface.pro b/subsurface.pro index 244359271..5d51d242a 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -6,7 +6,7 @@ INCLUDEPATH += qt-ui $$PWD mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 4.0.1 +VERSION = 4.0.2 HEADERS = \ color.h \ |