From 359613210bf03d47fec5d19420f537aa5128f5cc Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 18 Jul 2014 18:00:28 -0700 Subject: [PATCH] Getting read for Beta 2 Tiny updates to Relnotes and README, include the latest formatted manual, change the version in the project file Signed-off-by: Dirk Hohndel --- Documentation/user-manual.html.git | 8 +++++--- README | 7 ++++++- ReleaseNotes.txt | 2 +- subsurface.pro | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Documentation/user-manual.html.git b/Documentation/user-manual.html.git index 4dfc75a0e..5ff8e5982 100644 --- a/Documentation/user-manual.html.git +++ b/Documentation/user-manual.html.git @@ -1127,7 +1127,7 @@ the Dive Notes and the Equipment tabs on the t

The date and time of the dive, gas mixture and (often) water temperature is shown as obtained from the dive computer, but the user needs to add some additional information by hand in order to have a more complete dive record. -The message in a blue box at +If the contents of this tab is changed or edited in any way, the message in a blue box at the top of the panel indicates that the dive is being edited. If the user clicks on the Dive Notes tab, the following fields are visible:

@@ -1541,7 +1541,9 @@ files with a CSV extension:

There are pre-configured definitions for some dive computers, e.g. the APD rebreathers. If the user’s dive computer is on this list, it should be selected using the dropdown -box labeled Pre-configured imports. Finally OK should be clicked and +box labeled Pre-configured imports. Select the button at the bottom right +to indicate whether the dive data are in metric of imperial units. +Finally OK should be clicked and the dive will be imported and listed in the Dive List tab of Subsurface.

If the dive computer is not on the pre-configured list, the user must select the Field @@ -4208,7 +4210,7 @@ you may stay in the water for a long time, but spend most of it at the surface.


diff --git a/README b/README index 0e1371239..6a591b6a2 100644 --- a/README +++ b/README @@ -1,5 +1,10 @@ -This is the README file for Subsurface 4.1.90, the first Beta for 4.2 +This is the README file for Subsurface 4.1.91, the second Beta for 4.2 + +We fixed literally dozens of bugs since the first Beta so this one to me +is looking a lot better (printing, various corner cases in the planner and +elsewhere), but there are still a few known and likely a few unknown +problems... A lot of the internals of Subsurface changed, and quite a few new features got added (see the Releasenotes.txt). diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 8b1d61896..0509741b2 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,4 @@ - Subsurface 4.2 Beta 1 + Subsurface 4.2 Beta 2 ===================== Some of the changes since 4.1 diff --git a/subsurface.pro b/subsurface.pro index 9fa793a4d..b2aba8c16 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -15,7 +15,7 @@ DEPENDPATH += qt-ui mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 4.1.90 +VERSION = 4.1.91 HEADERS = \ color.h \