Update release notes and VERSION for v.1.1.1-rc-1

This commit is contained in:
Phil Olynyk 2020-05-13 16:20:22 -04:00
parent 460b236193
commit 6fcd82a296
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
You will need either qtcreator or qttools5-dev-tools and a C++ compiler and linker You will need either qtcreator or qttools5-dev-tools and a C++ compiler and linker
Also, you need the packages qt5-default, libqt5serialport5, libqt5serailport5-dev and libqt5opengl5-dev Also, you need the packages qt5-default, libqt5serialport5, libqt5serialport5-dev and libqt5opengl5-dev
Oscar can be built without its Help module with Qt5.7 SDK (for Debian Stretch, for example) Oscar can be built without its Help module with Qt5.7 SDK (for Debian Stretch, for example)

View File

@ -35,6 +35,8 @@
<li>[fix] Fix occasional failure to save imported Viatom data.</li> <li>[fix] Fix occasional failure to save imported Viatom data.</li>
<li>[fix] Fix a recurring database upgrade prompt.</li> <li>[fix] Fix a recurring database upgrade prompt.</li>
<li>[fix] Fix an occasional crash when importing Resmed data.</li> <li>[fix] Fix an occasional crash when importing Resmed data.</li>
<li>[fix] Add bounds error checking to Resmed input processing.</li>
<li>[fix] Fix STR.edf file backup to avoid loss of settings data.</li>
</ul> </ul>
<p> <p>
<b>Changes and fixes in OSCAR v1.1.0</b> <b>Changes and fixes in OSCAR v1.1.0</b>

View File

@ -1,4 +1,5 @@
// Update the string below to set OSCAR's version and release status. // Update the string below to set OSCAR's version and release status.
// See https://semver.org/spec/v2.0.0.html for details on format. // See https://semver.org/spec/v2.0.0.html for details on format.
#define VERSION "1.1.1-alpha-0" #define VERSION "1.1.1-rc-1"