From 3aa7d91495d3f2522d6f1618c620a852e5517c195e961260fffa5fe3bbe470e3 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 24 Jun 2020 07:37:17 +0000 Subject: [PATCH] - Update to version 7.3.2 CODE * Various fixes FILE MANAGER * Added support to more file extensions: + .cramfs compressed ROM/RAM file system images + .ext, .ext2, .ext3, and .ext4 filesystem images + .hfsx filesystem images + .qcow, and .qcow2c QEMU disk images + .scap, and .uefif firmware files + .mub, .pkg, and .ppmd compressed files * Archive browser now will automatically ask for password to open files with unreadable TOC, for all formats supporting TOC encryption, e.g. archives encrypted with "Encrypt also file names" option * Fixed browsing of encrypted ARC files * Fixed: can now delete files within WIM archives EXTRACTION and ARCHIVING * Setting Custom compression type optionally aut-configures PeaZip to use RarLab's Rar.exe as compressor; if libre_directive option is set to 2 (most restrictive, not allowing closed archive formats), rar creation will be not allowed in any case * Rar.exe will be set to use PeaZip's work dir as other backend binaries * For RAR archives it is possible to set compression level, from store to maximum + action: new archive, add, update, freshen, sync with disk + spanning in multiple volumes password, optionally with two factor authentication (password + keyfile) OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=78 --- peazip-7.3.1.src.zip | 3 --- peazip-7.3.2.src.zip | 3 +++ peazip.changes | 48 ++++++++++++++++++++++++++++++++++++++++++++ peazip.spec | 2 +- 4 files changed, 52 insertions(+), 4 deletions(-) delete mode 100644 peazip-7.3.1.src.zip create mode 100644 peazip-7.3.2.src.zip diff --git a/peazip-7.3.1.src.zip b/peazip-7.3.1.src.zip deleted file mode 100644 index 7eae994..0000000 --- a/peazip-7.3.1.src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eba3c5b7645b5f7ee85f64664f663c7024d634577a369cf57c7f834070c8b9b -size 6207344 diff --git a/peazip-7.3.2.src.zip b/peazip-7.3.2.src.zip new file mode 100644 index 0000000..926f9e8 --- /dev/null +++ b/peazip-7.3.2.src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01e995076f0633e4b221abc74414d64a01a5e16737c863cf5b47590727b611e +size 6272945 diff --git a/peazip.changes b/peazip.changes index 5e1d644..576d402 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Wed Jun 24 07:31:57 UTC 2020 - Luigi Baldoni + +- Update to version 7.3.2 + CODE + * Various fixes + FILE MANAGER + * Added support to more file extensions: + + .cramfs compressed ROM/RAM file system images + + .ext, .ext2, .ext3, and .ext4 filesystem images + + .hfsx filesystem images + + .qcow, and .qcow2c QEMU disk images + + .scap, and .uefif firmware files + + .mub, .pkg, and .ppmd compressed files + * Archive browser now will automatically ask for password to + open files with unreadable TOC, for all formats supporting + TOC encryption, e.g. archives encrypted with "Encrypt also + file names" option + * Fixed browsing of encrypted ARC files + * Fixed: can now delete files within WIM archives + EXTRACTION and ARCHIVING + * Setting Custom compression type optionally aut-configures + PeaZip to use RarLab's Rar.exe as compressor; if + libre_directive option is set to 2 (most restrictive, not + allowing closed archive formats), rar creation will be not + allowed in any case + * Rar.exe will be set to use PeaZip's work dir as other + backend binaries + * For RAR archives it is possible to set + compression level, from store to maximum + + action: new archive, add, update, freshen, sync with disk + + spanning in multiple volumes password, optionally with two + factor authentication (password + keyfile) + + create RAR5 or legacy RAR4 archive + + (RAR5) set dictionary size 1..1024 MB + + (RAR5) use BLAKE2 hash instead of CRC checksum + + Create self extracting RAR + + Solid archive + + Recovery records + + Save files open for writing + + Save NT security information + + Save NTFS streams + + Set archive time to last modified object + * Improved support for more RAR options is planned in future, + to allow efficient RAR creation from PeaZip GUI, providing + RarLab's WinRar is installed in the system and Rar.exe is + available. + ------------------------------------------------------------------- Tue Jun 2 11:39:38 UTC 2020 - Luigi Baldoni diff --git a/peazip.spec b/peazip.spec index 7fbe94e..f37ae32 100644 --- a/peazip.spec +++ b/peazip.spec @@ -19,7 +19,7 @@ %define _peazipinstalldir %{_libdir}/peazip %define _helpver 7.2.0 Name: peazip -Version: 7.3.1 +Version: 7.3.2 Release: 0 Summary: Graphical file archiver License: LGPL-3.0-only