2009-01-20  Paolo Bacchilega  <paobac@svn.gnome.org>

	[ File Roller 2.25.2 released ]

	* NEWS: 
	* configure.ac: updated

2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>

	* src/dlg-new.h: 
	* src/dlg-new.c: update the options sensitivity correctly.
	
	Fixes bug #567554 – An error occurred while adding files to the 
	archive after encrypt the zip archive.
	
2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>	
	
	* data/glade/batch-add-files.glade:
	* data/glade/new.glade: allow volume size smaller than a megabyte
	
	Fixed bug #566591 – File roller cannot create splitted archives 
	with pieces smaller than 1 Mb

2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>

	* src/fr-window.c: do not use a timeout to update the paste command
	sensitivity, use the owner-change clipboard signal instead.
	
	Fixes bug #560647 – file-roller wakes up the CPU 2 times per 
	second.

2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>
	
	* src/file-utils.c: 
	* src/dlg-extract.c: 
	* src/dlg-batch-add.c: 
	* src/dlg-add-folder.c: 
	* src/dlg-add-files.c: 
	
	Fixed bug #563208 – file-roller can't extract to an ftp mounted 
	directory.
	Patch by Gerard Lommerse.
	
2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>
	
	* src/fr-archive.c (copy_extracted_files_to_destination)
	(get_desired_destination_for_archive): 
	
	Fixed bug #564029 – Unziping an archive from nautilus fails with 
	certain characters.
	
2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>
	
	* src/sh/isoinfo.sh: 
	
	Fixed bug #565879 – isoinfo.sh has shebang but is installed -x
	Patch by Loïc Minier.
	
2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>
	
	* src/fr-window.c (rename_selection): do not extract recursively.
	
	Fixes bug #567901 – renaming directory in tarball creates duplicate
	files
	
2009-01-19  Paolo Bacchilega  <paobac@svn.gnome.org>
	
	* configure.ac: added AM_DISABLE_STATIC
	
	Fixed bug #568260 – file-roller installs static libraries by 
	default (for nautilus extension)