Whamcloud - gitweb
Fix numberous problems in Debian's initrd scripts:
[tools/e2fsprogs.git] / debian / changelog
index 3c8a9e7..696843e 100644 (file)
@@ -1,9 +1,146 @@
+e2fsprogs (1.35-6) unstable; urgency=low
+
+  * In the mkinitrd script, make sure the directories exist before
+    trying to copy in the needed shared libraries.  (Closes: #244058, #246480)
+  * In the mkinitrd script, use LD_ASSUME_KERNEL=2.4 if necessary.  
+    (Closes: #245931)
+  * In the mkinitrd script copy in /usr/bin/awk instead of /usr/bin/mawk.  
+    (Closes: #245670)
+  * In the initrd script, fail quietly if /mnt/etc/fstab does not exist.
+    (Closes: #246917)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Tue,  4 May 2004 03:00:24 -0400
+
+e2fsprogs (1.35-5) unstable; urgency=low
+
+  * Add uuid_unparse_upper() and uuid_unparse_lower() functions to the
+    uuid library.
+  * Address GNU/KFreeBSD portability issues (Closes: #239934)
+  * Use unsigned for 1 bit wide bitfields in header files to avoid
+    Intel C++ compiler warnings.
+  * Use C99 stdint.h types in the uuid library
+  * Fix up and cleanup uuid man pages
+  * Change the licensing of the uuid man pages to be 3-clause BSD.
+  * Fix the initrd scripts so that the automatic ext3 journal
+    conversion actually works correctly; also allow conversion of the root
+    filesystem from ext3 back to ext2  (Closes: #241183)
+  * Minor man page fixes (Closes: #241940, 242995)
+  * Use the DEBUGFS_PAGER environment variable in preference to PAGER
+    (Closes: #239547)
+  * Added French translation
+  * Be flexible about the name of the ACPI device that cooresponds to
+    the AC adapter (Closes: #242136)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Mon, 12 Apr 2004 12:38:34 -0400
+
+e2fsprogs (1.35-4) unstable; urgency=low
+
+  * Fix bug in the blkid library (introduced in 1.35-3) which caused
+    the probe function to completely malfunction.  (Closes: #239191)
+  * Make the debugfs command's link command set the filetype information
+    correctly.
+  * Update the Polish, Sweedish, and Turkish translations
+  * Add an -o option to the blkid program which allows the user to 
+    control the output format of blkid.
+  * Fixed and cleaned up the tune2fs and blkid man pages (Closes: #238741)
+  * Improve UUID generation algorithm (use all 14 bits in the clock sequence)
+  * Change the license on the UUID library to be 3-clause BSD.
+  * Remove the only-partially-implemented -p option to blkid.  
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Sun, 21 Mar 2004 20:17:03 -0500
+
+e2fsprogs (1.35-3) unstable; urgency=low
+
+  * Mention e2image's limitation in writing a normal image file to
+    stdout (Closes: #236383)
+  * Only use BLKGETSIZE64 on Linux 2.6 since it is unreliable on Linux 2.4.
+    (Closes: #236528)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Mon,  8 Mar 2004 14:19:15 -0500
+
+e2fsprogs (1.35-2) unstable; urgency=low
+
+  * Use 64-bit ioctl's if present to determine the 64-bit size of a device
+  * Add tune2fs to the e2fsprogs udeb package (Closes: #235639)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Tue,  2 Mar 2004 10:13:39 -0500
+
+e2fsprogs (1.35-1) unstable; urgency=low
+
+  * New upstream version.
+  * Fix "badblocks -t random". (Closes: #234828)
+  * Fix "e2fsck -k".  (Closes: #234993)
+  * Change badblock's default number of blocks tested at once from 
+    16 to 64.  (Closes: #232240)
+  * ss-dev and comerr-dev now use a versioned dependency for libss2 and
+    libcomerr2, respectively.  (Closes: #235280)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Sat, 28 Feb 2004 10:14:19 -0500
+
+e2fsprogs (1.34+1.35-WIP-2004.01.31-2) unstable; urgency=low
+
+  * Add a new -k option to e2fsck which keeps the existing badblocks 
+    list when using the -c option.  (Closes: #229103)
+  * Update debugfs to support new large major/minor device numbers
+    supported by Linux 2.6.  (Closes: #865289)
+  * Fix makefiles so that it will build correctly with --enable-profile.
+  * Add -mieee when compiling with GCC on an Alpha.
+  * Fix e2fsck preen mode messages using pass 1B/C/D.
+  * Fix the debugfs man page.  (Closes: #232406)
+  * Fix the ext2fs.h header file to work correctly with C++. 
+  * e2fsck and debugfs now correctly deals with symlinks that have
+    extended attribute information, such as those created by SE Linux.
+    (Closes: #232328)
+  * Make sure filefrag actually gets compiled under Linux (Closes: #230992)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Tue, 24 Feb 2004 00:16:43 -0500
+
+e2fsprogs (1.34+1.35-WIP-2004.01.31-1) unstable; urgency=medium
+
+  * Fix byte swap bugs in e2fsck that caused the journal backup location 
+    in the superblock and symlinks created by SE Linux to be cleared
+    by e2fsck on big-endian machines.  (Closes: #228723)
+  * Chattr now stops processing options when it sees '--'.  (Closes: #225188)
+  * Add FreeBSD port fixups
+  * Use the DEBUGFS_PAGER environment variable in preference to PAGER.
+    Document that less is a really, really, really bad pager to use
+    for debugfs (unfortunately, Debian policy says we must use
+    /usr/bin/pager even if it results in very annoying behaviour for
+    the user since 'less' is used in preference to 'more' unless it is
+    globally overriden via update-alternatives(8).  Oh, well.  Debian
+    users are encouraged to set DEBUGFS_PAGER to be "more" in their
+    dot files to avoid this brain damage).
+  * Fix libuuid1-udeb so that it provides libuuid1.  (Closes: #229633)
+  * Fix bug in uuid library when there is no network card and the
+    library is generating a time-based uuid.  The random MAC address
+    was not correctly generated to be a multicast address.
+  * Install the filefrag program.  
+  * Don't try to compile filefrag on non-Linux platforms. (Closes: #226456)
+  * Minor manual page clarifications (Closes: #222606, #214920)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Sat, 31 Jan 2004 20:57:35 -0500
+
 e2fsprogs (1.34+1.35-WIP-2003.12.07-2) unstable; urgency=low
 
   * Fix test for /etc/mkinitrd/scripts/e2fsprogs to make sure it gets
     removed.  (Closes: #213275)
-
- -- Theodore Y. Ts'o <tytso@mit.edu>  Sun,  7 Dec 2003 12:35:21 -0500
+  * Debugfs now searches for the appropriate pager to use, beginning
+    with /usr/bin/pager, and then falling back to 'less' and 'more'.
+    (Closes: #221977)
+  * Fixed mangled encoding in Czech locale file.  (Closes #214633)
+  * Fix bug where using debugfs to copy a file from /dev/null caused
+    in correct mode bits.  (Closes: #217456)
+  * Fixed a bug where e2fsck would bomb out if a journal needed to be
+    replayed when using an alternate superblock.
+  * Minor manual page fixups/cleanups.
+  * Debugfs's mkdir command will automatically expand the directory if
+    necessary.  (Closes: #217892)
+  * Fix a bug in e2fsck which caused it to incorrectly fix a filesystem
+    when reconnecting a directory requires creating a lost+found
+    directory.  (Closes: #219640)
+  * Add Spanish translation.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Wed, 24 Dec 2003 14:24:14 -0500
 
 e2fsprogs (1.34+1.35-WIP-2003.12.07-1) unstable; urgency=medium
 
@@ -315,7 +452,7 @@ e2fsprogs (1.29-1) unstable; urgency=low
   * New upstream release (Closes: #159423).
   * Fixed typo in chattr manpage (Philipp Matthias Hahn, Closes:
     #162297).
-  * Generate udeb package for debian-installer (Martin Sjรถgren, Closes:
+  * Generate udeb package for debian-installer (Martin Sjoegren, Closes:
     #162212).
   * Fixed installation of mkinitrd script (don't use dh_install).  Remove
     it from the wrong location where it was, in preinst.  Hopefully noone