]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Version 6.8. COREUTILS-6_8 v6.8
authorJim Meyering <jim@meyering.net>
Sat, 24 Feb 2007 20:16:52 +0000 (21:16 +0100)
committerJim Meyering <jim@meyering.net>
Sat, 24 Feb 2007 20:16:52 +0000 (21:16 +0100)
* NEWS: Record release date and new version number.
* configure.ac (AC_INIT): New version number.

ChangeLog
NEWS
configure.ac

index e26e27f95d8028a7a1a87d6e8d05916605d56ed7..5cfe4b6bc0fa24c26f0e2003f3f763626a3a4918 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-02-24  Jim Meyering  <jim@meyering.net>
 
+       Version 6.8.
+       * NEWS: Record release date and new version number.
+       * configure.ac (AC_INIT): New version number.
+
        Don't skip this test on new-enough Linux/GNU systems.
        * tests/misc/pwd-unreadable-parent: Test $REPLACE_GETCWD = 0,
        rather than for __GETCWD_PREFIX in config.h (the latter is no
diff --git a/NEWS b/NEWS
index 3e194127c7898aee90f7a2360801119cdb2c8e59..0056dc330b453d02a193a10053677935e322ca35 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Noteworthy changes in release 6.7+ (????-??-??) [not-unstable]
+* Noteworthy changes in release 6.8 (2007-02-24) [not-unstable]
 
 ** Bug fixes
 
index 393d7bb7e53a9a04b13c4b595e31363dad2ce934..fb9dc2b8c3940daae8e29502371ea8f4c71bf1ad 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU coreutils],[6.7+],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.8],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)