]> Savannah Git Hosting - gnulib.git/commitdiff
More changelog fixes
authorKevin Cernekee <cernekee@google.com>
Tue, 17 Feb 2015 05:38:56 +0000 (21:38 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Feb 2015 05:40:48 +0000 (21:40 -0800)
ChangeLog

index 00936fee6e67d7576c44b243bd4a987e8b0eca2f..c794541815fcaa3dff18b810e2615f1dd5b8826d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,7 @@
        * tests/uniname/test-uninames.sh: Supply NameAliases.txt as the
        second argument.
 
-2015-02-11  Paul Eggert  <eggert@cs.ucla.edu>
+2015-02-11  Kevin Cernekee  <cernekee@google.com>
 
        Fix FILE struct compatibility with Android API level >= 21
        * lib/stdio-impl.h: Test explicitly for __ANDROID__ instead of
@@ -51,9 +51,6 @@
        * lib/fseterr.c: Likewise.
        * lib/fwritable.c: Likewise.
 
-       Therefore don't enable by default.
-       * m4/ls-mntd-fs.m4: Use --with-libmount to enable at build time.
-
        Assume unbroken ungetc() on Android
        * m4/ungetc.m4: Add Android case to host OS check.  The ungetc()
        test case passed when running on an Android host, and the code
        mountlist: only use libmount when specified
        There are currently many shared libs dependencies introduced by
        libmount with associated runtime and virt mem overhead.
+       Therefore don't enable by default.
+       * m4/ls-mntd-fs.m4: Use --with-libmount to enable at build time.
 
 2015-02-08  Daiki Ueno  <ueno@gnu.org>