diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -1,9 +1,25 @@ -*- Text -*- +unreleased +Version 1.3.2 + +* Don't accept the `-R' (msg_send) command line option anymore and make the + `-r' one (msg_rpc) a no-op. + +* Fix warnings when compiling generated files with GCC 4.x. + +* Handle the preprocessor option `-isystem' correctly. + +* Cope with command line arguments the contain whitespace. + +* Be more careful to catch write errors when closing files. + +* The `debian/' subdirectory of packaging files is not included anymore. + 29 August 2002 Version 1.3.1 -* Fix warnings when compiling generated files with GCC 3.x +* Fix warnings when compiling generated files with GCC 3.x. * Fix alignment issues for greater than 32 bit types on 32 bit machines. @@ -21,7 +37,6 @@ Version 1.3 * The debian/ subdirectory of packaging files is now included in the MiG source distribution. - 7 June 2001 Version 1.2 @@ -46,20 +61,17 @@ Version 1.2 * Output files of C source now start by defining _GNU_SOURCE, for compatibility with the GNU C library on GNU/Hurd. - 22 June 1999 Version 1.1 * First official net release. - 23 May 1999 Version 1.0.2 * Understand normal GNU --version and --help args. * Find CPP in a more flexible fashion. - 4 December 1998 Version 1.0.1 |