From: Dave Chinner Date: Thu, 8 Sep 2016 22:16:29 +0000 (+1000) Subject: xfsprogs: Release 4.8.0-rc1 X-Git-Tag: v4.8.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130093ab139fd0e4b31e368bf88779894afed374;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release 4.8.0-rc1 Update all the necessary files for a 4.8.0-rc1 release. Also, replace all the mailing list contact details with the new list address, and the project website with xfs.org. Signed-off-by: Dave Chinner --- diff --git a/README b/README index bc01de767..123af5006 100644 --- a/README +++ b/README @@ -9,4 +9,4 @@ and references to other XFS manual pages. For more information and details on how to contribute to the XFS project see the web pages at: - http://oss.sgi.com/projects/xfs/ + http://xfs.org/ diff --git a/VERSION b/VERSION index 9fcf604da..d82758ef6 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=7 -PKG_REVISION=0 +PKG_MINOR=8 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 1bb5fef95..79053e5ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.7.0], [xfs@oss.sgi.com]) +AC_INIT([xfsprogs], [4.8.0-rc1], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/control b/debian/control index 74b9abcbc..ad8166226 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Source: xfsprogs Section: admin Priority: optional -Maintainer: XFS Development Team +Maintainer: XFS Development Team Uploaders: Nathan Scott , Anibal Monsalve Salazar Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev Standards-Version: 3.9.1 -Homepage: http://oss.sgi.com/projects/xfs/ +Homepage: http://xfs.org/ Package: xfsprogs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -44,7 +44,7 @@ Description: XFS filesystem-specific static libraries and headers Btrees (directories, extents, free space) to aid both performance and scalability. . - Refer to the documentation at http://oss.sgi.com/projects/xfs/ + Refer to the documentation at http://xfs.org/ for complete details. Package: xfsprogs-udeb diff --git a/doc/CHANGES b/doc/CHANGES index 32a9709f1..3571ad451 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,16 @@ +xfsprogs-4.8-0-rc1 (9 Sep 2016) + - change contact emails to linux-xfs@vger.kernel.org + - libxfs: kernel sync up to 4.8-rc1 + - Initial reverse mapping support (Darrick Wong) + - buffer lock trace analysis tool (Darrick Wong) + - logprint: cleanups and fixes (Darrick Wong) + - man page updates (various) + - libxcmd: mount option parsing fixes (Darrick Wong) + - xfs_quota: use XFS_GETQSTATV (Eric Sandeen) + - xfs_quota: allow use on non-XFS filesystems (Bill O'Donnell) + - xfs_db: allow direct manipulation of CRCs (Eric Sandeen) + - libxfs: get rid of ustat() calls (Felix Janda) + xfsprogs-4.7.0 (5 Aug 2016) - xfs_io: man page for copy_file_range (Anna Schumaker) - xfs_quota: handle XFS_GETNEXTQUOTA failure sanely (Zorro Lang) diff --git a/libxfs/util.c b/libxfs/util.c index 366567acd..cd802e897 100644 --- a/libxfs/util.c +++ b/libxfs/util.c @@ -643,8 +643,9 @@ libxfs_fs_repair_cmn_err(int level, xfs_mount_t *mp, char *fmt, ...) vfprintf(stderr, fmt, ap); fprintf(stderr, " This is a bug.\n"); fprintf(stderr, "%s version %s\n", progname, VERSION); - fprintf(stderr, "Please capture the filesystem metadata with " - "xfs_metadump and\nreport it to xfs@oss.sgi.com.\n"); + fprintf(stderr, + "Please capture the filesystem metadata with xfs_metadump and\n" + "report it to linux-xfs@vger.kernel.org\n"); va_end(ap); } diff --git a/man/man8/xfs_mdrestore.8 b/man/man8/xfs_mdrestore.8 index 0957d811b..2095f15d5 100644 --- a/man/man8/xfs_mdrestore.8 +++ b/man/man8/xfs_mdrestore.8 @@ -51,4 +51,4 @@ returns an exit code of 0 if all the metadata is successfully restored or .BR xfs (5) .SH BUGS Email bug reports to -.BR xfs@oss.sgi.com . +.BR linux-xfs@vger.kernel.org . diff --git a/man/man8/xfs_metadump.8 b/man/man8/xfs_metadump.8 index 81a17a960..3731d6a36 100644 --- a/man/man8/xfs_metadump.8 +++ b/man/man8/xfs_metadump.8 @@ -154,4 +154,4 @@ command. .BR xfs (5) .SH BUGS Email bug reports to -.BR xfs@oss.sgi.com . +.BR linux-xfs@vger.kernel.org .