summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-04-10 13:04:33 +0200
committerThomas Schwinge <thomas@codesourcery.com>2015-04-10 13:04:33 +0200
commitb8ffab7c38f3ede424b8a07553d6ee6b16abb85b (patch)
tree6b686fd55c5d8e4f091bf41b58d0c2f78fced4c0
parent7940555177699048a111043d22b00969445cba80 (diff)
GNU Hurd 0.6.v0.6
* configure.ac (AC_INIT): Set version to 0.6. * NEWS: Finalize for 0.6.
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 17461d15..2b68131b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
-2013-XX-XX
-Version 0.6
+Version 0.6 (2015-04-10)
Numerous cleanups and stylistic fixes of the code base. Several
problems have been identified using static analysis and exercising
@@ -22,12 +21,9 @@ The init server has been split into the startup server (handling early
system bootstrap and shutdown), and a SysV-style init program (aptly
named `init').
-The procfs translator has been merged.
-
-The random translator has been merged.
+The procfs and random translators have been merged.
-2013-09-27
-Version 0.5
+Version 0.5 (2013-09-27)
Really too many changes have been applied to list them individually. Some
highlights include:
@@ -166,8 +162,7 @@ The Hurd interfaces have been changed to support large files.
The new proxy-defpager translator grants unprivileged users access to
the default pager.
-1997-06-09
-Version 0.2
+Version 0.2 (1997-06-09)
Summary of important externally visible changes since version 0.1:
@@ -240,8 +235,7 @@ already using this library for some local system administration tasks,
and are making it the basis of the (as yet unfinished) ftpfs
filesystem for the Hurd.
-1996-09-06
-Version 0.1.
+Version 0.1 (1996-09-06)
Summary of important externally visible changes since version 0.0:
@@ -292,7 +286,6 @@ cache size to be large, and then do experiments and see what the cache
hit rate would have been for various smaller sizes. This should help
in optimizing the size of the cache.
-1996-08-06
-Version 0.0
+Version 0.0 (1996-08-06)
Initial release.
diff --git a/configure.ac b/configure.ac
index a388e096..71f3a0ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.54) dnl Minimum Autoconf version required.
-AC_INIT([GNU Hurd], [0.5], [bug-hurd@gnu.org])
+AC_INIT([GNU Hurd], [0.6], [bug-hurd@gnu.org])
AC_CONFIG_SRCDIR([hurd/hurd_types.h]) dnl File to look for in srcdir.
AC_PREFIX_DEFAULT() dnl Default to empty prefix, not /usr/local.