diff --git a/Building/Linux/BUILD_Linux.md b/Building/Linux/BUILD_Linux.md index e18e5c67..8b614d73 100644 --- a/Building/Linux/BUILD_Linux.md +++ b/Building/Linux/BUILD_Linux.md @@ -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) diff --git a/Htmldocs/release_notes.html b/Htmldocs/release_notes.html index da2e14df..dc6a63ba 100644 --- a/Htmldocs/release_notes.html +++ b/Htmldocs/release_notes.html @@ -35,6 +35,8 @@
  • [fix] Fix occasional failure to save imported Viatom data.
  • [fix] Fix a recurring database upgrade prompt.
  • [fix] Fix an occasional crash when importing Resmed data.
  • +
  • [fix] Add bounds error checking to Resmed input processing.
  • +
  • [fix] Fix STR.edf file backup to avoid loss of settings data.
  • Changes and fixes in OSCAR v1.1.0 diff --git a/oscar/VERSION b/oscar/VERSION index 4a96e0dc..8371d901 100644 --- a/oscar/VERSION +++ b/oscar/VERSION @@ -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" +