]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release 4.8.0-rc1 v4.8.0-rc1
authorDave Chinner <david@fromorbit.com>
Thu, 8 Sep 2016 22:16:29 +0000 (08:16 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 8 Sep 2016 22:16:29 +0000 (08:16 +1000)
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 <david@fromorbit.com>
README
VERSION
configure.ac
debian/control
doc/CHANGES
libxfs/util.c
man/man8/xfs_mdrestore.8
man/man8/xfs_metadump.8

diff --git a/README b/README
index bc01de76774711f4d24898db71338fc4674a647f..123af5006ea51823893c20c942428b5cf6a97041 100644 (file)
--- 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 9fcf604da0a6354bab54e3245a5da01335e4bdc6..d82758ef65cf681306137f454ff3948ff4145949 100644 (file)
--- 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
index 1bb5fef954519675ea448be2deea6c834e01f25a..79053e5acd3a50ab77f4e410e763d0be915aaffd 100644 (file)
@@ -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])
index 74b9abcbccc2f89885013b038c624eb958315fb7..ad816622620e724cf87ccd7907cb9044c8b5e3b2 100644 (file)
@@ -1,11 +1,11 @@
 Source: xfsprogs
 Section: admin
 Priority: optional
-Maintainer: XFS Development Team <xfs@oss.sgi.com>
+Maintainer: XFS Development Team <linux-xfs@vger.kernel.org>
 Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
 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
index 32a9709f1643c0a5ccb121db4a88812e5008fc17..3571ad45123ff3f1c042d72e6e647ca21348dc24 100644 (file)
@@ -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)
index 366567acd3185d9f2768da772c0d526d8b8f04dc..cd802e897a5b3cd036ecd7157fea797114068a05 100644 (file)
@@ -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);
 }
 
index 0957d811bc9d9baf1cbad22be8ca31402d078e9e..2095f15d58221fdc3a7e3616d7b8e8a57e0df020 100644 (file)
@@ -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 .
index 81a17a960b910c88f7c77c2ac5e9e1e4ca6815c9..3731d6a367b841e898e66900dca4c08907304df4 100644 (file)
@@ -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 .