maint: fix ChangeLog order
authorEric Blake <eblake@redhat.com>
Thu, 6 Jan 2011 21:30:53 +0000 (14:30 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 6 Jan 2011 21:31:05 +0000 (14:31 -0700)
ChangeLog

index d638bdf..2816f95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-01-06  Eric Blake  <eblake@redhat.com>
 
+       signal: work around Haiku issue with SIGBUS
+       * lib/siglist.h: Add comment.
+       * lib/sig2str.c (numname_table): Swap SIGBUS order, to match
+       strsignal's favoring of SIGSEGV.
+       * tests/test-signal.c (main): Avoid test failure.
+       * doc/posix-headers/signal.texi (signal.h): Document the issue.
+       Reported by Scott McCreary.
+
        maint.mk: add pre-release check to ensure submodule commits are public
        * top/maint.mk (public-submodule-commit): New rule.
        (submodule-checks): New variable.
 
 2010-12-31  Eric Blake  <eblake@redhat.com>
 
-       signal: work around Haiku issue with SIGBUS
-       * lib/siglist.h: Add comment.
-       * lib/sig2str.c (numname_table): Swap SIGBUS order, to match
-       strsignal's favoring of SIGSEGV.
-       * tests/test-signal.c (main): Avoid test failure.
-       * doc/posix-headers/signal.texi (signal.h): Document the issue.
-       Reported by Scott McCreary.
-
        nl_langinfo: fix YESEXPR on Irix 6.5
        * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Test for Irix bug.
        * lib/nl_langinfo.c (rpl_nl_langinfo): Work around it.