Update release notes, etc., for 1.43.3 release

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
next v1.43.3
Theodore Ts'o 2016-09-04 21:31:21 -04:00
parent 047d5d774f
commit 4e52870eeb
43 changed files with 17651 additions and 10816 deletions

2
README
View File

@ -1,4 +1,4 @@
This is the new version (1.43.2) of the second extended file
This is the new version (1.43.3) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix

View File

@ -1,3 +1,31 @@
E2fsprogs 1.43.3 (September 4, 2016)
====================================
Fix e2fsck's handling of timestamps on 32-bit systems.
E2fsck will now check, and if necessary repair the extra isize fields
in the inode and superblock.
Fix crashes on architectures such as sparc64 that are sensitive to
unaligned pointer derferences in the journal recovery code when
journal checksums are enabled.
Programming notes
-----------------
Support reproducible builds by not capturing the build directory into
the mk_cmds and compile_et scripts. Also fix debian build rules to
ensure build reproducibility.
Fix debian build rules to ensure build reproducibility and to avoid
hiding the linker flags for e2fsck.static so the build hardening log
scanner can properly audit the build.
Fix compatibility with FreeBSD's pmake and teach the configure script
to force the creation of pmake-compatible Makefiles if the
FORCE_NATIVE_MAKE environment variable is set to a non-empty value.
E2fsprogs 1.43.2 (September 1, 2016)
====================================

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
e2fsprogs (1.43.3-1) unstable; urgency=medium
* Fix e2fsck's handling of timestamps on 32-bit system (Closes: #836559)
* E2fsck will sanity check and repair the extra isize fields in inodes
and the superblock.
* Fix sparc64 crashes when dereferencing unaligned integers in journal
blocks when metdata checksums are enabled.
-- Theodore Y. Ts'o <tytso@mit.edu> Sun, 04 Sep 2016 20:41:21 -0400
e2fsprogs (1.43.2-2) unstable; urgency=medium
* Fix build reproducibility problems

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
@settitle The EXT2FS Library (version 1.43.2)
@settitle The EXT2FS Library (version 1.43.3)
@synindex tp fn
@comment %**end of header
@ -60,7 +60,7 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
@subtitle Version 1.43.2
@subtitle Version 1.43.3
@subtitle September 2016
@author by Theodore Ts'o
@ -101,7 +101,7 @@ by the Foundation.
@top The EXT2FS Library
This manual documents the EXT2FS Library, version 1.43.2.
This manual documents the EXT2FS Library, version 1.43.3.
@menu
* Introduction to the EXT2FS Library::

View File

@ -1,16 +1,16 @@
Begin3
Title: EXT2 Filesystem utilities
Version: 1.43.2
Entered-date: 2016-09-01
Version: 1.43.3
Entered-date: 2016-09-04
Description: The filesystem utilities for the EXT2, EXT3, and EXT4
filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
Keywords: utilities, filesystem, Ext2fs, ext3, ext4
Author: tytso@mit.edu (Theodore Tso)
Maintained-by: tytso@mit.edu (Theodore Tso)
Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs
7224kB e2fsprogs-1.43.2.tar.gz
644kB e2fsprogs-libs-1.43.2.tar.gz
1kB e2fsprogs-1.43.2.lsm
7224kB e2fsprogs-1.43.3.tar.gz
644kB e2fsprogs-libs-1.43.3.tar.gz
1kB e2fsprogs-1.43.3.lsm
Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x
Copying-policy: GPL-2/LGPL-2

BIN
po/ca.gmo

Binary file not shown.

4399
po/ca.po

File diff suppressed because it is too large Load Diff

BIN
po/cs.gmo

Binary file not shown.

683
po/cs.po

File diff suppressed because it is too large Load Diff

BIN
po/da.gmo

Binary file not shown.

1065
po/da.po

File diff suppressed because it is too large Load Diff

BIN
po/de.gmo

Binary file not shown.

4222
po/de.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

BIN
po/eo.gmo

Binary file not shown.

679
po/eo.po

File diff suppressed because it is too large Load Diff

BIN
po/es.gmo

Binary file not shown.

683
po/es.po

File diff suppressed because it is too large Load Diff

BIN
po/fr.gmo

Binary file not shown.

1504
po/fr.po

File diff suppressed because it is too large Load Diff

BIN
po/hu.gmo

Binary file not shown.

1452
po/hu.po

File diff suppressed because it is too large Load Diff

BIN
po/id.gmo

Binary file not shown.

683
po/id.po

File diff suppressed because it is too large Load Diff

BIN
po/it.gmo

Binary file not shown.

683
po/it.po

File diff suppressed because it is too large Load Diff

BIN
po/nl.gmo

Binary file not shown.

1325
po/nl.po

File diff suppressed because it is too large Load Diff

BIN
po/pl.gmo

Binary file not shown.

1196
po/pl.po

File diff suppressed because it is too large Load Diff

BIN
po/sr.gmo

Binary file not shown.

4220
po/sr.po

File diff suppressed because it is too large Load Diff

BIN
po/sv.gmo

Binary file not shown.

1173
po/sv.po

File diff suppressed because it is too large Load Diff

BIN
po/tr.gmo

Binary file not shown.

683
po/tr.po

File diff suppressed because it is too large Load Diff

BIN
po/uk.gmo

Binary file not shown.

1565
po/uk.po

File diff suppressed because it is too large Load Diff

BIN
po/vi.gmo

Binary file not shown.

683
po/vi.po

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -7,5 +7,5 @@
* file may be redistributed under the GNU Public License v2.
*/
#define E2FSPROGS_VERSION "1.43.2"
#define E2FSPROGS_DATE "01-Sep-2016"
#define E2FSPROGS_VERSION "1.43.3"
#define E2FSPROGS_DATE "04-Sep-2016"