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