summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
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.