From ff578e992a792e4a844a9a800e48ad9cef69e97a Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 31 Oct 2015 13:35:44 +0100 Subject: GNU Hurd 0.7 * configure.ac (AC_INIT): Set version to 0.7. * NEWS: Finalize for 0.7. --- NEWS | 6 +++--- configure.ac | 2 +- 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. -- cgit v1.2.3