mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
update README and ReleaseNotes for 4.9,6
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ce1582581b
commit
2f460277f4
3 changed files with 10 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
core: fix crashes when using user space FTDI driver
|
||||
mobile: add information about the cloud sync state to the Subsurface plate in the menu
|
||||
|
||||
---
|
||||
|
|
|
@ -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.5
|
||||
This is the README file for Subsurface 4.9.6
|
||||
|
||||
Please check the `ReleaseNotes.txt` for details about new features and
|
||||
changes since Subsurface 4.9.4 (and earlier versions).
|
||||
changes since Subsurface 4.9.5 (and earlier versions).
|
||||
|
||||
Subsurface can be found at http://subsurface-divelog.org
|
||||
|
||||
|
@ -39,10 +39,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.5 (or whatever the last release is)
|
||||
git checkout v4.9.6 (or whatever the last release is)
|
||||
```
|
||||
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.5.tgz
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.6.tgz
|
||||
|
||||
Detailed build instructions can be found in the INSTALL file.
|
||||
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
= _Subsurface_ Release Notes
|
||||
|
||||
New in _Subsurface_ 4.9.6
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
bugfixes:
|
||||
- fix crashes when using user space FTDI driver
|
||||
- re-enable user space FTDI in the Mac binaries
|
||||
|
||||
New in _Subsurface_ 4.9.5
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
new features:
|
||||
|
|
Loading…
Reference in a new issue