file-roller r2263 - in trunk: . data/icons/24x24/apps
- From: paobac svn gnome org
- To: svn-commits-list gnome org
- Subject: file-roller r2263 - in trunk: . data/icons/24x24/apps
- Date: Mon, 21 Apr 2008 20:45:28 +0100 (BST)
Author: paobac
Date: Mon Apr 21 19:45:27 2008
New Revision: 2263
URL: http://svn.gnome.org/viewvc/file-roller?rev=2263&view=rev
Log:
2008-04-21 Paolo Bacchilega <paobac svn gnome org>
* configure.in:
* NEWS:
updated for 2.23.1
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/data/icons/24x24/apps/ (props changed)
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Apr 21 19:45:27 2008
@@ -1,3 +1,40 @@
+version 2.23.1
+--------------
+
+ New features and user visible changes:
+
+ * Show an alert dialog when the 'save as' operation is completed, and
+ allow the user the open the newly created archive.
+ * Load and save the 'add folder' dialog options. Allow to clear the
+ options as well.
+ * Allow to specify a password when converting an archive to another
+ format.
+ * Added keyboard shortcut to deselect all. Moved add files and add
+ folders down in the edit menu. Moved stop and reaload at the bottom of
+ the view menu. Removed the 'sort by' submenu.
+ * Added an exclude folder filter to specify sub-folders to ignore when
+ adding a folder recursively.
+ * Added ability to extract folders from the folder
+ pane using drag & drop.
+
+ Bugfixes:
+
+ * Fixed bug #523158 â exclamation mark in RAR password
+ * Fixed bug #516043 â status bar / progress bar artifact
+ * Fixed bug #512474 â Visual glitches at startup
+
+ Internal code has been modified in order to remove the usage of
+ deprecated libraries and API:
+
+ * now the GIO library is used to access the filesystem instead of
+ the deprecated gnome-vfs library.
+ * gtk+ is used to get the applications and mime types icons.
+ * replaced gnome_url_show with g_app_info_launch_default_for_uri.
+ * use g_app_info_launch_default_for_uri to show the help dialog.
+ * use the new tooltips API.
+ * use g_key_file instead of gnome_config for loading/saving sessions.
+ * use GRegex instead of the custom utf8_fnmatch function.
+
version 2.22.0
--------------
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Apr 21 19:45:27 2008
@@ -2,7 +2,7 @@
AC_PREREQ(2.52)
-AC_INIT(file-roller, 2.23.0)
+AC_INIT(file-roller, 2.23.1)
AC_CONFIG_SRCDIR(src/main.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]