aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nscott@aconex.com>2009-01-28 09:48:45 +0100
committerChristoph Hellwig <hch@brick.lst.de>2009-01-28 09:48:45 +0100
commitb9ee47a929e6a7fa5a10060f9ca8126a51e14a48 (patch)
tree0d0cf63f39470792ba19d2c1c120edbb3daaac1e
parent71afe54062ba0497796b17761a1a523915198529 (diff)
downloadxfsdump-dev-b9ee47a929e6a7fa5a10060f9ca8126a51e14a48.tar.gz
version & rpm spec file update
Update xfsdump version to 3.0.0 to denote the slightly different relationship with xfsprogs now (moved files, removed libxfs.h dependencies). Reviewed-by: Christoph Hellwig <hch@lst.de>
-rw-r--r--VERSION6
-rw-r--r--build/rpm/xfsdump.spec.in2
-rw-r--r--doc/CHANGES9
3 files changed, 13 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 68ec7704..665924b1 100644
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
#
# This file is used by configure to get version information
#
-PKG_MAJOR=2
-PKG_MINOR=2
-PKG_REVISION=49
+PKG_MAJOR=3
+PKG_MINOR=0
+PKG_REVISION=0
PKG_BUILD=1
diff --git a/build/rpm/xfsdump.spec.in b/build/rpm/xfsdump.spec.in
index 3f7a3e00..417dd843 100644
--- a/build/rpm/xfsdump.spec.in
+++ b/build/rpm/xfsdump.spec.in
@@ -5,7 +5,7 @@ Release: @pkg_release@
Distribution: @pkg_distribution@
Packager: Silicon Graphics, Inc. <http://www.sgi.com/>
BuildRoot: @build_root@
-Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
+Requires: xfsprogs >= 3.0.0, attr >= 2.0.0
Source: @pkg_name@-@pkg_version@.src.tar.gz
License: GPL
Vendor: Silicon Graphics, Inc.
diff --git a/doc/CHANGES b/doc/CHANGES
index c1287b27..3858510f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,12 @@
+xfsdump-3.0.0
+ - Bump major package version number to signify changed
+ dependencies and moved binaries (xfs_fsr and estimate
+ have moved into xfsprogs).
+ - xfsdump should no longer make use of internal XFS
+ headers and libraries, in particular no use of libxfs
+ is permitted in this package anymore (such detailed
+ on-disk format knowledge is the realm of xfsprogs).
+
xfsdump-2.2.49 (17 Feb 2008)
- Fix up error handling in _rmt_open in librmt.
Warnings reported by Michal Marek <mmarek@novell.com>