Accepting request 1223659 from devel:languages:pascal
- Update to 10.1.0: BACKEND * Pea 1.21, introduced scrypt KDF as default option to improve resilience to password guessing attacks (increasing memory cost per instance) over PBKDF2 implemented in previous versions CODE * Fixed "Ask before overwriting (in console)" extraction option, now correctly sets the app in console mode superseding other options * Fixed directory copy/move on Unix-like systems FILE MANAGER * GUI update EXTRACTION and ARCHIVING * Updated compression pre-sets OBS-URL: https://build.opensuse.org/request/show/1223659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peazip?expand=0&rev=52
This commit is contained in:
commit
04dfcb8ac4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2aa9e1a88d8ac832bc43b82b6b3c6fc6a7111914e47c758c36034cabc0c1f7f4
|
||||
size 5634725
|
3
peazip-10.1.0.src.zip
Normal file
3
peazip-10.1.0.src.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96fa3fd661d8609379f3a8485be1dbee6dfa334810d6e662225de1b86f09f6af
|
||||
size 5614257
|
@ -1,8 +1,8 @@
|
||||
Index: peazip-10.0.0.src/dev/peach.pas
|
||||
Index: peazip-10.1.0.src/dev/peach.pas
|
||||
===================================================================
|
||||
--- peazip-10.0.0.src.orig/dev/peach.pas
|
||||
+++ peazip-10.0.0.src/dev/peach.pas
|
||||
@@ -45110,7 +45110,7 @@ end;
|
||||
--- peazip-10.1.0.src.orig/dev/peach.pas
|
||||
+++ peazip-10.1.0.src/dev/peach.pas
|
||||
@@ -45170,7 +45170,7 @@ end;
|
||||
|
||||
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
||||
begin
|
||||
@ -11,7 +11,7 @@ Index: peazip-10.0.0.src/dev/peach.pas
|
||||
end;
|
||||
|
||||
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
|
||||
@@ -70719,7 +70719,7 @@ end;
|
||||
@@ -70804,7 +70804,7 @@ end;
|
||||
|
||||
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
||||
begin
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 12:28:03 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 10.1.0:
|
||||
BACKEND
|
||||
* Pea 1.21, introduced scrypt KDF as default option to improve resilience to password guessing attacks (increasing memory cost per instance) over PBKDF2 implemented in previous versions
|
||||
CODE
|
||||
* Fixed "Ask before overwriting (in console)" extraction option, now correctly sets the app in console mode superseding other options
|
||||
* Fixed directory copy/move on Unix-like systems
|
||||
FILE MANAGER
|
||||
* GUI update
|
||||
EXTRACTION and ARCHIVING
|
||||
* Updated compression pre-sets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 06:56:49 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _peazipinstalldir %{_libdir}/peazip
|
||||
|
||||
Name: peazip
|
||||
Version: 10.0.0
|
||||
Version: 10.1.0
|
||||
Release: 0
|
||||
Summary: Graphical file archiver
|
||||
License: LGPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user