Whamcloud - gitweb
tr.po: Update from nilgun@superonline.com.
[tools/e2fsprogs.git] / misc / ChangeLog
index e5e4fc1..f5e0de7 100644 (file)
@@ -1,3 +1,67 @@
+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;