]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Post-release version change.
authorJim Meyering <jim@meyering.net>
Sun, 25 Feb 2007 00:10:07 +0000 (01:10 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 25 Feb 2007 00:10:07 +0000 (01:10 +0100)
* NEWS: Add a line for 6.8+.
* configure.ac (AC_INIT): Set new version string.

ChangeLog
NEWS
configure.ac

index 5cfe4b6bc0fa24c26f0e2003f3f763626a3a4918..338cbadabc45dd1caca23b2c3b7d2820a184dbee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-25  Jim Meyering  <jim@meyering.net>
+
+       Post-release version change.
+       * NEWS: Add a line for 6.8+.
+       * configure.ac (AC_INIT): Set new version string.
+
 2007-02-24  Jim Meyering  <jim@meyering.net>
 
        Version 6.8.
diff --git a/NEWS b/NEWS
index 0056dc330b453d02a193a10053677935e322ca35..08724b7192edce86ec7573d650ea689979e7e5db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
+* Noteworthy changes in release 6.8+ (????-??-??) [not-unstable]
+
+
 * Noteworthy changes in release 6.8 (2007-02-24) [not-unstable]
 
 ** Bug fixes
@@ -48,8 +51,6 @@ GNU coreutils NEWS                                    -*- outline -*-
   program to use when writing and reading temporary files.
   This can help save both time and disk space when sorting large inputs.
 
-** New features
-
   sort accepts the new option -C, which acts like -c except no diagnostic
   is printed.  Its --check option now accepts an optional argument, and
   --check=quiet and --check=silent are now aliases for -C, while
index fb9dc2b8c3940daae8e29502371ea8f4c71bf1ad..0895aa3ca9ca7f541db9b674b926566d201d5141 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU coreutils],[6.8],[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)