From: Nathan Scott Date: Sat, 17 Jun 2006 06:12:23 +0000 (+0000) Subject: Minor xfsprogs updates - man pages, docs, version number bump. X-Git-Tag: v2.9.0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7289a92cec3a7628aaa9a56e0271473a5c17f4c6;p=thirdparty%2Fxfsprogs-dev.git Minor xfsprogs updates - man pages, docs, version number bump. Merge of master-melb:xfs-cmds:26269a by kenmcd. --- diff --git a/VERSION b/VERSION index e1be0f5e5..77357c4c8 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=8 -PKG_REVISION=1 +PKG_REVISION=2 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 92b616d95..a6202572f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xfsprogs (2.8.1-1) unstable; urgency=low +xfsprogs (2.8.2-1) unstable; urgency=low * New upstream release. - -- Nathan Scott Mon, 29 May 2006 08:46:05 +1000 + -- Nathan Scott Sat, 17 Jun 2006 14:14:15 +1000 xfsprogs (2.7.16-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 1655cc7f6..5ed493a66 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,6 +1,10 @@ -[cvs] +xfsprogs-2.8.2 (17 June 2006) - More updates to repair/libxfs for improving performance - Incorporate librt into the build process for lio_listio + - Minor xfs_logprint tweaks and fixes. + - Small updates to xfs_io manual page. + - Several fixes from earler 2.8 releases with respect to + inode/buffer cache refcounting. xfsprogs-2.8.1 (29 May 2006) - Fix endianness issues on FreeBSD. diff --git a/io/Makefile b/io/Makefile index 5d616ddbd..6f10e8de9 100644 --- a/io/Makefile +++ b/io/Makefile @@ -53,12 +53,10 @@ endif ifeq ($(ENABLE_READLINE),yes) LLDLIBS += $(LIBREADLINE) $(LIBTERMCAP) -CFLAGS += -DENABLE_READLINE endif ifeq ($(ENABLE_EDITLINE),yes) LLDLIBS += $(LIBEDITLINE) $(LIBTERMCAP) -CFLAGS += -DENABLE_EDITLINE endif default: $(LTCOMMAND) diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index 79a928e8f..2b74e6747 100644 --- a/man/man8/xfs_io.8 +++ b/man/man8/xfs_io.8 @@ -7,8 +7,11 @@ xfs_io \- debug the I/O path of an XFS filesystem .fi .SH DESCRIPTION \f2xfs_io\f1 is a debugging tool like \f2xfs_db\f1, but is aimed -at examining the regular file I/O path rather than the raw XFS volume +at examining the regular file I/O paths rather than the raw XFS volume itself. +These code paths include not only the obvious read/write/mmap interfaces +for manipulating files, but also cover all of the XFS extensions (such +as space preallocation, additional inode flags, etc). .PP The options to \f2xfs_io\f1 are: .TP 10