# HG changeset patch # User boisy # Date 1051713865 0 # Node ID e5dc6b4823e4d798974d895fb92ef2a3115f762c # Parent ee8d3667bc71090182f8926c60bb54812f8981d1 Changes for upcoming release 5/1 diff -r ee8d3667bc71 -r e5dc6b4823e4 level1/ChangeLog --- a/level1/ChangeLog Wed Apr 30 14:42:41 2003 +0000 +++ b/level1/ChangeLog Wed Apr 30 14:44:25 2003 +0000 @@ -1,4 +1,5 @@ OS-9 Level One V03.01.01: +- SYS/helpmsg expanded to include new commands. - ident now correctly reports modules with a language byte of Obj6309. - The LogBook file in the SYS directory has been removed. - A bug in the cputype command that caused crashing on a 6809 system diff -r ee8d3667bc71 -r e5dc6b4823e4 level1/modules/sysgo.asm --- a/level1/modules/sysgo.asm Wed Apr 30 14:42:41 2003 +0000 +++ b/level1/modules/sysgo.asm Wed Apr 30 14:44:25 2003 +0000 @@ -47,7 +47,7 @@ * For ROM version, cut down on verbage IFNE DiskGo - fcc !Release Date: 04/28/2003! + fcc !Release Date: 05/01/2003! fcb C$CR,C$LF fcc !"A CoCo Community Project"! fcb C$CR,C$LF diff -r ee8d3667bc71 -r e5dc6b4823e4 level2/coco3/ChangeLog --- a/level2/coco3/ChangeLog Wed Apr 30 14:42:41 2003 +0000 +++ b/level2/coco3/ChangeLog Wed Apr 30 14:44:25 2003 +0000 @@ -1,9 +1,10 @@ OS-9 Level Two V03.01.01: +- SYS/helpmsg expanded to include new commands. - ident now correctly reports modules with a language byte of Obj6309. -- rbf.mn and cc3disk.dr have been back-ported from NitrOS-9 in order to - unify the code base and bring non-6309 specific features to OS-9 Level Two. +- rbf.mn has been back-ported from NitrOS-9 in order to unify the code base + and bring non-6309 specific features to OS-9 Level Two. - A bug in IOMan which affected any driver wanting to access the port - address of its hardware while in its INIT routine has been fixed. + address of its hardware via its path descriptor has been fixed. - The montype command had a bug-fix and now shows the current monitor type if no parameters are given. Also, the montype.hp file has been updated. - The LogBook file in the SYS directory has been removed. diff -r ee8d3667bc71 -r e5dc6b4823e4 level2/coco3_6309/ChangeLog --- a/level2/coco3_6309/ChangeLog Wed Apr 30 14:42:41 2003 +0000 +++ b/level2/coco3_6309/ChangeLog Wed Apr 30 14:44:25 2003 +0000 @@ -1,9 +1,10 @@ OS-9 Level Two V03.01.01: +- SYS/helpmsg expanded to include new commands. - ident now correctly reports modules with a language byte of Obj6309. -- rbf.mn and cc3disk.dr have been back-ported from NitrOS-9 in order to - unify the code base and bring non-6309 specific features to OS-9 Level Two. +- rbf.mn has been back-ported from NitrOS-9 in order to unify the code base + and bring non-6309 specific features to OS-9 Level Two. - A bug in IOMan which affected any driver wanting to access the port - address of its hardware while in its INIT routine has been fixed. + address of its hardware via its path descriptor has been fixed. - The montype command had a bug-fix and now shows the current monitor type if no parameters are given. Also, the montype.hp file has been updated. - The LogBook file in the SYS directory has been removed. diff -r ee8d3667bc71 -r e5dc6b4823e4 level2/modules/cc3go.asm --- a/level2/modules/cc3go.asm Wed Apr 30 14:42:41 2003 +0000 +++ b/level2/modules/cc3go.asm Wed Apr 30 14:44:25 2003 +0000 @@ -49,7 +49,7 @@ fcc /.0/ fcb 48+OS9Minor fcb C$CR,C$LF - fcc " Release Date: 04/28/2003" + fcc " Release Date: 05/01/2003" fcb C$CR,C$LF fcc / "A CoCo Community Project"/ fcb C$CR,C$LF