<div dir="auto"><div>Thank you Brian for keeping parted alive and kicking!<div dir="auto"><br></div><div dir="auto">Small question: I sent 5 patches back in Dec 2020. (See <a href="https://alioth-lists.debian.net/pipermail/parted-devel/2020-December/005566.html">https://alioth-lists.debian.net/pipermail/parted-devel/2020-December/005566.html</a>) I double checked, but they didn't seem to have landed in 3.4. Anything I need to do from my side?</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">Cristian</div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 28 Jan 2021, 01:49 Brian C. Lane, <<a href="mailto:bcl@redhat.com">bcl@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Parted 3.4 has been released.  This release includes many bug fixes and new features.<br>
<br>
Here is Parted's home page:<br>
<br>
    <a href="http://www.gnu.org/software/parted/" rel="noreferrer noreferrer" target="_blank">http://www.gnu.org/software/parted/</a><br>
<br>
For a summary of all changes and contributors, see:<br>
  <a href="https://git.savannah.gnu.org/cgit/parted.git/log/?h=v3.4" rel="noreferrer noreferrer" target="_blank">https://git.savannah.gnu.org/cgit/parted.git/log/?h=v3.4</a><br>
<br>
or run this command from a git-cloned parted directory:<br>
  git shortlog v3.3..v3.4 (appended below)<br>
<br>
Here are the compressed sources and a GPG detached signature[*]:<br>
  <a href="http://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz" rel="noreferrer noreferrer" target="_blank">http://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz</a><br>
  <a href="http://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz.sig" rel="noreferrer noreferrer" target="_blank">http://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz.sig</a><br>
<br>
Use a mirror for higher download bandwidth:<br>
  <a href="https://www.gnu.org/order/ftp.html" rel="noreferrer noreferrer" target="_blank">https://www.gnu.org/order/ftp.html</a><br>
<br>
[*] Use a .sig file to verify that the corresponding file (without the<br>
.sig suffix) is intact.  First, be sure to download both the .sig file<br>
and the corresponding tarball.  Then, run a command like this:<br>
<br>
  gpg --verify parted-3.4.tar.xz.sig<br>
<br>
If that command fails because you don't have the required public key,<br>
then run this command to import it:<br>
<br>
  gpg --keyserver <a href="http://keys.gnupg.net" rel="noreferrer noreferrer" target="_blank">keys.gnupg.net</a> --recv-keys 117E8C168EFE3A7F<br>
<br>
and rerun the 'gpg --verify' command.<br>
<br>
This release was bootstrapped with the following tools:<br>
  Autoconf 2.69<br>
  Automake 1.16.1<br>
  Gettext 0.21<br>
  Gnulib v0.1-4131-g252c4d944a<br>
  Gperf 3.1<br>
<br>
NEWS<br>
<br>
* Noteworthy changes in release 3.4 (2021-01-27) [stable]<br>
<br>
  Include local gnulib change to version-etc.c date.<br>
  This means including a non-public gnulib commit in this release.<br>
  <a href="http://cfg.mk" rel="noreferrer noreferrer" target="_blank">cfg.mk</a>: disable submodule checks to work around broken upstream gnulib<br>
<br>
================================================================<br>
Here is a log of the commits since parted 3.3<br>
<br>
Alper Nebi Yasak (1):<br>
      libparted: Add ChromeOS Kernel partition flag<br>
<br>
Brian C. Lane (49):<br>
      maint: post-release administrivia<br>
      Switch gpt-header-move and msdos-overlap to python3<br>
      maint: Add note about gpg key selection for gnupload<br>
      tests: Test incomplete resizepart command<br>
      Fix end_input usage in do_resizepart<br>
      libparted: Add support for MSDOS partition type bls_boot (0xea)<br>
      libparted: Add support for bls_boot to GPT disks<br>
      NEWS: Add bls_boot to new features<br>
      parted: Preserve resizepart End when prompted for busy partition<br>
      tests: Add a test for resizepart on a busy partition<br>
      tests: Update all the dmsetup tests to use ENABLE_DEVICE_MAPPER<br>
      bsd: Fix gcc complaints when using boot_code pointer<br>
      dos: Fix gcc complaints when using boot_code pointer<br>
      linux: Fix gcc complains about signed sccanf variables<br>
      tests: Fix unsigned warning in duplicate.c<br>
      hfs: Fix gcc 10 bounds check warning<br>
      hfs/advfs: Fix gcc 10 warnings about cast alignment<br>
      hfs/advfs_plus: Fix gcc 10 warnings about cast alignment<br>
      hfs/hfs: Fix gcc 10 warnings about cast alignment<br>
      ext2: Fix gcc 10 warnings about cast alignment<br>
      nilfs2: Fix gcc 10 warnings about cast alignment<br>
      ntfs:  Fix gcc 10 warnings about cast alignment<br>
      ufs:  Fix gcc 10 warnings about cast alignment<br>
      ped_assert: Fix incorrect exception option<br>
      ui: Fix command_line_get_disk_flag<br>
      ui: Fix gcc 10 warning about snprintf truncating an int<br>
      hfs/reloc: Fix gcc 10 warnings about cast alignment<br>
      hfs/reloc_plus: Fix gcc 10 warnings about cast alignment<br>
      fs/r/fat: Remove disabled code<br>
      fs/r/hfs: Remove disabled code<br>
      libparted: Remove disabled code<br>
      libparted/fs: Fix GCC warnings suggesting pure for PED_ASSERT functions<br>
      labels/bsd.c: Drop alpha_bootblock_checksum from bsd_probe<br>
      maint: Update to latest gnulib<br>
      maint: Update bootstrap script from latest gnulib<br>
      maint: Bump library REVISION number for release<br>
      <a href="http://configure.ac" rel="noreferrer noreferrer" target="_blank">configure.ac</a> (AC_PREREQ): Require 2.64<br>
      maint: Update copyright statements to 2020<br>
      po/POTFILES.in: Remove xstrtol-error.c<br>
      libparted: Check for NULL flag_name in ped_partition_flag_get_by_name<br>
      libparted/fs: Add ./lib to include search path<br>
      version 3.3.52<br>
      maint: post-release administrivia<br>
      README-release: Add information for updating the Translation Project<br>
      maint: Update copyright statements to 2021<br>
      Include local gnulib change to version-etc.c date<br>
      <a href="http://cfg.mk" rel="noreferrer noreferrer" target="_blank">cfg.mk</a>: disable submodule checks to work around broken upstream gnulib<br>
      NEWS: Mention the non-public gnulib commit<br>
      version 3.4<br>
<br>
Joe Slater (1):<br>
      t6001-psep: modify device manage support detection<br>
<br>
Max Campbell (1):<br>
      Removed reference to ped_file_system_create<br>
<br>
Petr Lautrbach (1):<br>
      Do not link to libsepol or libselinux<br>
<br>
Romain Perier (2):<br>
      Add support for the F2FS filesystem<br>
      tests: Add f2fs to the fs probe test<br>
<br>
Shin'ichiro Kawasaki (6):<br>
      libparted: Fix a GCC warning -Wunused-but-set-variable<br>
      libparted: Fix warnings from GCC 8 -Wunused-variable and -Warray-bounds<br>
      libparted: Fix warnings from GCC's -Wimplicit-fallthrough<br>
      libparted: Avoid a GCC warning for unused functions<br>
      libparted: Fix warnings from GCC 8 -Wsuggest-attribute=pure<br>
      libparted: Fix warnings from GCC 8 -Wsuggest-attribute=const<br>
<br>
-- <br>
Brian C. Lane (PST8PDT) - <a href="http://weldr.io" rel="noreferrer noreferrer" target="_blank">weldr.io</a> - lorax - parted - pykickstart<br>
<br>
<br>
</blockquote></div></div></div>