Whamcloud - gitweb
changelog:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 11 May 2001 06:19:33 +0000 (06:19 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 May 2001 06:19:33 +0000 (06:19 +0000)
  Update with 1.20 (very brief) release notes:
e2fsprogs.spec:
  Update for 1.20 release.

debian/changelog
e2fsprogs.spec

index 7d90fc8..4592fd1 100644 (file)
@@ -1,3 +1,18 @@
+e2fsprogs (1.20-1) unstable; urgency=low
+
+  * New upstream release:
+  ** new program: e2image.
+  ** e2fsck validates file descriptor specified in -C (Closes: #55220)
+  ** Fix multiple progress bar fsck bug (Closes: #65267)
+  ** Add devfs support to fsck (Closes: #94159)
+  ** Fix debugfs dump cmd looping on disk errors (Closes: #79163)
+  ** Miscellaneous manual page clarifications (Closes: #63442, #67446,
+     and #87216)
+  ** Improved ext3 support
+  ** tune2fs can now safely modify mounted filesystems
+
+ -- Theodore Tso <tytso@think.thunk.org>  Wed, 11 May 2001 00:51:14 -0400
+
 e2fsprogs (1.19-4) unstable; urgency=medium
 
   * Added texinfo to build-deps (Closes: #87685).
index 2e03796..ca63806 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Utilities for managing the second extended (ext2) filesystem.
 Name: e2fsprogs
-Version: 1.20.WIP
+Version: 1.20
 Release: 0
 Copyright: GPL
 Group: System Environment/Base
@@ -80,6 +80,7 @@ fi
 /sbin/dumpe2fs
 /sbin/e2fsck
 /sbin/e2label
+/sbin/e2image
 /sbin/fsck
 /sbin/fsck.ext2
 /sbin/fsck.ext3
@@ -107,6 +108,7 @@ fi
 %{_mandir}/man8/dumpe2fs.8*
 %{_mandir}/man8/e2fsck.8*
 %{_mandir}/man8/e2label.8*
+%{_mandir}/man8/e2image.8*
 %{_mandir}/man8/fsck.8*
 %{_mandir}/man8/mke2fs.8*
 %{_mandir}/man8/mklost+found.8*