]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
bump version for libhandle changes for O_LARGEFILE
authorTim Shimmin <tes@sgi.com>
Thu, 4 Apr 2002 02:07:49 +0000 (02:07 +0000)
committerTim Shimmin <tes@sgi.com>
Thu, 4 Apr 2002 02:07:49 +0000 (02:07 +0000)
VERSION
doc/CHANGES

diff --git a/VERSION b/VERSION
index 1772b38fbbc5f8a2f9b39c4562a1d257e86d31b3..6b81001f8c96160e35d376f955997ffcc575d467 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=0
-PKG_REVISION=1
+PKG_REVISION=2
 PKG_BUILD=0
index bd58350899a05721d272321c77611bfa516d68fe..98598a07457d65fe80401b0fa35fcba1d0382fb4 100644 (file)
@@ -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