From: Nathan Scott Date: Fri, 3 Jun 2005 06:12:02 +0000 (+0000) Subject: Bump xfsprogs version number for recent changes, switch xfs_quota on in the build. X-Git-Tag: v2.7.0~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76d4f586b8cf1cd6581b38efa01702bc78466210;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number for recent changes, switch xfs_quota on in the build. Merge of master-melb:xfs-cmds:22800a by kenmcd. --- diff --git a/Makefile b/Makefile index 01e2a3c3a..d666878f7 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \ Logs/* built .census install.* install-dev.* *.gz SUBDIRS = include libxfs libxlog libxcmd libhandle libdisk \ - copy db fsck growfs io logprint mkfile mkfs repair rtcp \ + copy db fsck growfs io logprint mkfile mkfs quota repair rtcp \ m4 man doc po debian build default: $(CONFIGURE) diff --git a/VERSION b/VERSION index a0373dc1d..0d325b6e8 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=6 -PKG_REVISION=29 +PKG_REVISION=30 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index bf9070836..fea16c22d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (2.6.30-1) unstable; urgency=low + + * New upstream release. + + -- Nathan Scott Fri, 03 Jun 2005 13:52:04 +1000 + xfsprogs (2.6.28-1) unstable; urgency=low * New upstream release. diff --git a/doc/CHANGES b/doc/CHANGES index 815b086f8..cd8f39db3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,17 @@ +xfsprogs-2.6.30 (03 June 2005) + - Add xfs_quota(8) command which knows how to do all things + quota related, and can also do the XFS specific extensions + like project quota, realtime device quota, etc. + - Created a library of common code (libxcmd.a) shared by + xfs_growfs, xfs_io and xfs_quota. + - Fix use of regular files for realtime subvolumes (debugging + only, really). + - Fix bug in xfs_io command line option handling when commands + where specified for multiple files at once. + - Allow xfs_io to specify O_NONBLOCK for regular file IO. + - Fix MD driver-specific code to not attempt stripe alignment + for volumes that are not stripes (e.g. concat/mirror). + xfsprogs-2.6.29 (19 April 2005) - Fix mkfs.xfs -dfile. - Fix libhandle on 64bit, Big Endian systems.