File: [Development] / xfs-cmds / dmapi / doc / CHANGES (download)
Revision 1.19, Thu Sep 30 14:50:54 2004 UTC (13 years ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.18: +4 -0
lines
Keep userspace packaging in sync, portability changes and dmapi headers.
Merge of xfs-cmds-melb:slinx:19611a by kenmcd.
|
dmapi-2.2.1 (29 September 2004)
- Update m4 macros, incorporating some portability changes.
- Sync up with changes to the kernel DMAPI headers.
dmapi-2.2.0 (21 April 2004)
- The linux 2.6 kernel puts the dmapi device at /dev/dmapi.
dmapi-2.1.0 (18 October 2003)
- libdm now attempts to find the dmapi device in /dev, if that
fails then it falls back to the old location in /proc.
- Rework Debian package names to more closely conform to the
packaging policy requirements.
dmapi-2.0.8 (26 April 2003)
- Rework configure.in to make use of shared macros.
dmapi-2.0.7 (14 April 2003)
- Fix configure tests that used AC_PATH_PROG incorrectly.
dmapi-2.0.6 (27 March 2003)
- Cleanups to the build process, in particular the automatic
rpm package generation Makefile and spec file template.
- Makepkgs script can now propagate failures back from make.
dmapi-2.0.5 (04 July 2002)
- Build infrastructure updates so that configure options can be
used to specify paths rather than semi-hard-coded path names
controlled by the ROOT/ROOT_PREFIX environment variables; eg.
now allows /lib64 and /lib32
dmapi-2.0.4 (18 June 2002)
- kernel<>library interface for DM_OPEN_BY_HANDLE changed
dmapi-2.0.3 (12 June 2002)
- kernel-library interface has changed, now 64bit safe.
dmapi-2.0.2 (13 April 2002)
- Minor build system updates
dmapi-2.0.0 (07 February 2002)
- Major release to coincide with switch to new extended
attributes system call interfaces
dmapi-0.3.0 (04 December 2001)
- The kernel-side of dmapi is now a module, and the device has
moved. Change dmapi to use the dmapi device in its new
location of /proc/fs/xfs_dmapi.
dmapi-0.2.2 (27 July 2001)
- fixes for (hopefully) the last few nits in libtool usage
dmapi-0.2.1 (23 July 2001)
- install static libs and libtool archives into /usr/lib
- shared libraries are unchanged, however
dmapi-0.2.0 (19 July 2001)
- reworked Makefiles use of libtool slightly
- rework some of the Debian packaging rules
- libdm is 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
dmapi-0.1.2 (18 July 2001)
- change dmapi to use /proc instead of /dev/dmapi
dmapi-0.1.1 (30 January 2001)
- minor rpm and deb packaging work
dmapi-0.1.0 (15 January 2001)
- initial version of package
- early alpha code