Subject: CVS commit: pkgsrc/archivers/file-roller
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 04/01/2004 18:56:04
Module Name: pkgsrc
Committed By: jmmv
Date: Thu Apr 1 18:56:04 UTC 2004
Modified Files:
pkgsrc/archivers/file-roller: Makefile PLIST distinfo
pkgsrc/archivers/file-roller/patches: patch-aa patch-ab
Log Message:
Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/archivers/file-roller/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/archivers/file-roller/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/archivers/file-roller/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/archivers/file-roller/patches/patch-aa \
pkgsrc/archivers/file-roller/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.