Whamcloud - gitweb
tr.po: Update from nilgun@superonline.com.
[tools/e2fsprogs.git] / misc / ChangeLog
index 6f6d29f..f5e0de7 100644 (file)
@@ -1,3 +1,114 @@
+2003-03-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * chattr.1.in: Clarified the description of the 't' (no tail) 
+               attribute.  (Addresses Debian bug #185945)
+
+2003-03-14  Theodore Ts'o  <tytso@mit.edu>
+
+       * fsck.c: And #ifdef protection around #include of malloc.h
+
+2003-03-13  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2image.c (write_raw_image_file): Include blocks from slow
+               symbolic links in the raw image file.
+
+2003-03-06    <tytso@mit.edu>
+
+       * tune2fs.c (parse_tune2fs_options, parse_e2label_options): Allow
+               the device name to be specified using LABEL=xxx or
+               UUID=xxx, since we're including the blkid library anyway.
+               (Addresses Debian bugs #166048, #179671)
+
+       * tune2fs.8.in, chattr.1.in: Minor man page fixes (Addresses
+               Debian bugs #175233, #175113, and #170497)
+
+2003-03-06  Theodore Tso  <tytso@mit.edu>
+
+       * Makefile.in (DEPLIBS_BLKID): Use DEPLIBUUID, not LIBUUID to
+               avoid depending on -lsocket on Solaris.
+
+2003-03-01  Theodore Ts'o  <tytso@mit.edu>
+
+       * fsck.c, util.c, tune2fs.c, Makefile.in: Use the blkid library
+               instead of the specialized functions in
+               get-device-by-label.c and fstype.c.
+
+       * base_device.c (base_device): Take a const char* as an argument.
+
+       * blkid.c: Remove deprecated -d option,
+
+2003-02-16  Theodore Ts'o  <tytso@mit.edu>
+
+       * blkid.c: Update to reflect renaming of blkid_get_devname() to
+               blkid_get_dev(), and blkid_get_token() to
+               blkid_get_devname().
+
+2003-01-29  Theodore Ts'o  <tytso@mit.edu>
+
+       * badblocks.8.in: Fix grammar nit.
+
+2003-01-26  Theodore Ts'o  <tytso@mit.edu>
+
+       * blkid.c (main): Modify blkid to use the new libblkid public
+               interfaces.
+
+2003-01-23  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Integrate in new blkid library.
+
+2003-01-22  Theodore Ts'o  <tytso@mit.edu>
+
+       * fsck.c (parse_fstab_line, parse_escape): Add support for
+               backslash escaping in /etc/fstab.  (i.e., so that \040
+               will work.)
+
+2002-11-12  Theodore Ts'o  <tytso@mit.edu>
+
+       * mke2fs.c (PRS): Don't enable the dir_index feature by default;
+               the ext2 code on 2.4 kernels (but not 2.2 kernels, and not
+               the 2.4 ext3 code) accidentally had the backwards
+               compatibility support for dir_indexing removed.
+
+2002-11-09  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.32
+
+2002-11-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.31
+
+2002-11-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * chattr.1.in: Update man page.
+
+2002-10-31  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.30
+
+2002-11-01  Theodore Ts'o  <tytso@mit.edu>
+
+       * chattr.c, chattr.1.in: Add support for a new inode flag, which
+               is to be used for indicating the top of directory
+               hierarchies for the Orlov block allocator.
+
+2002-10-31  Theodore Ts'o  <tytso@mit.edu>
+
+       * get_device_by_label.c (read_partitions): Pay attention to
+               partitions returned in /proc/partitions that begin with
+               with the string "lvm".
+
+2002-10-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (install): Search all compression extensions when
+               deleting old man pages.
+
+       * dumpe2fs.c (list_desc): Fix bug in algorithm which determined
+               which blocks are used as backup superblock and block group
+               descriptors.
+
+       * mke2fs.c (PRS): Fix bug which checked the tmp pointer
+               erreoneously (and needlessly).
+
 2002-10-28    <tytso@snap.thunk.org>
 
        * fsck.c (main): Fix bug reported by Gregory Mutt.  Multiple