changeset 405:dd780d7b352b

1.92beta release - 1.93beta start
author heinrichsweikamp
date Thu, 30 Jun 2011 19:47:53 +0200
parents cd48cdb6e1ae
children 2534277be060
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Wed Jun 29 07:32:07 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Thu Jun 30 19:47:53 2011 +0200
@@ -1,6 +1,10 @@
 New in 1.92 beta:
 BETA Version - Do NOT use for diving!
 BUGFIX: warning color for ppO2>3,3bar and ppO2<6,55bar fixed
+BUGFIX: Start SetPoint is attached to first depth sample in logbook profile
+BUGFIX: Simulator menu collided with descent counter in Apnea mode
+BUGFIX: Display hypoxic air in divemode (bug #41)
+CHANGE: Gas change indication is displayed in yellow
 
 New in 1.91 beta:
 BETA Version - Do NOT use for diving!
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Wed Jun 29 07:32:07 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Thu Jun 30 19:47:53 2011 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'92'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'93'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release)