mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-19 06:50:31 +08:00
Update release notes for 1.39-WIP-1210 release.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
6a35a436c5
commit
3285a9c96e
@ -1,4 +1,4 @@
|
|||||||
E2fsprogs 1.39-WIP (December 9, 2005)
|
E2fsprogs 1.39-WIP (December 10, 2005)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
E2fsck will detect if the superblock's last mount field or last write
|
E2fsck will detect if the superblock's last mount field or last write
|
||||||
@ -62,7 +62,8 @@ Fixed spelling mistakes, typos, and otherwise clarified man pages.
|
|||||||
(Addresses Debian Bugs: #329859, #322188, #316811)
|
(Addresses Debian Bugs: #329859, #322188, #316811)
|
||||||
|
|
||||||
Fixed various Debian packaging issues --- see debian/changelog for
|
Fixed various Debian packaging issues --- see debian/changelog for
|
||||||
details. (Addresses Debian Bugs #317862, #320389)
|
details. (Addresses Debian Bugs #317862, #320389, #290429, #310950,
|
||||||
|
#310428)
|
||||||
|
|
||||||
Programmer's notes:
|
Programmer's notes:
|
||||||
-------------------
|
-------------------
|
||||||
@ -100,6 +101,21 @@ functions to be more generic. Clean up interface to the probe
|
|||||||
function, and fix memory leak. Finallly, remove an unneeded reference
|
function, and fix memory leak. Finallly, remove an unneeded reference
|
||||||
to probe.h in the lib/blkid/resolve.c
|
to probe.h in the lib/blkid/resolve.c
|
||||||
|
|
||||||
|
Add an ext2fs_read_bb_FILE regression test to confirm proper detection
|
||||||
|
of invalid block #'s.
|
||||||
|
|
||||||
|
Fix various gcc -Wall complaints.
|
||||||
|
|
||||||
|
Add a dependency to make sure that the subdirectories are created
|
||||||
|
before creating all of the object files, in order to address parallel
|
||||||
|
build problem in the library Makefiles. (Addresses Sourceforge Bug:
|
||||||
|
#1261553)
|
||||||
|
|
||||||
|
Add $(LDFLAGS) to the command line argument when generating an ELF or
|
||||||
|
Solaris shared library, to allow cross-compile and other builds that
|
||||||
|
might need to specify -L paths to needed libraries. (Addresses
|
||||||
|
Sourceforge Bug #1261549)
|
||||||
|
|
||||||
|
|
||||||
E2fsprogs 1.38 (June 30, 2005)
|
E2fsprogs 1.38 (June 30, 2005)
|
||||||
==============================
|
==============================
|
||||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
e2fsprogs (1.38-3) unstable; urgency=low
|
e2fsprogs (1.38+1.39-WIP-1210-1) unstable; urgency=low
|
||||||
|
|
||||||
* Update and clarify man pages (Closes: #329859, #322188, #316811)
|
* Update and clarify man pages (Closes: #329859, #322188, #316811)
|
||||||
* Fix bug creating external journals on big-endian machines.
|
* Fix bug creating external journals on big-endian machines.
|
||||||
@ -19,8 +19,12 @@ e2fsprogs (1.38-3) unstable; urgency=low
|
|||||||
* Updated Dutch translation
|
* Updated Dutch translation
|
||||||
* E2fsck will stop and print a warning if the user tries running a
|
* E2fsck will stop and print a warning if the user tries running a
|
||||||
read/write badblocks test on a read-only mounted root filesystem.
|
read/write badblocks test on a read-only mounted root filesystem.
|
||||||
|
* Add resize2fs and badblocks to the e2fsprogs udeb
|
||||||
|
(Closes: #290429, #310950)
|
||||||
|
* Avoid trying to mount the root device if it is an NFS device.
|
||||||
|
(Closes: #310428)
|
||||||
|
|
||||||
-- Theodore Y. Ts'o <tytso@mit.edu> Fri, 9 Dec 2005 18:49:23 -0500
|
-- Theodore Y. Ts'o <tytso@mit.edu> Sat, 10 Dec 2005 22:49:47 -0500
|
||||||
|
|
||||||
e2fsprogs (1.38-2) unstable; urgency=low
|
e2fsprogs (1.38-2) unstable; urgency=low
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user