All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
version 2.8.0
-------------
* Updated translations.
version 2.7.5
-------------
* Fixed bug #151427: Compilation error.
* Fixed bug #150672: Back button is broken
* Fixed bug #150329: File roller creates predictable /tmp directories
* Fixed bug #150327: Adding a directory to archive hangs file roller
* Fixed BUG #150328: avoid crashing while DND of 'Home' icon into
file-roller.
* Updated the recent-files sources from libegg.
version 2.7.4
-------------
* Updated the recent-files sources from libegg.
* Added more mime types to the desktop file.
version 2.7.3
-------------
* Added the supported mime types to file-roller.desktop
version 2.7.2
-------------
* Fixed bug #144041: [Solaris] gtar will not be in path
* Do not display the "operation stopped" dialog (bug #144171).
* Fixed a leak and the display of the error message (bug #145440).
version 2.7.1
-------------
* Fixed bug #144455: Make file-roller session aware even when no
archive is opened.
* Fixed bug #144079 (iso is not listed as a archive in open dialog)
* Hide the main window when in batch mode.
* Allow to extract all the files, not only the selected files, from
an ISO image.
version 2.7.0
-------------
* Added read/extract support for ISO files. (bug #142316)
* Split the add dialog into two dialogs, one used to add files and the
other one used to add folders.
* Ask the distination folder after pasting a selection, this allows
the user to create new folders in the archive.
* Added content size and compression ratio in the properties dialog.
* Extract selection without creating the whole path. (bug #140971)
package provided by Miles Nordin in PR 26774
rzip is a compression program, similar in functionality to gzip or
bzip2, but able to take advantage long distance redundencies in files,
which can sometimes allow rzip to produce much better compression
ratios than other programs.
Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE
in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead
of HAVE_STRUCT_STAT_ST_FLAGS.
This avoids confusion on UnixWare which has 'st_flags' but does _not_ support
file flags.
from previous include:
- include a pax2nbcompat script to ease importing from src HEAD
into pkgsrc.
* for copy mode, show more meaningful information on SIGINFO.
version of libnbcompat instead of requiring libnbcompat to be installed.
This simplifies testing of bootstrap packages without root privileges
on a system that has already been bootstrapped.
include:
- Make new() comply with the documentation and return undef on
a read() failure.
- Re-adds bin/ptar, which disappeared from this distribution after
0.22 (sorry about that).
- Fix a file renaming bug that forgot to carry over path info
- Fix a bug where adding dirs on win32 gave 'permission denied'
- Add extra tests explicilty for Archive::Tar::File
- Move completely from FileHandle to IO::File
- Quell some annoying warnings about binmode on unopened filehandles
- Add tests for binary files included in a tarball
- The chown() code somehow didn't make it into the 1.05 release
- Patch _get_handle() to treat all IO::File handles as binary.
This should make win32 users happy
- A method called 'contains_file' that will tell you if a certain file
is already in the archive.
- Add a global variable $CHOWN that controls whether Archive::Tar
should attempt to chown() files or not when it can.
- NULL-byte padding was done also on files that had no real content,
like symlinks, thus ending up with a number of bytes not dividable
by 512.
- Always do a readlink on the full path, never just the file
- Make Archive::Tar write proper headers when dealing with symlinks
For this $Archive::Tar::FOLLOW_SYMLINKS is introduced
Changes since 3.10.20:
* arj_arcv.c, arj_file.c, arj_proc.c, arj_user.c, arjtypes.c,
environ.c, externs.c, externs.h, makefile:
Merged with the remaining part of TCO fixes to make up for 3.10.21
* defines.h, encode.c, environ.c, environ.h, fmemcmp.asm, misc.c,
rearj.c: Resync with TCO to close any outstanding bugs
* arj.c: Rudimentary Borland code caused the filenames in argv[] to
be mishandled under Win32
* register.c: REGISTER might fail due to _fput_* changes
So you thought you had your files backed up onto that jaz cartridge -
until it came time to restore. Then you found out that you had bad
sectors and you've lost almost everything because gzip craps out 10%
of the way through your archive. The gzip Recovery Toolkit has a program
- gzrecover - that attempts to skip over bad data in a gzip archive and
to GNU tar that enables that program to skip over bad data and extract
whatever files might be there.