commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 08/09: GNU Hurd 0.6.


From: Samuel Thibault
Subject: [hurd] 08/09: GNU Hurd 0.6.
Date: Sun, 19 Apr 2015 14:13:42 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit b8ffab7c38f3ede424b8a07553d6ee6b16abb85b
Author: Thomas Schwinge <address@hidden>
Date:   Fri Apr 10 13:04:33 2015 +0200

    GNU Hurd 0.6.
    
    * configure.ac (AC_INIT): Set version to 0.6.
    * NEWS: Finalize for 0.6.
---
 NEWS         | 19 ++++++-------------
 configure.ac |  2 +-
 2 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/NEWS b/NEWS
index 17461d1..2b68131 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 a388e09..71f3a0e 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], address@hidden)
+AC_INIT([GNU Hurd], [0.6], 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]