+e2fsprogs (1.47.1~rc2-1) unstable; urgency=medium
+
+ * Update Chinese, Czech, French, Polish Romainian, Swedish, and
+ Ukrainian translations
+ * Fix libarchive support in mke2fs on mips64el (Closes: #1070042)
+ * Fix e2scrub when the "systemctl" package is installed instead of
+ systemd. (Closes: #1070107)
+ * Update to standards 4.7.0
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 01 May 2024 00:50:49 -0400
+
+e2fsprogs (1.47.1~rc1-3) unstable; urgency=medium
+
+ * Remove duplicated work in release notes
+ * Fix resize2fs's calculation of free clusters in the last block group
+ for file systems larger than 4TB
+ * Fix FTBFS on Hurd caused by trying to install e2scrub's systemd unit
+ files which aren't built since e2scrub isn't supported on Hurd
+ * Don't build mke2fs with libarchive support on mips64el since a bug in
+ libarchive only on that architecture causes a FTBFS due to the
+ regression test suite failing. (See Debian Bug 1070042 for more details)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 29 Apr 2024 21:57:42 -0400
+
e2fsprogs (1.47.1~rc1-1) unstable; urgency=medium
* Re-enable metadata_csum_seed and orphan_file by default now that
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkg-config, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev [linux-any], cron [linux-any], dh-sequence-movetousr
Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Homepage: http://e2fsprogs.sourceforge.net
Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
-E2fsprogs 1.47.1 (April 26, 2024)
-=================================
+E2fsprogs 1.47.1 (May 1, 2024)
+==============================
Updates/Fixes since v1.47.0:
Fix a potential deadlock caused by e2fsck being run in Direct I/O mode
with the threading optimization enabled.
+Fix e2scrub when the "systemctl" package is installed instead of
+systemd. (Addresses Debian Bug #1070107)
+
Fixed/improved various Debian packaging issues.
Update and clarify various man pages. (Addresses Debian Bug #1038286)
Add Romainian translation.
-Update Malay translation.
+Update Chinese, Czech, French, Malay, Polish, Swedish, and Ukrainian
+translations.
@title The EXT2FS Library
@subtitle The EXT2FS Library
@subtitle Version 1.47.1
-@subtitle April 2024
+@subtitle May 2024
@author by Theodore Ts'o
Begin3
Title: EXT2 Filesystem utilities
Version: 1.47.1
-Entered-date: 2024-04-26
+Entered-date: 2024-05-01
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
- 9572kB e2fsprogs-1.47.1.tar.gz
+ 9704kB e2fsprogs-1.47.1.tar.gz
1kB e2fsprogs-1.47.1.lsm
pAlternate-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/5.x/6.x
* License v2.
*/
-#define E2FSPROGS_VERSION "1.47.1-rc1"
-#define E2FSPROGS_DATE "26-Apr-2024"
+#define E2FSPROGS_VERSION "1.47.1-rc2"
+#define E2FSPROGS_DATE "01-May-2024"