]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention prior stat change
authorEric Blake <eblake@redhat.com>
Wed, 5 Jun 2013 18:46:17 +0000 (12:46 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 5 Jun 2013 20:22:25 +0000 (14:22 -0600)
For a file of size 1234 bytes, commit ca9aa759 had the side effect
of changing 'stat -c "%'s" file' from outputting "?s" to the nicer
"1,234", depending on locale.  This is worth mentioning in the NEWS.

Resolves part of http://bugs.gnu.org/14556.

* NEWS: Mention 8.7 improvement in stat.
* cfg.mk (old_NEWS_hash): Adjust accordingly.

NEWS
cfg.mk

diff --git a/NEWS b/NEWS
index cad5eee38dd04b6e068e0347fcc6429ea1bcbde4..aff6a425045fbb16c4b5c98800715d3321f59843 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -883,6 +883,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   However, with the above change to %X, %Y and %Z, we've made %W work
   the same way as the others.
 
+  stat gained support for several printf-style flags, such as %'s for
+  listing sizes with the current locale's thousands separator.
+
 
 * Noteworthy changes in release 8.6 (2010-10-15) [stable]
 
diff --git a/cfg.mk b/cfg.mk
index 6703dfe33df4ed7e008d70a3905319078ec887f3..04c8a8a05ede457ff148360584cf0f611e4e9774 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -45,7 +45,7 @@ export VERBOSE = yes
 # 4914152 9e
 export XZ_OPT = -8e
 
-old_NEWS_hash = 2f50e9d959cf22ba3449426e68d9d2c3
+old_NEWS_hash = 6ae04dc3907ea1290f12e6b1507cc42c
 
 # Add an exemption for sc_makefile_at_at_check.
 _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/'