Whamcloud - gitweb
Update release notes, etc., for the 1.47.1-rc2 release v1.47.1-rc2
authorTheodore Ts'o <tytso@mit.edu>
Wed, 1 May 2024 04:55:57 +0000 (00:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 May 2024 04:55:57 +0000 (00:55 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/changelog
debian/control
doc/RelNotes/v1.47.1.txt
doc/libext2fs.texinfo
e2fsprogs.lsm
version.h

index 7803174..6265c39 100644 (file)
@@ -1,3 +1,27 @@
+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
index d51b562..e3712d4 100644 (file)
@@ -4,7 +4,7 @@ Priority: required
 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
index 82998f9..ccc46d6 100644 (file)
@@ -1,5 +1,5 @@
-E2fsprogs 1.47.1 (April 26, 2024)
-=================================
+E2fsprogs 1.47.1 (May 1, 2024)
+==============================
 
 Updates/Fixes since v1.47.0:
 
@@ -118,6 +118,9 @@ a block size of 1k, and an inode size of 256 bytes.
 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)
@@ -168,4 +171,5 @@ Fix various sanitizer, static code analysis, and compiler warnings.
 
 Add Romainian translation.
 
-Update Malay translation.
+Update Chinese, Czech, French, Malay, Polish, Swedish, and Ukrainian
+translations.
index 841c864..c9931da 100644 (file)
@@ -61,7 +61,7 @@ by the author.
 @title The EXT2FS Library
 @subtitle The EXT2FS Library
 @subtitle Version 1.47.1
-@subtitle April 2024
+@subtitle May 2024
 
 @author by Theodore Ts'o
 
index ea48470..116edf6 100644 (file)
@@ -1,14 +1,14 @@
 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
index 602b774..6753cc7 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,5 +9,5 @@
  * 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"