Update README and ReleaseNotes for Beta 3

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-10-04 12:34:17 +01:00
parent a39038a902
commit bdaa4eb8b0
2 changed files with 31 additions and 4 deletions

4
README
View file

@ -1,7 +1,7 @@
This is the README file for Subsurface 4.5 Beta 2
This is the README file for Subsurface 4.5 Beta 3
Please check the ReleaseNotes.txt for details about new features and
changes since Subsurface 4.5 Beta 1, Subsurface 4.4.2 (and earlier
changes since Subsurface 4.5 Beta 2, Subsurface 4.4.2 (and earlier
versions).
Subsurface can be found at http://subsurface-divelog.org

View file

@ -1,8 +1,35 @@
// _Subsurface_ 4.5 Beta 2 Release Notes
// _Subsurface_ 4.5 Beta 3 Release Notes
_Subsurface_ 4.5 Beta 2 - September 2015
_Subsurface_ 4.5 Beta 3 - October 2015
----------------------------------------
Some of the changes since _Subsurface_ 4.5 Beta 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*The following issues have been addressed:*
- Triage all issues reported in Coverity scans and fix actual bugs detected
- Fix a possible crash in the Uemis downloader
- Print less debug information to the console (unless in verbose mode)
- Small adjustments to the VPM-B parameters
- Fix a UI bug by reimplementing the input widget for dive locations
- Fix BT issues
- Fix cloud storage issues on some versions of Windows
- Fix SAC rate calculation for dive computers reporting samples after the
diver reached the surface
- Improve the handling of GPS data imported from the Subsurface webservice
- Don't zoom out the globe to "sky view" when a dive site has no GPS data
- Various other small fixes
*The following feature has been added:*
- A new action was added to the dive list context menu that allows the
user to split a dive into multiple dives at a surface interval. If the
dive computer reports "free dive" mode the split(s) happen at every
surface interval of at least 10 seconds, otherwise the threshold is 60
seconds.
Some of the changes since _Subsurface_ 4.5 Beta 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~