Version 3.51
1. Bugs fixed:
a) previous version tried to create symbolic links even when
testing an archive;
b) symbolic links unpacked with -ow switch had a wrong owner;
c) RAR failed to restore setuid and setgid access rights
when unpacking files with -ow switch.
Version 3.50
1. New -n<mask> and -n@<listfile> switches set additional include
filters, so only files matching the mask will be processed.
2. New -id[c,d,p,q] switch. Additionally to previously available
-idp switch (disable percentage indicator), switches -idc, -idd
and -idq instruct the console RAR to hide the copyright message,
"Done" message and all information messages.
3. Switch -e+<attr> allows to specify file include attributes mask.
It is possible to use 'd' and 'v' characters in -e[+]<attr> switch
to denote directory and device attributes.
4. Switch -ver[n] supports the optional 'n' parameter also when
archiving. It limits the maximum number of file versions.
1.16 Mon Jul 04 12:49:30 CDT 2005
- Grrrr...removed test that fails when installing under CPANPLUS.
1.15 Wed Jun 22 10:24:25 CDT 2005
- added fix for RT #12771 Minor nit: warning in Archive::Zip::DirectoryMember:
:contents()
- added fix for RT #13327 Formatting problem in Archive::Zip::Tree manpage
1.15_02 Sat Mar 12 09:16:30 CST 2005
- fixed dates in previous entry!
- began the process of migrating from the monolithic t/test.t to
smaller scripts using Test::More.
- started work on improving Archive::Zip's test coverage. Coverage
is now up to just over 80%.
- added error handling to writeToFileHandle
- fixed small bug in extractMember from previous version
1.15_01 Wed Mar 9 22:26:52 CST 2005
- added fix for RT #11818 extractMember method corrupts archive
- added t/pod.t to test for pod correctness
version 2.12.1
---------------
* Updated translations: it, bn, sv, ku, vi, eu.
version 2.12.0
---------------
* New and updated translations.
version 2.11.92
---------------
* Do not allow Drag and Drop on the same window.
version 2.11.91
---------------
* Fixed bug #311437: [breezy] can't extract a filename from a directory
with a space in it from ISO.
* Ported the help documents to gnome-doc-utils.
* Fixed bug #312243: wrong zoo and 7-zip extensions.
* Fixed bug #312240: escape sequences in rar output.
* Fixed bug #312246: FR does not read all pending output.
version 2.11.90
---------------
* Fixed bug #105521: single click: list view should have mouse-over.
* Fixed bug #310015: crash when listing 7-zip archive with 7za 4.x
* Updated translations: de bg zh_TW gl sr sr@Latn gu ja fi
version 2.11.2
--------------
* Removed copy/move/rename/delete archive commands.
* The recent files items are in the Archive menu instead of a submenu.
* Changes in the properties dialog: align labels to left, allow window
resizing, ellipsize filename and path labels.
* Fixed bug #142860: File-roller displays files larger
than 2GB as 2GB.
version 2.11.1
--------------
* Do not create a _FILES folder anymore (#167261).
* Allow to extract more archives at once. Added an --extract-here
command line option.
* Use g_filename_display_name and g_filename_display_basename when
appropriate.
* Prevent renaming of files to silently overwrite other existing
files (#168287).
* Header cleanup (#171618).
* Allow stock labels to show through, be nice to translators (#172867).
Pkgsrc changes:
- Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
- New prerequisite p5-Text-Diff, due to new program 'ptardiff'
Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
- the 'ptardiff' was not included in the exe_files section
of the makefile.pl, meaning it didn't get installed by default.
* important changes in version 1.25 20/8/2005:
- Move the changes into it's own file
- Add patch from abeltje to make tests pass on VMS. This is *just*
the tests -- code may need some extra work to be reliable (#12678)
- Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
- Add a warning if the read() call from new() fails to return data
- Address #13636, where heuristics were 'upgrading' a file to a
directory if the file had an @LongLink entry, and the shortened
filename ended in a '/'.
- Add ptardiff program as suggested by KWILLIAMS (#13658)
* important changes in version 1.24 3/5/2005:
- Fix a bug where alternate absolute extract paths would add an
extra directory upon extract (bug #11342)
- Added support for 'perlio' (available for perl5.8 and up).
See the Archive::Tar documentation for details
* important changes in version 1.23 3/12/2004:
- 03_file.t wasn't present in the MANIFEST