# HG changeset patch # User heinrichsweikamp # Date 1323091891 -3600 # Node ID cc09222a204f9b6484bffa263c36c8c7387edf56 # Parent 3e9904d3c04073e82c3903cda7105cf5405edd97 2.06beta release - 2.07beta start diff -r 3e9904d3c040 -r cc09222a204f code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Sun Dec 04 17:46:13 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Mon Dec 05 14:31:31 2011 +0100 @@ -1,7 +1,8 @@ New in 2.06 beta: BETA Version - Do NOT use for diving! -CHANGE: NDL faster/more precise simu (but no closed formula for trimix). +CHANGE: NDL routine faster/more precise simulation BUGFIX: CCR air mode: should not blink for my bailout (bug #66) +BUGFIX: Spurious stop order when simulating deadly fast ascent BUGFIX: N2_ratio/He_ratio[] not inited at boot time. CHANGE: Turkish text for velocity. diff -r 3e9904d3c040 -r cc09222a204f code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Sun Dec 04 17:46:13 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Mon Dec 05 14:31:31 2011 +0100 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'06' ; Software version XX.YY +#DEFINE softwareversion_y d'07' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release)