mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-29 03:50:45 +02:00
Version 6.6.
* NEWS: Record release date. Remove "-pre" suffix. * configure.ac (AC_INIT): Remove "-pre" suffix from version string.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2006-11-22 Jim Meyering <jim@meyering.net>
|
||||
|
||||
Version 6.6.
|
||||
* NEWS: Record release date. Remove "-pre" suffix.
|
||||
* configure.ac (AC_INIT): Remove "-pre" suffix from version string.
|
||||
|
||||
* announce-gen: Remove unused --release-archive-directory option.
|
||||
(print_news_deltas): Accept new adjective, "Noteworthy", in addition
|
||||
to the old "Major".
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
GNU coreutils NEWS -*- outline -*-
|
||||
|
||||
* Noteworthy changes in release 6.6-pre (????-??-??)
|
||||
* Noteworthy changes in release 6.6 (2006-11-22) [stable]
|
||||
|
||||
** Bug fixes
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
dnl Written by Jim Meyering.
|
||||
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org])
|
||||
AC_INIT([GNU coreutils],[6.6],[bug-coreutils@gnu.org])
|
||||
AC_CONFIG_SRCDIR(src/ls.c)
|
||||
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
||||
Reference in New Issue
Block a user