~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to misc/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Y. Ts'o
  • Date: 2006-05-29 11:07:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060529110753-uvkuaxqr96y31kqy
Tags: 1.39-1
* New upstream version
* Fix debugfs's dump_unused command so it will not core dump on
  filesystems with a 64k blocksize
* Clarified and improved man pages, including spelling errors
  (Closes: #368392, #368393, #368394, #368179)
* New filesystems are now created with directory indexing and
  on-line resizing enabled by default
* Fix previously mangled wording in an older Debian changelog entry
* Fix doc-base pointer to the top-level html file (Closes: #362544, #362970)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-05-29  Theodore Tso  <tytso@mit.edu>
 
2
 
 
3
        * filefrag.c: Add support for ancient Linux systems that do not
 
4
                support the LFS api.
 
5
 
 
6
2006-05-28  Theodore Tso  <tytso@mit.edu>
 
7
 
 
8
        * mke2fs.8.in (types): Clarify -T option description.
 
9
 
 
10
2006-05-22  Theodore Tso  <tytso@mit.edu>
 
11
 
 
12
        * mke2fs.conf: Make new filesystems with the following features
 
13
                by default: dir_index and resize_inode.
 
14
 
 
15
        * mke2fs.conf.5.in: Fix spelling mistakes (Addresses Debian Bug:
 
16
                #368394)
 
17
 
 
18
2006-05-14  Theodore Tso  <tytso@mit.edu>
 
19
 
 
20
        * tune2fs.8.in: Clarify how the -c and -C options work.
 
21
 
 
22
        * tune2fs.c (parse_tune2fs_options): Don't give a confusing error
 
23
                message if the user specifies an check time interval
 
24
                greater than a year; it's probably a bad idea, but it's
 
25
                not worth it to complain.
 
26
 
 
27
2006-05-13  Theodore Tso  <tytso@mit.edu>
 
28
 
 
29
        * mke2fs.c (test_disk): Pass the private option -X to badblocks so
 
30
                that mke2fs -cc works again.  (Addresses Debian bug:
 
31
                #366017)
 
32
 
 
33
        * badblocks.c (main, check_mount): Add a private option, -X, which
 
34
                is only intended for use by mke2fs and e2fsck to signal
 
35
                that it's OK to skip the EXT2_MF_BUSY test since mke2fs
 
36
                and e2fsck already have the block device opened
 
37
                exclusively (and therefore no one else does).
 
38
 
 
39
2006-05-08  Theodore Tso  <tytso@mit.edu>
 
40
 
 
41
        * mke2fs.c (write_inode_tables, setup_lazy_bg, main): Add support
 
42
                for the COMPAT_LAZY_BG feature.  This is currently
 
43
                intended for debugging purposes only, as a way to create
 
44
                very large filesystems stored on sparse files for testing
 
45
                purposes.
 
46
 
 
47
        * dumpe2fs.c (list_desc): Print out the block group flags if they
 
48
                are set.
 
49
 
 
50
2006-04-22  Theodore Ts'o  <tytso@mit.edu>
 
51
 
 
52
        * filefrag.c: Make filefrag 32-bit clean, so that it works on 
 
53
                filesystems > 8TB.
 
54
 
 
55
2006-03-29  Theodore Ts'o  <tytso@mit.edu>
 
56
 
 
57
        * dumpe2fs.c (print_inline_journal_information): Print the size of
 
58
                the journal.
 
59
 
 
60
2006-03-27  Theodore Ts'o  <tytso@mit.edu>
 
61
 
 
62
        * badblocks.8.in: Fix typo's in man page.  (Addresses Debian Bug:
 
63
                #357951)
 
64
 
 
65
2006-03-27  root  <tytso@mit.edu>
 
66
 
 
67
        * mke2fs.8.in, tune2fs.8.in: Add note to man page explaning that
 
68
                shared journals are not currently supported.  (Addresses
 
69
                Debian Bug: #316040)
 
70
 
 
71
2006-03-27  Theodore Ts'o  <tytso@mit.edu>
 
72
 
 
73
        * Makefile.in: Make sure $(DESTDIR)/usr/share/man/man5 exists when
 
74
                installing the man page.  Make sure the compressed version
 
75
                of the man pages are deleted when installing the man
 
76
                pages.
 
77
 
 
78
2006-03-23  Theodore Ts'o  <tytso@mit.edu>
 
79
 
 
80
        * mklost+found.c (main): Use a larger counter field so that we can
 
81
                create enough directory entries that we can make a full
 
82
                lost+found directory with larger block sizes.
 
83
 
 
84
        * mke2fs.conf, mke2fs.conf.5.in: New configuration file which when
 
85
                installed, provides mke2fs's old behaviour.  It makes it
 
86
                easier for distributions to change which filesystem
 
87
                options are the default.
 
88
 
 
89
        * mke2fs.8.in: Update man page to document how the filesystem
 
90
                features are now set.
 
91
 
 
92
        * mke2fs.c: Radically rework how the filesystem features are set
 
93
                when creating filesystems.  Use the profile library to
 
94
                read in a configuration file from /etc/mke2fs.conf.
 
95
 
 
96
        * util.c (figure_journal_size): If the journal size is 0, assume
 
97
                the journal size is unspecified and figure out the
 
98
                approriate journal size instead of bombing out with an
 
99
                error message.
 
100
 
 
101
        * Makefile.in: Build and install the mke2fs.conf(5) man page.  Add
 
102
                profile.o from the e2fsck directory to mke2fs executable.
 
103
                Install the configuration file /etc/mke2fs.conf.
 
104
 
 
105
2006-03-18  Theodore Ts'o  <tytso@mit.edu>
 
106
 
 
107
        * dumpe2fs.c, e2image.c, findsuper.c, mke2fs.c: Change printf
 
108
                statements to use %u instead of %d when printing block
 
109
                numbers.
 
110
 
 
111
        * mke2fs.c (main): Open the filesystem in exclusive mode while we
 
112
                are initializing it.
 
113
 
 
114
2005-12-31  Theodore Ts'o  <tytso@mit.edu>
 
115
 
 
116
        * chattr.1.in: Add notes in the man page to make sure the reader
 
117
                refers to the BUGS AND LIMITATIONS section so that even an
 
118
                idiot will be able to see that some of these attributes
 
119
                are not yet implemented.  (Addresses Debian Bug: #312515)
 
120
 
 
121
2005-12-10  Theodore Ts'o  <tytso@mit.edu>
 
122
 
 
123
        * dumpe2fs.c, e2image.c, filefrag.c, mke2fs.c: Fix various gcc
 
124
                -Wall complaints.
 
125
 
 
126
2005-12-09  Theodore Ts'o  <tytso@mit.edu>
 
127
 
 
128
        * mke2fs.8.in: Add more text describing the mke2fs -T option.
 
129
                (Addresses Debian Bug #316811)
 
130
 
 
131
2005-11-12  Theodore Ts'o  <tytso@mit.edu>
 
132
 
 
133
        * fsck.8.in: Add additional fsck.* programs to the SEE ALSO
 
134
                section.  Fix missing commas in list.  (Addresses Debian
 
135
                Bug #329859)
 
136
 
 
137
2005-09-24  Theodore Ts'o  <tytso@mit.edu>
 
138
 
 
139
        * mke2fs.8.in: Fix mke2fs man page to properly document the fact
 
140
                that mke2fs -L takes an argument.  (Addresses Debian Bug
 
141
                #322188)
 
142
 
 
143
        * badblocks.c: Add extra spaces when printing the "done" message
 
144
                to clear out the block number to fix a display corruption
 
145
                when the -s option is used to display the progress of the
 
146
                test.  (Addresses Debian Bug #322231)
 
147
 
1
148
2005-07-05  Theodore Ts'o  <tytso@mit.edu>
2
149
 
3
150
        * tune2fs.c, mke2fs.c: Allow fractional percentages when