diff options
author | Nathan Scott <nathans@sgi.com> | 2006-01-31 14:24:29 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-01-31 14:24:29 +0000 |
commit | 774e2600c8b332679ee2fa254eb02ad6831cf736 (patch) | |
tree | 6384e3e514bb6e7c4a5c6680adb4dd4ef1fbb057 /doc/CHANGES | |
parent | 3a0a2512064a4fa176c002c45e9d9e7e56acccc9 (diff) | |
download | attr-774e2600c8b332679ee2fa254eb02ad6831cf736.tar.gz |
Minor updates - spec file usr/grp fixups on install, double-free cleanup in libattr for non-alloca platforms.
Merge of master-melb:xfs-cmds:25070a by kenmcd.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 966e571..bf54ed0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,6 +1,9 @@ attr-2.4.29 (31 January 2006) - Updated Polish translation. Thanks to Jakub Bogusz <qboosh@pld-linux.org> for this. + - Fixed rpm specfile with respect to INSTALL_{USER,GROUP}. + - Fixed a couple of double frees in libattr attr copy + routines, thanks to Andreas. attr-2.4.28 (13 January 2006) - Implement the IRIX list_attr interfaces in libattr.so, |