Get started on Subsurface 4.4.2

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-04-30 07:39:16 -07:00
parent 554b652d25
commit cafef4614f
3 changed files with 27 additions and 11 deletions

View file

@ -110,7 +110,7 @@ like this:
mkdir -p ~/src
cd ~/src
git clone -b v4.4.1 git://subsurface-divelog.org/subsurface
git clone -b v4.4.2 git://subsurface-divelog.org/subsurface
./subsurface/scripts/build.sh # <- this step will take quite a while as it
# compiles a handful of libraries before
# building Subsurface
@ -270,7 +270,7 @@ To compile Subsurface, use:
$ cd ~/src
$ git clone git://subsurface-divelog.org/subsurface.git
$ cd subsurface
$ cd git checkout v4.4 # this get's you the last release
$ cd git checkout v4.4.2 # this get's you the last release
# skip this step to build the latest development
# version
$ packagin/windows/mingw-make.sh Qt5 SPECIAL_MARBLE_PREFIX=1

8
README
View file

@ -1,7 +1,7 @@
This is the README file for Subsurface 4.4.1
This is the README file for Subsurface 4.4.2
Please check the ReleaseNotes.txt for details about new features and
changes since Subsurface 4.4 (and earlier versions).
changes since Subsurface 4.4.1 (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.4.1 (or whatever the last release is)
git checkout v4.4.2 (or whatever the last release is)
or download a tar ball from:
http://subsurface-divelog.org/downloads/Subsurface-4.4.1.tgz
http://subsurface-divelog.org/downloads/Subsurface-4.4.2.tgz
Detailed build instructions can be found in the INSTALL file.

View file

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~