diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-20 13:53:26 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-20 13:53:26 -0800 |
commit | 3e8bd6caa30c6bf64bf4a8c91cc762409f067a90 (patch) | |
tree | 417ff129f724f44f5003deddf3ae443020af5683 | |
parent | 6d9b88938d4f83f53db85bbe65ad5966bd25198d (diff) | |
download | subsurface-3e8bd6caa30c6bf64bf4a8c91cc762409f067a90.tar.gz |
Get ready for 4.9.10
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d19b39aac..3f14b5350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -- core: fix missing GPS coordinate strings in the UI -- core: Gracefully handle infinte MND for oxygen - mobile: add location service warning as required by Google Play - mobile: fix manually adding dives in the past [#2971] @@ -9,10 +9,10 @@ ![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2018.04%20/%20Qt%205.9/badge.svg) ![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2019.10%20/%20Qt%205.12/badge.svg) -This is the README file for Subsurface 4.9.9 +This is the README file for Subsurface 4.9.10 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.9.8 (and earlier versions). +changes since Subsurface 4.9.9 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -47,10 +47,10 @@ development version) you can either get this via git or the release tar ball. After cloning run the following command: ``` -git checkout v4.9.9 (or whatever the last release is) +git checkout v4.9.10 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.9.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.10.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 7f5791f4a..37f759eba 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,11 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 4.9.10 +~~~~~~~~~~~~~~~~~~~~~~~~~~ +- core: fix missing GPS coordinate strings in the UI +- core: Gracefully handle infinte MND for oxygen + New in _Subsurface_ 4.9.9 ~~~~~~~~~~~~~~~~~~~~~~~~~ - desktop: avoid potential crash in print previews |