summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-04 21:42:29 +0000
committerJim Meyering <jim@meyering.net>2003-03-04 21:42:29 +0000
commitfa2e6d600c5699b234864ae52a8f2ff707404e76 (patch)
treeeabb41d3b1f989207a54b63563378cad46262eb0 /NEWS
parentb71a7bfd31026024f8e635bc9efa1ec26724f6b0 (diff)
downloadcoreutils-fa2e6d600c5699b234864ae52a8f2ff707404e76.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e1ff6fe7d..9570ec419 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
[4.5.9]
+* pwd now fails if the name of the working directory is so long that getcwd
+ truncates it. Before it would return the truncated name.
* `df /some/mount-point' no longer hangs on a GNU libc system when another
hard-mounted NFS file system (preceding /some/mount-point in /proc/mounts)
is inaccessible.