summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-06-07 03:53:01 +0000
committerNathan Scott <nathans@sgi.com>2005-06-07 03:53:01 +0000
commit3c39672164e2de512b7015e8798a55332e4595c9 (patch)
treeba46af3daaf0d11401707e78a95f77d64743c8dd /doc/CHANGES
parent925ee348492bcd7496ad0ff4ea60fe2e54c35c8d (diff)
downloadattr-3c39672164e2de512b7015e8798a55332e4595c9.tar.gz
Reduce verbosity when copying attributes between files.
Merge of master-melb:xfs-cmds:22833a by kenmcd.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index fce03ed..6baea91 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,8 @@
+attr-2.4.23 (3 June 2005)
+ - attr_copy_{fd,file}: Reduce verboseness for ENOTSUP errors.
+ ENOTSUPP is common when copying between xattr enabled and
+ xattr disabled file systems.
+
attr-2.4.22 (21 February 2005)
- Allocate the line buffer dynamically when reading from a file.
This mainly fixes restoring of large attributes.