mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Update README, ReleaseNotes and INSTALL
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
737b5bdd5c
commit
0416544d82
3 changed files with 16 additions and 10 deletions
17
INSTALL
17
INSTALL
|
@ -14,12 +14,12 @@ Subsurface natively under Windows, we have some hints how to do so
|
||||||
here as well.
|
here as well.
|
||||||
|
|
||||||
As of Subsurface 4.3 all of the prebuilt binaries that we provide (right
|
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
|
now Windows, Mac, Ubuntu/Debian/LinuxMint, and openSUSE/Fedora) are built
|
||||||
own custom "flavors" of libdivecomputer and libmarblewidget. You can get
|
using our own custom "flavors" of libdivecomputer and libmarblewidget. You
|
||||||
these from
|
can get these from
|
||||||
|
|
||||||
git://git.subsurface-divelog.org/marble (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.3 branch)
|
git://git.subsurface-divelog.org/libdc (in the Subsurface-4.4 branch)
|
||||||
|
|
||||||
Both of these repositories also have a Subsurface-testing branch. That
|
Both of these repositories also have a Subsurface-testing branch. That
|
||||||
branch is explicitly marked as NOT STABLE and will receive force pushes.
|
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
|
these two projects. We simply are adding a few patches on top of their
|
||||||
latest versions and so those testing branches get frequently rebased.
|
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
|
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
|
Build options for Subsurface
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
2
README
2
README
|
@ -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
|
Please check the ReleaseNotes.txt for details about new features and
|
||||||
changes since Subsurface 4.3
|
changes since Subsurface 4.3
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
// _Subsurface_ 4.4 Release Notes
|
// _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 _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.
|
source divelog and dive planning program for Windows, Mac and Linux.
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
@ -14,6 +14,9 @@ _Subsurface_ can be found at: http://_Subsurface_-divelog.org
|
||||||
Some of the changes since _Subsurface_ 4.3
|
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
|
_Subsurface_ now allows the user to select which of the dives downloaded
|
||||||
from a dive computer will be added to the dive list.
|
from a dive computer will be added to the dive list.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue