]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.3.0 v4.3.0
authorDave Chinner <david@fromorbit.com>
Mon, 23 Nov 2015 04:24:24 +0000 (15:24 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 23 Nov 2015 04:24:24 +0000 (15:24 +1100)
Update all the release files for a 4.3.0 release.

Signed-off-by: Dave Chinner <david@fromorbit.com>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index ae3d7b670c216b2e9f22a4a7a7faa4f241e65d49..e55298167de42ecf66e6a144803d00747c2120d0 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=3
-PKG_REVISION=0-rc2
+PKG_REVISION=0
 PKG_BUILD=1
index aa3dc60d1bc8668c04bf7f51c553d85a750d43e2..feee50a0e03c7308b6c304b5db4aa026e3d6c215 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.3.0-rc2])
+AC_INIT([xfsprogs], [4.3.0])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 48fb82bec8a9f030246cca9027261c3dec1d677a..2b99a2cfc6239d386a1256cff3913039e2bf690d 100644 (file)
@@ -1,9 +1,10 @@
 xfsprogs (4.3.0) unstable; urgency=low
 
+  * New upstream release
   * Add a postinst to update the initramfs on install/upgrade.
     (Closes: #804255)
 
- -- Nathan Scott <nathans@debian.org>  Wed, 11 Nov 2015 09:00:55 +1100
+ -- Nathan Scott <nathans@debian.org>  Mon, 23 Nov 2015 15:22:56 +1100
 
 xfsprogs (4.2.0) unstable; urgency=low
 
index 6bc92058ef31438d93dc45e928bce0307c0729c2..9d3ebe895950d23c73cf87c567f44fe4c8bd8e2f 100644 (file)
@@ -1,4 +1,12 @@
-xfsprogs-4.3.0-rc2 (14 Oct 2015)
+xfsprogs-4.3.0 (23 Nov 2015)
+       - xfs_fsr: cleanups to recent changes (Eric Sandeen)
+       - xfs_fsr: improved temp file attr fork handling (Eric Sandeen)
+       - libxfs: output verifier names in warnings (Eric Sandeen)
+       - xfs_repair: enable verifier corruption warnings on very verbose
+         output settings (Eric Sandeen)
+       - debian: update initramfs in postinst script (Steve McIntyre)
+
+xfsprogs-4.3.0-rc2 (10 Nov 2015)
        - xfs_fsr: abstract mntinfo/mntent differences (Jan Tulak)
        - xfs_io: update reflink/dedupe ioctl definitions and implementation
          (Darrick Wong)