From cafef4614fef5275507520309b562eda4ccc00a5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 30 Apr 2015 07:39:16 -0700 Subject: Get started on Subsurface 4.4.2 Signed-off-by: Dirk Hohndel --- ReleaseNotes/ReleaseNotes.txt | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'ReleaseNotes') diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 99e96f4fd..568bf8812 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,6 +1,6 @@ -// _Subsurface_ 4.4.1 Release Notes +// _Subsurface_ 4.4.2 Release Notes -_Subsurface_ 4.4.1 - February 2015 +_Subsurface_ 4.4.2 - April 2015 -------------------------------- The _Subsurface_ development team proudly announces @@ -11,9 +11,25 @@ License: GPLv2 _Subsurface_ can be found at: http://_Subsurface_-divelog.org -This is just a small update to _Subsurface_ 4.4, mainly intended to update -the user manual translations to be consistent with 4.4, to fix a small -number of bugs and to update to the latest libdivecomputer. +This is another small update to _Subsurface_ 4.4, mainly intended to +add and improve support for some dive computers. + +Some of the changes since _Subsurface_ 4.4.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fixed several issues with downloads from the UEMIS SDA + +added support for the new models of the Heinrichs & Weikamp OSTC 2 and OSTC 3 + +added support for the Tusa IQ-700 + +added support for the Mares Smart + +added more DiveSystems iDive models + +added support for Scubapro Meridian and Chromis + +added / improved support for Oceanic Veo 2, Veo 3 and VTX Some of the changes since _Subsurface_ 4.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3-70-g09d2 From aee2055c1459e2670e0d67e5bb0682a57f3350f3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 30 Apr 2015 09:22:00 -0700 Subject: Mention the issue with the Eon Steel on MacOS Signed-off-by: Dirk Hohndel --- ReleaseNotes/ReleaseNotes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ReleaseNotes') diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 568bf8812..e07680565 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -31,6 +31,10 @@ added support for Scubapro Meridian and Chromis added / improved support for Oceanic Veo 2, Veo 3 and VTX +Known issues (and this was the case in 4.4 and 4.4.1 as well): +Suunto Eon Steel support on MacOS is currently not working as MacOS grabs +the device before Subsurface gets to see it. + Some of the changes since _Subsurface_ 4.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3-70-g09d2 From 9d596a9272fd0b9a36d4671b0efccf7ce845d96f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 2 May 2015 16:59:09 -0700 Subject: Update ReleaseNotes Signed-off-by: Dirk Hohndel --- ReleaseNotes/ReleaseNotes.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ReleaseNotes') diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index e07680565..1d460abbe 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -17,6 +17,11 @@ add and improve support for some dive computers. Some of the changes since _Subsurface_ 4.4.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Improved editing of tags when multiple dives are selected + +Improved handling of the sample interval when uploading data to +divelogs.de + Fixed several issues with downloads from the UEMIS SDA added support for the new models of the Heinrichs & Weikamp OSTC 2 and OSTC 3 -- cgit v1.2.3-70-g09d2 From 149b2f48741b28b61adb23432776b9628ad4ab2b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 4 May 2015 06:20:37 -0700 Subject: Final version number changes Signed-off-by: Dirk Hohndel --- ReleaseNotes/ReleaseNotes.txt | 2 +- subsurface.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ReleaseNotes') diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 1d460abbe..7ac21fd40 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -4,7 +4,7 @@ _Subsurface_ 4.4.2 - April 2015 -------------------------------- The _Subsurface_ development team proudly announces -the release of version 4.4.1 of _Subsurface_, an open +the release of version 4.4.2 of _Subsurface_, an open source divelog and dive planning program for Windows, Mac and Linux. License: GPLv2 diff --git a/subsurface.pro b/subsurface.pro index ed78bce4a..331c9735a 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -19,7 +19,7 @@ else: TARGET = subsurface QMAKE_CLEAN += $$TARGET -VERSION = 4.4.1 +VERSION = 4.4.2 HEADERS = \ cochran.h \ -- cgit v1.2.3-70-g09d2