changeset 515:cc09222a204f

2.06beta release - 2.07beta start
author heinrichsweikamp
date Mon, 05 Dec 2011 14:31:31 +0100
parents 3e9904d3c040
children b498245da3f1
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- 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)