file-roller r2094 - trunk



Author: paobac
Date: Mon Jan  7 20:50:33 2008
New Revision: 2094
URL: http://svn.gnome.org/viewvc/file-roller?rev=2094&view=rev

Log:
2008-01-07  Paolo Bacchilega  <paobac svn gnome org>

	[ File Roller 2.21.1 released ]

	* configure.in: 
	* NEWS: updated

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jan  7 20:50:33 2008
@@ -1,3 +1,31 @@
+version 2.21.1
+--------------
+
+	New features:
+
+	* Implemented the ability to update the files in an archive
+	  when the files are modified with an external application (#109767).
+	* Added support for lzma files, both normal files and tar-files 
+	  compressed by lzma (#502999).
+	
+	Bugfixes:
+	
+	* Fixed bug #487012: Check for the existence of 'filename.tar.{bz2,gz}'
+	  and only if it doesn't exist it makes file-roller call tar with 
+	  the '-cf' switch.
+	* Fixed bug #487079: Key F10 can not activate the main menu.
+	* Fixed bug #499958: file size displayed incorrectly on .Z file
+	* Fixed bug #499558: File-roller is unable to expand some zip files
+	* Fixed bug #458399: fix duplicated hotkeys, assign new hotkeys, add
+	  some user-friendly features
+	* Fixed bug #475166: Failed assertion when --extract-here is used 
+ 	  without --extract-to
+ 	* Fixed bug #505987: Nautilus extension directory changed to -2.0
+ 	* Fixed bug #487012: file-roller causes gnu tar >= 1.19 to give 
+	  warnings when creating tar-archives
+	* Fixed bug #490891: skips files when opening an old ARJ archive
+	* Fixed bug #504597: Direct compare on string
+
 version 2.20.2
 --------------
 	* Updated translations: Occitan (oc), Galician (gl), Arabic (ar), 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan  7 20:50:33 2008
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.52)
 
-AC_INIT(file-roller, 2.21.0)
+AC_INIT(file-roller, 2.21.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]