diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-08-01 13:29:38 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-08-01 13:29:38 -0700 |
commit | 6e4c3ce6d8c1024adadab5d1915df49e6199f821 (patch) | |
tree | 60f65571040bd75289e691bc7522919257bd515a | |
parent | 29f5d15a66924a989eb83ec803fdf878017f6a56 (diff) | |
download | subsurface-6e4c3ce6d8c1024adadab5d1915df49e6199f821.tar.gz |
Prepare for 4.9.1 releasev4.9.1
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 7c9761f8f..ef6dcc280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -- fix incorrect tool tip for the button closing the filter panel -- fix crash when (re-)loading maps --- * 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.9 +This is the README file for Subsurface 4.9.1 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.8.6 (and earlier versions). +changes since Subsurface 4.9 (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.9.0 (or whatever the last release is) +git checkout v4.9.1 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.0.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.1.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 4c539f1ef..137d7022d 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,11 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 4.9.1 +~~~~~~~~~~~~~~~~~~~~~~~~~ +- fix incorrect tool tip for the button closing the filter panel +- fix crash when (re-)loading maps + New in _Subsurface_ 4.9 ~~~~~~~~~~~~~~~~~~~~~~~ - Major rewrite of the undo facility. Most operations can now be undone at |