summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-10-31 13:35:44 +0100
committerThomas Schwinge <thomas@codesourcery.com>2015-10-31 13:35:44 +0100
commitff578e992a792e4a844a9a800e48ad9cef69e97a (patch)
tree4afdcacb7cc1a06e9329699c35aa17a8884c8ab2
parent3f0a9b1145c25d1f0f19fc93da3c272c5505a5ee (diff)
GNU Hurd 0.7v0.7
* configure.ac (AC_INIT): Set version to 0.7. * NEWS: Finalize for 0.7.
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6e034d93..413f249a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.7 (2015-10-XX)
+Version 0.7 (2015-10-31)
The node cache in ext2fs has been improved, generalized, and moved to
libdiskfs. It is now also used by isofs and fatfs.
@@ -15,7 +15,7 @@ translators, libdiskfs, and libpager has been identified and fixed.
The code has been updated to work with newer versions of the compiler
and libc, and numerous bugs have been fixed throughout the code.
-
+
Version 0.6 (2015-04-10)
Numerous cleanups and stylistic fixes of the code base. Several
@@ -39,7 +39,7 @@ 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 and random translators have been merged.
+The procfs and random translators have been merged into this repository.
Version 0.5 (2013-09-27)
diff --git a/configure.ac b/configure.ac
index b03057bc..124eb07d 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.6], [bug-hurd@gnu.org])
+AC_INIT([GNU Hurd], [0.7], [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.