[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 05/06: GNU Hurd 0.7
From: |
Samuel Thibault |
Subject: |
[hurd] 05/06: GNU Hurd 0.7 |
Date: |
Tue, 03 Nov 2015 22:43:21 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit ff578e992a792e4a844a9a800e48ad9cef69e97a
Author: Thomas Schwinge <address@hidden>
Date: Sat Oct 31 13:35:44 2015 +0100
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 6e034d9..413f249 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 b03057b..124eb07 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], address@hidden)
+AC_INIT([GNU Hurd], [0.7], address@hidden)
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.
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (b989189 -> f5ab1a1), Samuel Thibault, 2015/11/03
- [hurd] 02/06: trans: improve demuxers, Samuel Thibault, 2015/11/03
- [hurd] 04/06: pflocal: avoid building the interrupt server, Samuel Thibault, 2015/11/03
- [hurd] 01/06: Make fakerooted access() return real access, Samuel Thibault, 2015/11/03
- [hurd] 03/06: hurd: fix type of in-translation function, Samuel Thibault, 2015/11/03
- [hurd] 06/06: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2015/11/03
- [hurd] 05/06: GNU Hurd 0.7,
Samuel Thibault <=