]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
bump version number.
authorNathan Scott <nathans@sgi.com>
Mon, 14 Jan 2002 00:06:29 +0000 (00:06 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 14 Jan 2002 00:06:29 +0000 (00:06 +0000)
VERSION
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index a004d2e157033e58297e97356e8f7eded4945a9c..1490238c3a7c57528d3c4acce4cd887eb0e7beab 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=1
 PKG_MINOR=3
-PKG_REVISION=16
+PKG_REVISION=17
 PKG_BUILD=0
index 1d908ef176ecc918466580a78ef98b420528603c..e392bf5ef705132d5d0cfd19b32731c62cf06b2a 100644 (file)
@@ -1,3 +1,11 @@
+xfsprogs (1.3.17-1) unstable; urgency=low
+
+  * New upstream release
+  * mkfs.xfs overwrites other filesystem signatures
+  * xfs_repair fix for "avl_insert: duplicate range" bug
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 14 Jan 2002 10:59:50 +1100
+
 xfsprogs (1.3.16-1) unstable; urgency=low
 
   * Remove temporary file use in xfs_db
index 28cea70599effd27a00e5b415208edf07ba4781e..aeb67691046f6b15884553bb66bc5a11130e28c7 100644 (file)
@@ -1,9 +1,9 @@
-[current]
-       - mkfs.xfs now overwrites old ext[2,3], reiserfs, jfs,
-         and swap signatures.
+xfsprogs-1.3.17 (14 January 2002)
+       - mkfs.xfs overwrites pre-existing filesystem, swap, or md
+         driver signatures.
        - xfs_repair fix to prevent double insertion into the
-         uncertain_inode AVL trees
-       - use snprintf instead of sprintf
+         uncertain_inode AVL trees ("avl_insert: duplicate range")
+       - use snprintf instead of sprintf throughout
 
 xfsprogs-1.3.16 (17 December 2001)
        - added text dump type to xfs_db (mkp)