summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorTim Shimmin <tes@sgi.com>2007-11-21 05:13:52 +0000
committerTim Shimmin <tes@sgi.com>2007-11-21 05:13:52 +0000
commitf1ae7ff642ca2aead656ddc0d1b2c8bcd621ec9f (patch)
treee72a9ed287fce9f52ee6bbe766f18d5d062a16d0 /doc/CHANGES
parent86f937bed13742a7b7de686dad188cac50a31d78 (diff)
downloadattr-f1ae7ff642ca2aead656ddc0d1b2c8bcd621ec9f.tar.gz
fix up tree walking for symlinks
Merge of master-melb:xfs-cmds:30105a by kenmcd.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index a2a612a..dabe0cb 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,5 +1,14 @@
-attr-2.4.40
+attr-2.4.40 (21 November 2007)
- Address compilation warning about signedness in libattr.c
+ - A number of changes from Andreas Gruenbacher:
+ - In some cases, gcc does not link in functions from libmisc.a
+ unless libmisc is specified before the dynamic libraries on
+ the command line.
+ - Rip out nftw tree walking, it is broken and hopeless to fix.
+ The replacement walk_tree() function does exactly what we
+ want, and is much simpler to use.
+ - Add a test case for tree walking.
+ - For some reason, test/attr.test broke.
attr-2.4.39 (11 September 2007)
- Fix symlink handling with getfattr, thanks to Utako Usaka.