From: Tim Shimmin Date: Thu, 4 Apr 2002 02:07:49 +0000 (+0000) Subject: bump version for libhandle changes for O_LARGEFILE X-Git-Tag: v2.1.0~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04a88afb7d10be2c007eea931d941ff1db8a4b28;p=thirdparty%2Fxfsprogs-dev.git bump version for libhandle changes for O_LARGEFILE --- diff --git a/VERSION b/VERSION index 1772b38fb..6b81001f8 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=0 -PKG_REVISION=1 +PKG_REVISION=2 PKG_BUILD=0 diff --git a/doc/CHANGES b/doc/CHANGES index bd5835089..98598a074 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,11 @@ +xfsprogs-2.0.2 (4 April 2002) + - Bumped version of libhandle to libhandle.so.1.0.1 + This changes open_by_handle() and friends so that + O_LARGEFILE is added to the open flags. + This allows xfsdump to dump files greater than + 2^31-1 bytes instead of not dumping the large + files and giving warning messages. + xfsprogs-2.0.1 (12 March 2002) - Fall back to BLKGETSIZE if BLKGETSIZE64 fails - Sync user/kernel headers and shared code