summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-05 09:03:58 +0000
committerJim Meyering <jim@meyering.net>2003-03-05 09:03:58 +0000
commitf5f28cd4a8cd29df9db9cc99a526871293079b00 (patch)
treecd9b8c04892d903820b0cd4a037bc60ab104a38f /NEWS
parentef2d0f022ded958d73a6132fa1d05468536954a0 (diff)
downloadcoreutils-f5f28cd4a8cd29df9db9cc99a526871293079b00.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2160fd42b..81569d206 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
[4.5.9]
-* du no longer truncates file sizes or sums to fit in size_t
+* du no longer truncates file sizes or sums to fit in 32-bit size_t
* work around Linux kernel bug in getcwd (fixed in 2.4.21-pre4), so that pwd
now fails if the name of the working directory is so long that getcwd
truncates it. Before it would print the truncated name and exit successfully.