]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump xfsprogs version number for recent changes.
authorNathan Scott <nathans@sgi.com>
Fri, 3 Mar 2006 02:56:51 +0000 (02:56 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 3 Mar 2006 02:56:51 +0000 (02:56 +0000)
Merge of master-melb:xfs-cmds:25353a by kenmcd.

VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index e6188e00a89377e2d64f8b892ef9a382bdee8227..6270f3f1ee21f20a1d022a4bb74cdfc8612baebe 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=7
-PKG_REVISION=14
+PKG_REVISION=15
 PKG_BUILD=1
index 8c4008b0b74c096874ebef53af97b89c3f825385..60deedf2caba5095212791cf2de7e5ed1c471e5f 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (2.7.15-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 03 Mar 2006 10:53:51 +1100
+
 xfsprogs (2.7.14-1) unstable; urgency=low
 
   * New upstream release.
index 1eccc37b3c62f1847a3007de412d7973853c1c4e..29748d7a9f57d2b532257fffb9eb7195cc50a422 100644 (file)
@@ -1,3 +1,10 @@
+xfsprogs-2.7.15 (03 March 2006)
+       - Fix the way external log/realtime devices were handled in
+         userspace with older kernels (subtely different in procfs)
+       - Fix a corruption problem in xfs_copy(8) when attempting to
+         zero the (old) log, a section was sometimes missed (depends
+         on log and I/O buffer (mis)alignment).
+
 xfsprogs-2.7.14 (15 February 2006)
        - Debian packaging updates (debmake out, debhelper in).
        - Fix a header to work with additional compiler variants.