summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-04-10 13:06:22 +0200
committerThomas Schwinge <thomas@codesourcery.com>2015-04-10 13:06:22 +0200
commitb165f41edfab4deaf36c2ccc44280e49463e7999 (patch)
tree5a15ed5a45fadb143ac5323a3ca6aa77722f5015
parent44753cf5a30b9324d2c4ac9021843674bde5cc3c (diff)
GNU MIG 1.5.v1.5
* configure.ac (AC_INIT): Set version to 1.5. * NEWS: Finalize for 1.5.
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 20 deletions
diff --git a/NEWS b/NEWS
index c4bed78..087724c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
-2013-XX-XX
-Version 1.5
+Version 1.5 (2015-04-10)
* Add support for protected payloads. The new `intranpayload' option
can be used to specify a translation function translating payloads
@@ -11,12 +10,11 @@ Version 1.5
* Emit `X_server_routine' functions that can be inlined reducing the
message dispatch overhead.
-* Improve support for variable-sized c strings.
+* Improve support for variable-sized C strings.
* Fix a warning when compiling generated files.
-2013-09-27
-Version 1.4
+Version 1.4 (2013-09-27)
* Don't accept the `-R' (msg_send) command line option anymore and make the
`-r' one (msg_rpc) a no-op.
@@ -34,8 +32,7 @@ Version 1.4
* Spurious deallocation of out-of-line memory has been fixed in case of an
error while processing the RPC.
-2002-08-29
-Version 1.3.1
+Version 1.3.1 (2002-08-29)
* Fix warnings when compiling generated files with GCC 3.x.
@@ -44,8 +41,7 @@ Version 1.3.1
* Alpha fixes.
-2002-03-08
-Version 1.3
+Version 1.3 (2002-03-08)
* Minor bug fixes.
@@ -56,8 +52,7 @@ Version 1.3
* The debian/ subdirectory of packaging files is now included in the
MIG source distribution.
-2001-07-07
-Version 1.2
+Version 1.2 (2001-07-07)
* New option -n to suppress default output file creation.
With -n, no output files are created except those named
@@ -80,25 +75,21 @@ Version 1.2
* Output files of C source now start by defining _GNU_SOURCE,
for compatibility with the GNU C library on GNU/Hurd.
-1999-06-22
-Version 1.1
+Version 1.1 (1999-06-22)
* First official net release.
-1999-05-23
-Version 1.0.2
+Version 1.0.2 (1999-05-23)
* Understand normal GNU --version and --help args.
* Find CPP in a more flexible fashion.
-1998-12-04
-Version 1.0.1
+Version 1.0.1 (1998-12-04)
* This release fixes a bug in the `mig' driver script that made it fail to
invoke the C preprocessor properly.
-1998-08-19
-Version 1.0
+Version 1.0 (1998-08-19)
* MIG has been split into a separate distribution to make it easier to set
up a compilation environment for GNU Mach and Hurd systems. The mig
diff --git a/configure.ac b/configure.ac
index 09af0d6..332c593 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl configure script for GNU MIG.
AC_PREREQ([2.53])
-AC_INIT([GNU MIG], [1.4], [bug-hurd@gnu.org])
+AC_INIT([GNU MIG], [1.5], [bug-hurd@gnu.org])
AC_CONFIG_SRCDIR([migcom.c])
AC_CONFIG_AUX_DIR([build-aux])