diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-01 07:20:47 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-01 07:20:47 -0800 |
commit | 0416544d8256c469244115f651b8652c7281a56f (patch) | |
tree | e07464eb88d0bc66ed2e90c935237fc795794c39 | |
parent | 737b5bdd5c05be1a6e84755cf0b0fe84aeb26fdf (diff) | |
download | subsurface-0416544d8256c469244115f651b8652c7281a56f.tar.gz |
Update README, ReleaseNotes and INSTALL
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | INSTALL | 17 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 7 |
3 files changed, 16 insertions, 10 deletions
@@ -14,12 +14,12 @@ Subsurface natively under Windows, we have some hints how to do so here as well. As of Subsurface 4.3 all of the prebuilt binaries that we provide (right -now Windows64, Windows32, Mac, Ubuntu and LinuxMint) are built using our -own custom "flavors" of libdivecomputer and libmarblewidget. You can get -these from +now Windows, Mac, Ubuntu/Debian/LinuxMint, and openSUSE/Fedora) are built +using our own custom "flavors" of libdivecomputer and libmarblewidget. You +can get these from -git://git.subsurface-divelog.org/marble (in the Subsurface-4.3 branch) -git://git.subsurface-divelog.org/libdc (in the Subsurface-4.3 branch) +git://git.subsurface-divelog.org/marble (in the Subsurface-4.4 branch) +git://git.subsurface-divelog.org/libdc (in the Subsurface-4.4 branch) Both of these repositories also have a Subsurface-testing branch. That branch is explicitly marked as NOT STABLE and will receive force pushes. @@ -27,9 +27,12 @@ The rationale for this is that we have no intention of forking either of these two projects. We simply are adding a few patches on top of their latest versions and so those testing branches get frequently rebased. -Also, all of the prebuilt binaries (with the exception of the Windows32 +Also, all of the prebuilt binaries (with the exception of the Ubuntu 12.04 build) are now Qt5 based and Qt5 is considered the stable and supported -framework to use for building Subsurface. +framework to use for building Subsurface. The sources contain a best +effort patch in packaging/ubuntu/0001-Make-build-with-Qt4.patch that +attempts to continue to allow building with Qt4, but that is not +officially supported and will result in missing functionality. Build options for Subsurface ---------------------------- @@ -1,4 +1,4 @@ -This is the README file for Subsurface 4.4 Beta 1 +This is the README file for Subsurface 4.4 Beta 3 Please check the ReleaseNotes.txt for details about new features and changes since Subsurface 4.3 diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 495dbd25e..8e56666fc 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,10 +1,10 @@ // _Subsurface_ 4.4 Release Notes -_Subsurface_ 4.4 Beta 2 - January 2015 +_Subsurface_ 4.4 Beta 3 - February 2015 --------------------------------------- The _Subsurface_ development team proudly announces -the release of version 4.4 Beta 2 (aka 4.3.960) of _Subsurface_, an open +the release of version 4.4 Beta 3 (aka 4.3.970) of _Subsurface_, an open source divelog and dive planning program for Windows, Mac and Linux. License: GPLv2 @@ -14,6 +14,9 @@ _Subsurface_ can be found at: http://_Subsurface_-divelog.org Some of the changes since _Subsurface_ 4.3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +_Subsurface_ supports posting a dive with profile pictures and some of the +relevant data to a user's timeline on Facebook. + _Subsurface_ now allows the user to select which of the dives downloaded from a dive computer will be added to the dive list. |