maint: fix ChangeLog ordering
authorEric Blake <eblake@redhat.com>
Wed, 8 Sep 2010 15:02:44 +0000 (09:02 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 8 Sep 2010 15:02:48 +0000 (09:02 -0600)
Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog

index e2b773c..d880808 100644 (file)
--- 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
        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