File: [Development] / xfs-cmds / attr / doc / CHANGES (download)
Revision 1.11, Fri Jan 11 00:37:54 2002 UTC (15 years, 9 months ago) by nathans
Branch: MAIN
Changes since 1.10: +3 -0
lines
bump to 1.1.4, document change.
|
attr-1.1.4 (11 Jan 2002)
- bug fix in attr_multi(3), use of "count" was broken
attr-1.1.3 (03 Aug 2001)
- bug fix from Juer Lee, syscall use on non-i386 was broken
- tested on PowerPC and i386; code is simpler and works
- install an additional library symlink for ld, so that the
shared lib is always found before the static lib at link time
attr-1.1.2 (27 Jul 2001)
- fixes for (hopefully) the last few nits in libtool usage
attr-1.1.1 (23 Jul 2001)
- install static libs and libtool archives into /usr/lib
- shared libraries are unchanged, however
attr-1.1.0 (16 Jul 2001)
- reworked Makefiles to use libtool
- rework some of the Debian packaging rules
- install attr command into /usr/bin, not /bin
- libattr now installed into /lib instead of /usr/lib
as it is needed by xfsdump and xfsrestore which must
be available for recovery when only root is mounted
attr-1.0.4 (02 Jul 2001)
- work around syscall number collision on recent ia64 kernels
attr-1.0.3 (18 May 2001)
- man page corrections
attr-1.0.2 (24 April 2001)
- rearrange headers to make system call internals private
- update package descriptions
attr-1.0.1 (30 January 2001)
- minor rpm and deb packaging work
attr-1.0.0 (15 January 2001)
- extended attribute code abstracted from xfs-cmds package
- completed Debian packaging
- late beta code