~ubuntu-branches/ubuntu/precise/e2fsprogs/precise

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-02-17 10:53:45 UTC
  • mfrom: (8.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100217105345-pnn87ats1c8xepyt
Tags: 1.41.10-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Do not build-depend on dietlibc-dev, which is universe.
  - Do now allow pkg-create-dbgsym to operate on this package.
  - Always use external libblkid and libuuid from util-linux, rather than
    building our own.
  - Includes debian/control in the source package to force the above.
  - Build with -O2 on powerpc to avoid a suspected toolchain bug
    (LP: #450214).
  - Do not include /etc/e2fsck.conf and remove on upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
e2fsprogs (1.41.10-1ubuntu1) lucid; urgency=low
 
2
 
 
3
  * Merge from Debian unstable, remaining changes:
 
4
    - Do not build-depend on dietlibc-dev, which is universe.
 
5
    - Do now allow pkg-create-dbgsym to operate on this package.
 
6
    - Always use external libblkid and libuuid from util-linux, rather than
 
7
      building our own.
 
8
    - Includes debian/control in the source package to force the above.
 
9
    - Build with -O2 on powerpc to avoid a suspected toolchain bug
 
10
      (LP: #450214).
 
11
    - Do not include /etc/e2fsck.conf and remove on upgrade.
 
12
 
 
13
 -- Scott James Remnant <scott@ubuntu.com>  Wed, 17 Feb 2010 10:53:45 +0000
 
14
 
 
15
e2fsprogs (1.41.10-1) unstable; urgency=low
 
16
 
 
17
  * New upstream release
 
18
  * Fix resize2fs bug which causes it to access invalid memory
 
19
  * Add libss support for libreadline.so.6
 
20
  * Fix e2fsck's check for extent-mapped directory with an incorrect file type
 
21
  * Add new e2fsck.conf configuration option:
 
22
    default/broken_system_clock for system with broken CMOS hardware
 
23
    clocks.  (Closes: #559776)
 
24
  * Fix flex_bg inode table placement algorithm used by mke2fs for
 
25
    certain specific file system sizes
 
26
  * Add source lintian overrids for weak-library-dev-dependency
 
27
  * Fix FTBFS problem caused by texi2html changing (again) its output
 
28
    location.  (Closes: #552934)
 
29
  * Make e2fsck to avoid rehashing directories which can fit in a
 
30
    single directory block.
 
31
  * Fix how e2fsck fixes sparse directories which are extent-mapped.
 
32
  * Fix some big-endian bugs in e2fsck and libext2fs
 
33
  * Teach e2fsck to detect and fix sparse extent-mapped directories
 
34
  * Fix filefrag from core dumping on file systems with 8k block sizes
 
35
  * E2fsck was depending on i_size to be correct to detect and fix
 
36
    certain directory problems before actually fixing the
 
37
    directory's i_size.  This caused certain rare corruptions to
 
38
    require two runs of e2fsck to address.
 
39
  * Update Czech, Indonesian, Polish and Vietnamese translations
 
40
    (from the Translation Project)
 
41
  * Fix e2fsck to find and correct duplicate directory entries in
 
42
    non-indexed directories.
 
43
  * Add support for calling BLKDISCARD to mke2fs.
 
44
  * Enhance libext2fs so it works around bug in Linux version 2.6.19
 
45
    and earlier where the /proc/swaps file was missing the header on
 
46
    the first line.
 
47
  * Fix resize2fs so it works correctly on file systems with external journals
 
48
  * Fix libss so that it does not seg fault when using a readline
 
49
    library which does not supply a readline_shutdown() function.
 
50
  * Add a pre-depends for util-linux-ng (Closes: #551795)
 
51
  * Update and clarify various man pages.
 
52
  * Corrected dumpe2fs's usage message
 
53
  * Teach libext2fs to ignore the high 32 bits of the i_blocks field
 
54
    when huge_file file system feature is set, but the inode does not
 
55
    have the HUGE_FILE_FL flag set.
 
56
  * Change e2fsck to accept superblock times to be fudged by up to 24
 
57
    hours by default.  Most distributions have fixed their init scripts,
 
58
    but apparently now they have buggy virtualization scripts.  :-(  I
 
59
    give up, too many buggy user space set ups out there.  (Closes: #557636)
 
60
  * Fix e2fsck to correctly print > 32-bit i_blocks numbers in problem reports
 
61
  * Improve e2fsck so it prints "Illegal indirect block" instead of
 
62
    "Illegal block #-1"
 
63
  * Teach mke2fs to get device topology information from blkid and use
 
64
    it to populate the superblock stride and stripe sizes and warn if
 
65
    the block device is misaligned
 
66
  * Fix a file descriptor leak in debugfs when sourcing a command file
 
67
  * Fix a file descriptor leak in fsck
 
68
  * Round up the bitmap size to prevent spurious segmentation faults on
 
69
    BSD platforms.
 
70
  * Fix resize2fs to correctly calculate the minimum size needed, when
 
71
    flex_bg is enabled, to prevent resize2fs -M from failing.
 
72
  * Dumpe2fs now displays more information about the contents of the journal
 
73
  * Make sure the libblkid1 and libblkid1-dbg packags have changelogs
 
74
  * On low memory systems, e2fsck can print some very scary looking
 
75
    error messages.  Clean up them up to avoid user panic.  (Closes: #509529)
 
76
  * Enhance blkid to support .ko.gz files in the modules.dep parser
 
77
  * Fix tune2fs -j for mounted exted-enabled file systems
 
78
  * Use the feature name "extent" instead of "extents" in mke2fs.conf.
 
79
    Both work, but the latter is what is documented in the man page.
 
80
    (Closes: #540111)
 
81
 
 
82
 -- Theodore Y. Ts'o <tytso@mit.edu>  Sun, 07 Feb 2010 20:56:47 -0500
 
83
 
1
84
e2fsprogs (1.41.9-1ubuntu4) lucid; urgency=low
2
85
 
3
86
  * Update from GIT maint branch: