summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-04-10 12:42:40 +0200
committerThomas Schwinge <thomas@codesourcery.com>2015-04-10 12:42:40 +0200
commitfabef8ce0ab00a2a6c92e100075dd8813af14998 (patch)
tree12e88e7ff83eadb39f4d2d43e1fd1cce7eee7102
parentd7ca106218fd8f9864c67c2f8335dd7b7c851865 (diff)
GNU Mach 1.5.v1.5
* version.m4 (AC_PACKAGE_VERSION): Set to 1.5. * NEWS: Finalize for 1.5.
-rw-r--r--NEWS6
-rw-r--r--version.m42
2 files changed, 3 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 357b23f9..5d220fab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
-2014-XX-XX
-Version 1.5
+Version 1.5 (2015-04-10)
Numerous cleanups and stylistic fixes of the code base. Several
problems have been identified using static analysis tools and
@@ -18,8 +17,7 @@ The vm pageout policy has been tuned to accommodate modern hardware.
The kernel gained partial ACPI support on x86, enough to power down
the system.
-2013-09-27
-Version 1.4
+Version 1.4 (2013-09-27)
Really too many to list them individually. Highlight include numerous bug and
stability fixes, a Xen port for 32-bit x86 including basic support for Physical
diff --git a/version.m4 b/version.m4
index 4e1a2fd9..9bebd3b8 100644
--- a/version.m4
+++ b/version.m4
@@ -1,4 +1,4 @@
m4_define([AC_PACKAGE_NAME],[GNU Mach])
-m4_define([AC_PACKAGE_VERSION],[1.4])
+m4_define([AC_PACKAGE_VERSION],[1.5])
m4_define([AC_PACKAGE_BUGREPORT],[bug-hurd@gnu.org])
m4_define([AC_PACKAGE_TARNAME],[gnumach])