mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 18:14:25 +08:00
.release-checklist:
Update procedure slightly to deal with renamed files, etc. RELEASE-NOTES, README: Update for 1.12 release
This commit is contained in:
parent
8144d67995
commit
a569671add
@ -8,8 +8,8 @@
|
|||||||
version.h
|
version.h
|
||||||
README
|
README
|
||||||
RELEASE-NOTES
|
RELEASE-NOTES
|
||||||
e2fsprogs-VER.lsm
|
e2fsprogs.lsm
|
||||||
e2fsprogs-VER.spec
|
e2fsprogs.spec
|
||||||
doc/libext2fs.texinfo (three places)
|
doc/libext2fs.texinfo (three places)
|
||||||
|
|
||||||
5) Update ChangeLog files using ./.fix-ChangeLogs
|
5) Update ChangeLog files using ./.fix-ChangeLogs
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
7) Build RPM files
|
7) Build RPM files
|
||||||
|
|
||||||
8) Build ELF binary distribution
|
8) Build ELF and DLL binary distributions
|
||||||
|
|
||||||
9) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; rebuild RPM files
|
9) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; rebuild RPM files
|
||||||
|
|
||||||
|
40
README
40
README
@ -10,40 +10,6 @@ installing e2fsprogs. This is important! Note that your /etc/fstab
|
|||||||
file may need modifying before you install the new fsck program. See
|
file may need modifying before you install the new fsck program. See
|
||||||
the INSTALL file for more details.
|
the INSTALL file for more details.
|
||||||
|
|
||||||
This version contains programs written by Theodore Ts'o and Remy Card.
|
In case of bugs in these programs, please contact Ted Ts'o
|
||||||
This distribution was packaged by Ted and Remy with the help of Stephen Tweedie
|
<tytso@mit.edu>. See the e2fsck man page for suggestions of what sort
|
||||||
and Alexy Vovenko.
|
of information to include when submitting bug reports for e2fsck.
|
||||||
|
|
||||||
The programs written or rewritten by Ted are:
|
|
||||||
- libext2fs: a new library containing entries to access the control
|
|
||||||
structures of a second extended file system.
|
|
||||||
- e2fsck: a new file system checker which uses optimized routines.
|
|
||||||
This new checker is much more efficient and safer than the old
|
|
||||||
e2fsck.
|
|
||||||
- mke2fs: a new file system creator which uses the ext2fs library.
|
|
||||||
- debugfs: a file system debugger which can be used to examine and
|
|
||||||
change the state of a file system. Use it with caution since it
|
|
||||||
can corrupt file systems if you are not careful.
|
|
||||||
- fsck: a new fsck front-end. This new fsck can run multiple
|
|
||||||
several file system checks simultanously if they are on different
|
|
||||||
disks.
|
|
||||||
|
|
||||||
The programs written by Remy are:
|
|
||||||
- badblocks: a new bad blocks checker. It can be run by the super
|
|
||||||
user to search for bad blocks on a device and can also be called
|
|
||||||
by e2fsck and mke2fs.
|
|
||||||
- dumpe2fs: a new program which displays the control structure of
|
|
||||||
a file system. To understand the output of this program, one needs
|
|
||||||
to know the physical structure of a second extended file system.
|
|
||||||
- mklost+found: re-creates a lost+found directory if it has been
|
|
||||||
deleted.
|
|
||||||
- tune2fs: adjusts tunable paramaters on a file system.
|
|
||||||
- chattr: changes files attributes and version.
|
|
||||||
- lsattr: lists files attributes and version.
|
|
||||||
|
|
||||||
Manual pages are included in this package.
|
|
||||||
|
|
||||||
In case of bugs in these programs, please contact Ted
|
|
||||||
<tytso@mit.edu> and Remy <card@masi.ibp.fr>. See the e2fsck man page
|
|
||||||
for suggestions of what sort of information to include when submitting
|
|
||||||
bug reports for e2fsck.
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
E2fsprogs 1.12 (July 4, 1998)
|
E2fsprogs 1.12 (July 9, 1998)
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
E2fsprogs now works with glibc (at least with the version shipped wtih
|
E2fsprogs now works with glibc (at least with the version shipped wtih
|
||||||
|
Loading…
Reference in New Issue
Block a user