mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Update release notes and VERSION for v.1.1.1-rc-1
This commit is contained in:
parent
460b236193
commit
6fcd82a296
@ -1,6 +1,6 @@
|
||||
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)
|
||||
|
||||
|
@ -35,6 +35,8 @@
|
||||
<li>[fix] Fix occasional failure to save imported Viatom data.</li>
|
||||
<li>[fix] Fix a recurring database upgrade prompt.</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>
|
||||
<p>
|
||||
<b>Changes and fixes in OSCAR v1.1.0</b>
|
||||
|
@ -1,4 +1,5 @@
|
||||
// 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.
|
||||
|
||||
#define VERSION "1.1.1-alpha-0"
|
||||
#define VERSION "1.1.1-rc-1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user