* NEWS: Add a line for 6.8+.
* configure.ac (AC_INIT): Set new version string.
+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.
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
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
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)