summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-12-10 23:05:30 -0500
committerTheodore Ts'o <tytso@mit.edu>2005-12-10 23:05:30 -0500
commit3285a9c96e4f6c2a93e706d31fd895ecee92381d (patch)
tree222038e5190f412481cbe82c770fae8a62a7f549 /RELEASE-NOTES
parent6a35a436c56512326007569deae439c078b686b5 (diff)
downloade2fsprogs-3285a9c96e4f6c2a93e706d31fd895ecee92381d.tar.gz
Update release notes for 1.39-WIP-1210 release.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES20
1 files changed, 18 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b48720e6..6b3c264d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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
@@ -62,7 +62,8 @@ Fixed spelling mistakes, typos, and otherwise clarified man pages.
(Addresses Debian Bugs: #329859, #322188, #316811)
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:
-------------------
@@ -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
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)
==============================