# HG changeset patch # User heinrichsweikamp # Date 1309456073 -7200 # Node ID dd780d7b352b07d8520067fb1894d93c0966c6cd # Parent cd48cdb6e1aeedca2ed5250ce565dffda2e6afcf 1.92beta release - 1.93beta start diff -r cd48cdb6e1ae -r dd780d7b352b code_part1/OSTC_code_asm_part1/changelog.txt --- 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! diff -r cd48cdb6e1ae -r dd780d7b352b code_part1/OSTC_code_asm_part1/definitions.asm --- 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)