From 1b518be11c26900895a614d662e278808680fb41 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 16 Oct 2013 18:51:06 +1000 Subject: [PATCH] Version bump --- sleepyhead/docs/release_notes.html | 21 ++++++++++++--------- sleepyhead/version.h | 4 ++-- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/sleepyhead/docs/release_notes.html b/sleepyhead/docs/release_notes.html index aabc1968..e1a52cfa 100644 --- a/sleepyhead/docs/release_notes.html +++ b/sleepyhead/docs/release_notes.html @@ -4,19 +4,21 @@

Release Notes

Greetings!

-

For a lot of you, this is a minor interim release mainly to bring the various platform builds in sync again and fix a couple of crashes.
-To native Mac users this is a fairly large update because you missed out on the last one, if you weren't using the windows one in Parallels/etc.... (Thanks for being so patient!)

- +

A long time in the making, but better late than never, here is a new and hopefully improved SleepyHead build.

+

The primary purpose of this build is to bring all SleepyHead's platform releases back into sync.

+

To native Mac users this is a fairly large update because you missed out on the last one, if you weren't using the windows one in Parallels/etc.... (Thanks for being so patient!)

Oximetry importing support has been improved, so now you should be able to import directly from your CMS50X oximeters without messing around with the windows software.
Please remember, for achieving the best sync, always start your oximeter at the same time as your CPAP machine!
+

Fisher & Paykel Icon users should have a better experience, as SleepyHead now imports flow waveform (and I'm not even sure the last build worked properly!)

-

I (Jedimark) am so very greatful for those who have stepped up to help out while I've been out of action. -Also like to thank

+

I am extremly grateful for those who have stepped up to help out while I've been out of action. I'm glad to report I'm now fully back into the action.

New features & bugs fixes in this Update:
-
  • Improved CMS50 Oximetry serial importing
  • +
  • Improved CMS50 Oximetry serial importing, including support for CMS50E & F models
  • +
  • The foundations of loadable translations for non-English speakers
  • +
  • Better Fisher & Paykel ICON support
  • Printing works on Mac OSX 10.8.x again
  • Support for the PRS1 Series 60, in large part due to a patch from Keary Griffin.
  • A bunch of small PRS1 fixes, especially for the AutoSV.
  • @@ -27,8 +29,9 @@ Also like to thank

    Sleep Well, and have fun!

    The SleepyHead Team
    -Mark Watkins (JediMark)
    -Richard Freeman (rich0)
    -James Marshall (Breathe Jimbo)

    +Mark Watkins (JediMark) [ Programming, and unintentional bug maker :-} ]
    +James Marshall (Breathe Jimbo) [ Mac build magician & lead tester ]
    +Richard Freeman (rich0) [ Linux support, bugfixes & packaging ]
    +A big thanks to Pugsy over at CPAPTalk for all her hard work on SleepyHead documentation

    diff --git a/sleepyhead/version.h b/sleepyhead/version.h index aa332618..341e2c53 100644 --- a/sleepyhead/version.h +++ b/sleepyhead/version.h @@ -5,8 +5,8 @@ const int major_version=0; const int minor_version=9; -const int revision_number=3; -const int release_number=5; +const int revision_number=4; +const int release_number=0; const QString VersionString=QString().sprintf("%i.%i.%i",major_version,minor_version,revision_number); const QString FullVersionString=QString().sprintf("%i.%i.%i-%i",major_version,minor_version,revision_number,release_number);