summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-28 09:18:40 +0000
committerJim Meyering <jim@meyering.net>2003-03-28 09:18:40 +0000
commit248735bfc416da33eff047d8ab644fafd2013002 (patch)
tree70d327201e1b3c98775aa9c17414ff3482dc6221 /NEWS
parent642939ab6a39fe67424a68450b427a019c37fc31 (diff)
downloadcoreutils-248735bfc416da33eff047d8ab644fafd2013002.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb3ffe03e..688685d04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+[4.5.12]
+* printf no longer treats \x specially when POSIXLY_CORRECT is set
+* printf avoids buffer overrun with format ending in a backslash and
+* printf avoids buffer overrun with incomplete conversion specifier
+* printf accepts multiple flags in a single conversion specifier
[4.5.11]
* seq no longer requires that a field width be specified
* seq no longer fails when given a field width of `0'