summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-02-21 02:47:36 +0000
committerNathan Scott <nathans@sgi.com>2005-02-21 02:47:36 +0000
commit3af9ec3b25013fbec25e53693fa9fe37bff739ca (patch)
tree9b10d5d41256b6b04b9e781cc21379e735335157 /doc/CHANGES
parent3f72dbf27deb81bc3ea1c598f400123157562f7c (diff)
downloadattr-3af9ec3b25013fbec25e53693fa9fe37bff739ca.tar.gz
setfattr line buffer allocation fix from AndreasG.
Merge of master-melb:xfs-cmds:21572a by kenmcd.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index d8fd08d..fce03ed 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,7 @@
+attr-2.4.22 (21 February 2005)
+ - Allocate the line buffer dynamically when reading from a file.
+ This mainly fixes restoring of large attributes.
+
attr-2.4.21 (31 January 2005)
- Replace use of _POSIX_PATH_MAX with the larger PATH_MAX
(thanks to Andree Leidenfrost).