summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-02-25 09:06:10 +0000
committerNathan Scott <nathans@sgi.com>2003-02-25 09:06:10 +0000
commit7b33ebd60e68795347c2c844d81d90e38fd9091e (patch)
treeb8ad0b3165562c3d939d64720c109fd8d2a41116 /doc
parent6562399105b5ff0ec4f5ebea154dc7a96b597653 (diff)
downloadattr-7b33ebd60e68795347c2c844d81d90e38fd9091e.tar.gz
New attr userspace package - transition to the trusted namespace for XFS,
Add in the new attribute copying routines from Andreas, and also update the license info in the syscall man pages so that other folks can use em too.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 8f5d2a3..3adf1d1 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,15 @@
+attr-2.3.0 (21 February 2002)
+ - By default, we use the "trusted" attribute name prefix for
+ XFS ROOT attribute names, instead of the "xfsroot" prefix.
+ If the COMPAT_XFSROOT environment variable is set, however,
+ the old (now deprecated) names are used. This is useful for
+ XFS kernel code older than, well, today. Newer kernels will
+ work correctly with the new tools (but not the old tools).
+ - Added routines to libattr for copying extended attributes -
+ attr_copy_file and attr_copy_fd.
+ - libattr.so version updated to reflect these changes.
+ - Update licensing notice in system call man pages for aeb.
+
attr-2.2.0 (30 November 2002)
- Complete the internationalisation support, and added initial
German translation from Andreas.