forked from pool/peazip
Accepting request 374184 from home:enzokiel:branches:devel:languages:pascal
update to version 6.0.0 OBS-URL: https://build.opensuse.org/request/show/374184 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=21
This commit is contained in:
parent
7583d6734a
commit
95d9443c4c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65b78cb10b981924bb0df00f633ab0b52944398fdab75cf20597658a3823cef4
|
||||
size 4080981
|
3
peazip-6.0.0.src.zip
Normal file
3
peazip-6.0.0.src.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d585c79c632eac43edbfb133a0b59767424d137f3db75c55d49a793664af7bf2
|
||||
size 3913063
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:51 UTC 2016 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
- update to version 6.0.0
|
||||
* BACKEND
|
||||
- Pea 0.53
|
||||
File management functions now accepts as input Unicode
|
||||
file/dir names.
|
||||
Report can now be displayed as table and as non tabbed
|
||||
clipboard text.
|
||||
PEA format now can handle Unicode file/dir names.
|
||||
- (Windows) 7z updated to 15.14
|
||||
* CODE
|
||||
- Recompiled with Lazarus 1.6.0/FPC3
|
||||
Native full support for Unicode filenames superseding
|
||||
PeaZip 5.8/5.9 internationalization mechanism based on
|
||||
internal UTF-8 encoding.
|
||||
- Major code cleanup
|
||||
Remove all now-unnecessary codepage-handling code.
|
||||
Removed all Windows 9x related code.
|
||||
Removed legacy code for pre-XP NT family systems, all
|
||||
features compatible with XP/2003 API will still work on
|
||||
those platforms.
|
||||
Transparence does no longer rely on Windows-only method and
|
||||
is available on any target OS.
|
||||
- Various fixes and improvements
|
||||
* FILE MANAGER
|
||||
- Improved navigation bar and menus
|
||||
- New themes "Ten", Win9x/2K inspired "Classic", and XP
|
||||
inspired "Experience"
|
||||
"Ten" theme is now default.
|
||||
All previous themes "Seven" and "Firecrystal" are still
|
||||
featured (select theme from Options > Setting > Themes).
|
||||
* EXTRACTION and ARCHIVING
|
||||
- Can now delete (recycle, quick, zero, secure) the open
|
||||
archive
|
||||
- Can now add directory to extraction; the path is recursively
|
||||
expanded to find archives to queue to extraction procedure
|
||||
Action is available from:
|
||||
Extract (button and app's context menu).
|
||||
Extract... entry in system context menu and SendTo menu.
|
||||
-ext2main from command line.
|
||||
- Can now test archive files inside directories
|
||||
- Support sorting by extension for solid 7z compression
|
||||
(default on)
|
||||
* WINDOWS INSTALLER
|
||||
- Convert existing archives now optionally available in context
|
||||
menu and SendTo menu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 11:08:41 UTC 2015 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package peazip
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
Name: peazip
|
||||
Summary: Free Zip files utility
|
||||
Version: 5.9.0
|
||||
Version: 6.0.0
|
||||
Release: 1
|
||||
Url: https://github.com/giorgiotani/PeaZip
|
||||
Source0: peazip-%{version}.src.zip
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12d37992724f1843dd8afc43fc7f4bd90424edff11e8237ab10d97fb33733378
|
||||
size 1164193
|
||||
oid sha256:5efdee100d15b114413cc9f419aa9d78889bf1998f1d3060371b9c2bd4ea1d4c
|
||||
size 1184429
|
||||
|
Loading…
Reference in New Issue
Block a user