Update xfsprogs Debian maintainer annotation, bump version.
Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx>
diff --git a/VERSION b/VERSION
index 58a77e2..e68ef43 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=1
-PKG_REVISION=3
+PKG_REVISION=4
PKG_BUILD=1
diff --git a/debian/changelog b/debian/changelog
index 24e5c20..1ce0b7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xfsprogs (3.1.4) unstable; urgency=low
+
+ * New upstream release (32 projid resolution, fsr uses /proc/mounts)
+ * Annotate Debian packages as being team maintained now.
+ * Resolve Lenny upgrade issue with xfsdump (closes: #601988, #601710)
+
+ -- Nathan Scott <nathans@xxxxxxxxxx> Tue, 09 Nov 2010 22:39:04 +1100
+
xfsprogs (3.1.3) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index f429434..401cdab 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: xfsprogs
Section: admin
Priority: optional
-Maintainer: Nathan Scott <nathans@xxxxxxxxxx>
-Uploaders: Anibal Monsalve Salazar <anibal@xxxxxxxxxx>
+Maintainer: XFS Development Team <xfs@xxxxxxxxxxx>
+Uploaders: Nathan Scott <nathans@xxxxxxxxxx>, Anibal Monsalve Salazar
<anibal@xxxxxxxxxx>
Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool,
libreadline5-dev, libblkid-dev (>= 2.17)
Standards-Version: 3.9.1
Homepage: http://oss.sgi.com/projects/xfs/
diff --git a/doc/CHANGES b/doc/CHANGES
index 4ae94d6..fc42eba 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,10 @@
+xfsprogs-3.1.4 (9 November 2010)
+ - Add projid32bit handling to userspace, resolving type
+ sizing issues when dealing with 32 bit project ids.
+ - Make xfs_fsr use /proc/mounts if available.
+ - Annotate that Debian packages are group maintained.
+ - Fix a Debian packaging issue causing upgrade pain.
+
xfsprogs-3.1.3 (26 August 2010)
- Add xfs_io support for XFS_IOC_ZERO_RANGE
- Fix depend targets.
|