changeset 13653:653e652cfd95

maint: fix ChangeLog ordering Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 08 Sep 2010 09:02:44 -0600
parents 63612cd2a9b1
children 80cff54a83b0
files ChangeLog
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-08  Eric Blake  <eblake@redhat.com>
+
+	getopt: optimize previous patch
+	* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Correctly check for
+	empty variable.  Speed up awk script.
+	Reported by Paolo Bonzini.
+
 2010-09-08  Jim Meyering  <meyering@redhat.com>
 
 	test.sh: disqualify shells for which set -x corrupts stderr
@@ -37,13 +44,6 @@
 	glibc, and refer the reader there. Keep BSD API documentation, as
 	that is not readily available elsewhere.
 
-2010-09-08  Eric Blake  <eblake@redhat.com>
-
-	getopt: optimize previous patch
-	* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Correctly check for
-	empty variable.  Speed up awk script.
-	Reported by Paolo Bonzini.
-
 2010-09-07  Eric Blake  <eblake@redhat.com>
 
 	getopt: handle POSIXLY_CORRECT set but not exported