diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:33:01 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:33:01 +0100 |
commit | 4c721d8da43ebbe77da0a874cea170e7ba5a61ac (patch) | |
tree | cf44cf986fee842daa3382d0f93145378f627271 /NEWS | |
parent | a42c4ee0845b79fb70c2206982347c1b0c093f87 (diff) | |
download | gnumach-4c721d8da43ebbe77da0a874cea170e7ba5a61ac.tar.gz gnumach-4c721d8da43ebbe77da0a874cea170e7ba5a61ac.tar.bz2 gnumach-4c721d8da43ebbe77da0a874cea170e7ba5a61ac.zip |
GNU Mach 1.6
* version.m4 (AC_PACKAGE_VERSION): Set to 1.6.
* NEWS: Finalize for 1.6.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Version 1.6 (2015-10-XX) +Version 1.6 (2015-10-31) The code has been updated to work with newer versions of the compiler, and numerous bugs have been fixed throughout the code. @@ -25,7 +25,7 @@ identified and fixed. ANSI escape sequences are now handled when using `printf'. This fixes the formatting of messages printed by various Linux drivers. - + Version 1.5 (2015-04-10) Numerous cleanups and stylistic fixes of the code base. Several |