mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:33:23 +00:00
Get ready for Subsurface 4.4.1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0fb84b8a8a
commit
c10cc87427
3 changed files with 29 additions and 8 deletions
8
README
8
README
|
@ -1,7 +1,7 @@
|
|||
This is the README file for Subsurface 4.4 Beta 3
|
||||
This is the README file for Subsurface 4.4.1
|
||||
|
||||
Please check the ReleaseNotes.txt for details about new features and
|
||||
changes since Subsurface 4.3
|
||||
changes since Subsurface 4.4 (and earlier versions).
|
||||
|
||||
Subsurface can be found at http://subsurface-divelog.org
|
||||
|
||||
|
@ -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.3 (or whatever the last release is)
|
||||
git checkout v4.4.1 (or whatever the last release is)
|
||||
|
||||
or download a tar ball from:
|
||||
|
||||
http://subsurface-divelog.org/downloads/Subsurface-4.3.tgz
|
||||
http://subsurface-divelog.org/downloads/Subsurface-4.4.1.tgz
|
||||
|
||||
Detailed build instructions can be found in the INSTALL file.
|
||||
|
||||
|
|
|
@ -1,16 +1,37 @@
|
|||
// _Subsurface_ 4.4 Release Notes
|
||||
// _Subsurface_ 4.4.1 Release Notes
|
||||
|
||||
_Subsurface_ 4.4 - February 2015
|
||||
_Subsurface_ 4.4.1 - February 2015
|
||||
--------------------------------
|
||||
|
||||
The _Subsurface_ development team proudly announces
|
||||
the release of version 4.4 of _Subsurface_, an open
|
||||
the release of version 4.4.1 of _Subsurface_, an open
|
||||
source divelog and dive planning program for Windows, Mac and Linux.
|
||||
|
||||
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.
|
||||
|
||||
Some of the changes since _Subsurface_ 4.4
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Spanish, Russian and French translations of the user manual have been
|
||||
updated.
|
||||
|
||||
Better and more flexible parsing of GPS coordinates.
|
||||
|
||||
Small fixes to the HTML export.
|
||||
|
||||
Fixed a problem where dives imported from some Shearwater dive computers
|
||||
would be considered CCR dives. For dives imported in the past, manually
|
||||
setting them to OC works around the issue.
|
||||
|
||||
Several fixes to imports from other divelog, including importing from
|
||||
MacDive.
|
||||
|
||||
Some of the changes since _Subsurface_ 4.3
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ else: TARGET = subsurface
|
|||
|
||||
QMAKE_CLEAN += $$TARGET
|
||||
|
||||
VERSION = 4.4
|
||||
VERSION = 4.4.1
|
||||
|
||||
HEADERS = \
|
||||
cochran.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue