1attr-2.4.8 (04 August 2003)
2	- Make quote/unquote return NULL if passed NULL. 
3
4attr-2.4.7 (29 July 2003)
5	- Make quote return NULL if out of memory instead of exiting. 
6
7attr-2.4.6 (21 July 2003)
8	- Add internal library for misc. functions: quote, unquote,
9	  high_water_alloc.
10	- Quote special characters in path names and attribute names.
11	- Use high_water_alloc everywhere instead of malloc/realloc.
12	- Update the test scripts.
13	
14attr-2.4.5 (03 July 2003)
15	- Tweak the build so we don't always run msgmerge,
16	  fix from Steve Langasek originally.
17
18attr-2.4.4 (04 June 2003)
19	- Some Debian-specific packaging updates.
20
21attr-2.4.3 (26 April 2003)
22	- Rework configure.in to make use of shared macros.
23
24attr-2.4.2 (14 April 2003)
25	- Found a better way to handle the trusted/xfsroot namespace
26	  transition, from a suggestion from Andreas.  COMPAT_XFSROOT
27	  is no longer checked, we figure this out on-the-fly now.
28	- Fix configure tests that used AC_PATH_PROG incorrectly.
29
30attr-2.4.1 (27 March 2003)
31	- Cleanups to the build process, in particular the automatic
32	  rpm package generation Makefile and spec file template.
33	- Makepkgs script can now propagate failures back from make.
34	- Change default --prefix to /usr.
35
36attr-2.4.0 (26 February 2003)
37	- Add symbol level versioning to libattr. This improves link
38	  time consistency checks. The library versions are also
39	  honored by RPM, so an RPM package built against say,
40	  libattr.so.1(ATTR_1.1) won't link against
41	  libattr.so.1(ATTR_1.0), which was not checked before.
42	- Make the default check function used by attr_copy_{fd,file}()
43	  accessible as attr_copy_check_permissions().
44	- Increment the library version number, so that the attr_copy
45	  functions can be checked for.
46	- Fix some minor typos.
47
48attr-2.3.0 (21 February 2003)
49	- By default, we use the "trusted" attribute name prefix for
50	  XFS ROOT attribute names, instead of the "xfsroot" prefix.
51	  If the COMPAT_XFSROOT environment variable is set, however,
52	  the old (now deprecated) names are used.  This is useful for
53	  XFS kernel code older than, well, today.  Newer kernels will
54	  work correctly with the new tools (but not the old tools).
55	- Added routines to libattr for copying extended attributes -
56	  attr_copy_file and attr_copy_fd.
57	- libattr.so version updated to reflect these changes.
58	- Update licensing notice in system call man pages for aeb.
59
60attr-2.2.0 (30 November 2002)
61	- Complete the internationalisation support, and added initial
62	  German translation from Andreas.
63
64attr-2.1.2 (22 November 2002)
65	- Add a description of trusted extended attributes to attr(5).
66
67attr-2.1.1 (31 October 2002)
68	- Minor updates to the Debian packaging.
69
70attr-2.1.0 (19 October 2002)
71	- Change the devel .rpm and .deb package names so that they
72	  now use a lib prefix.
73	- Several packaging changes related to this to ensure upgrades
74	  work and depenency information isn't lost.
75
76attr-2.0.12 (07 October 2002)
77	- Fix: the m68k architecture is identified by __mc68000__
78	  rather than by __m68k__.
79	- Correction in the attr(5) manual page.
80	- Add test cases for empty EA values, and for a bad
81	  ACL extended attribute name (there were bugs with these).
82
83attr-2.0.11 (04 September 2002)
84	- Make the test/run script return a proper status code.
85	- Fix up the error message returned for ENODATA rather
86	  than ENOATTR, so if ENOATR is assigned a separate number
87	  we don't mess with ENOATTR's text message.
88
89attr-2.0.10 (28 August 2002)
90	- Add system call numbers for the m68k architecture
91	- Add missing "enabling" #define for the Alpha architecture
92	- Build updates to allow rpmbuild to build rpms (newer versions
93	  of rpm require this, as rpm itself can no longer build rpms)
94	- Several section 3 man page corrections (minor)
95
96attr-2.0.9 (04 July 2002)
97	- Build infrastructure updates so that configure options can be
98	  used to specify paths rather than semi-hard-coded path names
99	  controlled by the PREFIX/ROOT_PREFIX environment variables; eg.
100	  now allows /lib64 and /lib32
101	- Add system call numbers for the Alpha architecture
102
103attr-2.0.8 (22 April 2002)
104	- Minor wording change in the attr(5) manual page
105	- Additional test cases for malformed attribute names
106	- Remove leftover build targets html and ps
107
108attr-2.0.7 (13 April 2002)
109	- Minor build system updates
110
111attr-2.0.6 (26 March 2002)
112	- Add MIPS/MIPS64 system call numbers
113	- Several man page updates
114
115attr-2.0.5 (12 March 2002)
116	- Fix build for architectures which don't have syscalls yet
117	- Fix the syscall number used on Sparc for fremovexattr(2)
118	- Test script updates
119	- Man page updates
120
121attr-2.0.4 (05 March 2002)
122	- A minor change to the test/run script
123
124attr-2.0.3 (01 March 2002)
125	- add in ARM architecture system call numbers
126	- updates to the test output from Andreas
127
128attr-2.0.2 (27 February 2002)
129	- add in S/390 system call numbers from Martin Schwidefsky
130	- revert IA64 syscall numbering after further mail with
131	  David Mosberger (apparently sys_tkill will be moved)
132	  See:	https://external-lists.valinux.com/archives/\
133			/linux-ia64/2002-February/002990.html
134
135attr-2.0.1 (26 February 2002)
136	- incorporate several documentation changes from Andreas,
137	  including a script to convert from the aget format of
138	  attribute backup file, to the new getfattr format
139	- fix IA64 syscall numbering
140
141attr-2.0.0 (26 February 2002)
142	- initial introduction of the new system call interface
143	- synced up with the ext2 project, incorporated get/set tools
144	- new man pages for system calls, getfattr(1) and setfattr(1)
145	- made the attributes.h interface align properly with IRIX
146
147attr-1.1.3 (03 August 2001)
148	- bug fix from Juer Lee, syscall use on non-i386 was broken
149	- tested on PowerPC and i386; code is simpler and works
150	- install an additional library symlink for ld, so that the
151	  shared lib is always found before the static lib at link time
152
153attr-1.1.2 (27 July 2001)
154	- fixes for (hopefully) the last few nits in libtool usage
155
156attr-1.1.1 (23 July 2001)
157	- install static libs and libtool archives into /usr/lib
158	- shared libraries are unchanged, however
159
160attr-1.1.0 (16 July 2001)
161	- reworked Makefiles to use libtool
162	- rework some of the Debian packaging rules
163	- install attr command into /usr/bin, not /bin
164	- libattr now installed into /lib instead of /usr/lib
165	  as it is needed by xfsdump and xfsrestore which must
166	  be available for recovery when only root is mounted
167
168attr-1.0.4 (02 July 2001)
169	- work around syscall number collision on recent ia64 kernels
170
171attr-1.0.3 (18 May 2001)
172	- man page corrections
173
174attr-1.0.2 (24 April 2001)
175	- rearrange headers to make system call internals private
176	- update package descriptions
177
178attr-1.0.1 (30 January 2001)
179	- minor rpm and deb packaging work
180
181attr-1.0.0 (15 January 2001)
182	- extended attribute code abstracted from xfs-cmds package
183	- completed Debian packaging
184	- late beta code
185
186