From 96f71e6cb1bacbc3fcb0fda9a2b6734f857f150c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 24 Aug 2019 14:52:33 -0700 Subject: [PATCH] Update README and ReleaseNotes for 4.9.2 Signed-off-by: Dirk Hohndel --- CHANGELOG.md | 8 +------- README.md | 8 ++++---- ReleaseNotes/ReleaseNotes.txt | 11 +++++++++++ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802b8a747..64ec61ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,4 @@ -- Desktop: fix copy & paste crash -- Desktop: fix saving to XML with empty dive site taxonomies -- Dive computer: add support for Deepblu Cosmiq+ -- Planner: fix calculation of CNS for pO2 > 1.6 bar -- Mobile: allow editing weights for dives that have no weight -- Desktop: fix missing header files in macos.c -- Desktop: fix display of trip time + --- * 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]` diff --git a/README.md b/README.md index d7a30a4e3..602f7eeed 100644 --- a/README.md +++ b/README.md @@ -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.1 +This is the README file for Subsurface 4.9.2 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.9 (and earlier versions). +changes since Subsurface 4.9.1 (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.1 (or whatever the last release is) +git checkout v4.9.2 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.1.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.2.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 137d7022d..f0ae5dd1d 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,17 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 4.9.2 +~~~~~~~~~~~~~~~~~~~~~~~~~ +- Desktop: fix copy & paste crash +- Desktop: fix saving to XML with empty dive site taxonomies +- Desktop: fix display of trip time +- Planner: fix calculation of CNS for pO2 > 1.6 bar +- Mobile: allow editing weights for dives that have no weight +- Dive computer support: + - add support for Deepblu Cosmiq+ + - add support for Aqualung i200C + New in _Subsurface_ 4.9.1 ~~~~~~~~~~~~~~~~~~~~~~~~~ - fix incorrect tool tip for the button closing the filter panel