]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump xfsprogs version number for recent changes, switch xfs_quota on in the build.
authorNathan Scott <nathans@sgi.com>
Fri, 3 Jun 2005 06:12:02 +0000 (06:12 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 3 Jun 2005 06:12:02 +0000 (06:12 +0000)
Merge of master-melb:xfs-cmds:22800a by kenmcd.

Makefile
VERSION
debian/changelog
doc/CHANGES

index 01e2a3c3a41727510a2e64135e0b0e6a0888eace..d666878f76fa8d06abe2b2e470c0a835e09bebf1 100644 (file)
--- 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 a0373dc1d7f47c9497395f9697cda424a0bb357e..0d325b6e8bcb7f0f289eec16b53cf5e5b5bdf465 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=6
-PKG_REVISION=29
+PKG_REVISION=30
 PKG_BUILD=1
index bf907083683b873b969ec806435ebf8c351a4a0e..fea16c22d028f9c93225ad320e2f6eb999d41e4b 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (2.6.30-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 03 Jun 2005 13:52:04 +1000
+
 xfsprogs (2.6.28-1) unstable; urgency=low
 
   * New upstream release.
index 815b086f83af0779f531018bac03dbc0f743a1c4..cd8f39db32c21a397015d694386a10229f93faec 100644 (file)
@@ -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.