Update Release Notes and VERSION to 1.3.0-rc.1

This commit is contained in:
Guy Scharf 2021-10-09 09:59:39 -07:00
parent 3c571e6b88
commit 7fc05209cf
2 changed files with 4 additions and 2 deletions

View File

@ -11,10 +11,12 @@
<b>For other languages, go to:</b> <b>For other languages, go to:</b>
<br><a href=http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes>http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes</a></p> <br><a href=http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes>http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes</a></p>
<p> <p>
<b>Changes and fixes in OSCAR v1.3.0 xxx.x</b> <b>Changes and fixes in OSCAR v1.3.0 rc.1</b>
<br>Portions of OSCAR are © 2019-2021 by <br>Portions of OSCAR are © 2019-2021 by
<i>The OSCAR Team</i></p> <i>The OSCAR Team</i></p>
<ul> <ul>
<li>[fix] Fix rare error on Welcome page comparing leak rate to 7-day average.</li>
<li>[fix] Fix some Y2K issues in oximetry importers.</li>
<li>---------- Fixes to previous fixes (do not include in final release notes) ---------</li> <li>---------- Fixes to previous fixes (do not include in final release notes) ---------</li>
<li>[ffx] Improvement to pressure averaging in SleepStyle unintentional leak calculation.</li> <li>[ffx] Improvement to pressure averaging in SleepStyle unintentional leak calculation.</li>
<li>[ffx] Fix Y2K issue in unused SleepStyle EDF handling code.</li> <li>[ffx] Fix Y2K issue in unused SleepStyle EDF handling code.</li>

View File

@ -1,4 +1,4 @@
// 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.3.0-beta.3" #define VERSION "1.3.0-rc.1"