diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-07-13 12:20:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-13 15:28:06 -0700 |
commit | b2422f88569a2bba50db74835fcd09dd5b070ec9 (patch) | |
tree | 37843f01b56b6fe9a45de2c9302e4a2e86790063 | |
parent | 396f85d0f4bd1d7ba6ebfae207eb1b89fd3c0903 (diff) | |
download | subsurface-b2422f88569a2bba50db74835fcd09dd5b070ec9.tar.gz |
Prepare README and ReleaseNotes for 4.8.1v4.8.1
And clear out CHANGELOG.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 12 |
3 files changed, 17 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 679f61c14..64ec61ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,4 @@ -- Planner: fix bug in dive mode drop-down and planner notes -- Mac: fix crashes when opening the user manual or connecting to Facebook [#1471] -- BLE support: fix recognition of Heinrich Weikamp OSTC 2 and OSTC Plus -- BT support: fix downloading / configuring some OSTC models [#1474] -- Cloud storage: fix potential issue with credentials on Linux [#1346] -- Profile: Context menu entry to manually split a dive -- Dive media: support addition of videos -- Dive media: locate moved files based on filename and path -- Mobile/iOS: fix missing translations + --- * Always add new entries at the very top of this file above other existing entries and this note. * Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]` @@ -1,9 +1,9 @@ # Subsurface [![Build Status](https://travis-ci.org/Subsurface-divelog/subsurface.svg?branch=master)](https://travis-ci.org/Subsurface-divelog/subsurface) -This is the README file for Subsurface 4.8 +This is the README file for Subsurface 4.8.1 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.7.8 (and earlier versions). +changes since Subsurface 4.8 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -38,10 +38,10 @@ development version) you can either get this via git or the release tar ball. After cloning run the following command: ``` -git checkout v4.8.0 (or whatever the last release is) +git checkout v4.8.1 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.0.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.1.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 1d1d7887b..78df36eea 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,18 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 4.8.1 +~~~~~~~~~~~~~~~~~~~~~~~~~ +- Mac: fix crashes when opening the user manual or connecting to Facebook [#1471] +- BLE support: fix recognition of Heinrich Weikamp OSTC 2 and OSTC Plus +- BT support: fix downloading / configuring some OSTC models [#1474] +- Cloud storage: fix potential issue with credentials on Linux [#1346] +- Profile: Context menu entry to manually split a dive +- Dive media: support addition of videos +- Dive media: locate moved files based on filename and path +- Planner: fix bug in dive mode drop-down and planner notes +- Mobile/iOS: fix missing translations + New in _Subsurface_ 4.8 ~~~~~~~~~~~~~~~~~~~~~~~ |