[gthumb] updated for version 2.11.4



commit 7e5507c27ab0e3af684957bddcc3e2e05ab1db54
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Jun 28 21:20:49 2010 +0200

    updated for version 2.11.4

 NEWS         |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 74 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b03a003..cfd4592 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,76 @@
+version 2.11.4
+--------------
+
+	New features and user visible changes:
+
+	* Added a PhotoBucket exporter.
+	* Added a static web album creation tool.
+	* Allow to edit the metadata of many files at the same time.
+	* Use a simple slideshow with no 3D effects if clutter is not available.
+	* Added option to choose the thumbnail pane orientation.
+	* Added drag&drop support to the folder tree. (#593431)
+	* In slideshow mode, make button 1 view the next image and button 3
+	  the previous image.
+	* In the Crop tool added an optional grid. (Michael J. Chudobiak)
+	  (#618026)
+	* Added ability to select the aspect ratio in the Resize tool.
+	* Added a share tool menu and the print command on the toolbar.
+	* Allow to run gthumb even if clutter initialization fails.
+	* Implemented the "confirm deletion" option. (#622386)
+	* Avoid duplicates in the history. (#615442)
+	* Expand parent after folder creation. (#616940)
+	* Save and restore the options of "Rename files" dialog. (Christophe
+	  Bisière) (#618182)
+	* Save and restore the options of the Crop and Resize tools.
+	* Move "Set as Desktop Background" item from "Tools" menu to
+	  right-click popup menu. (Christophe Bisière) (#618430)
+	* Added some aspect ratio in crop tools. (Stefano Pettini) (#587787)
+	* Do not select the folder after right-clicking on it.
+	* Updated the user's manual.  Migrated to Mallard. (Michael J. Chudobiak)
+
+	Bugs fixed:
+
+        * Fixed crash when using the red-eye removal tool. (#623000)
+        * Use mtime to sort imported videos. (Matthias Hawran) (#619758)
+        * Fixed crash when renaming and quickly hitting the Enter key. (#619352)
+        * Removed unused DEFAULT_MAX_FILE_SIZE. (#616842)
+        * Save the partial result of a cancelled search as well. (#617952)
+        * Newly saved search does not immediately show up in the list of
+          catalogs. (#618183)
+        * Picasa export dialog too big Maximize on small resolutions (netbook)
+          (Matthias Hawran) (#618262)
+        * Set a minimum size for the file viewer to avoid a crash (#618442)
+        * Fix some Gtk-CRITICAL messages generated by the list_tools extension
+          (Christophe Bisière) (#618554)
+        * Fixed "Overwrite all files" and "Do not overwrite any file" options
+          (#617282)
+        * Show a completed dialog after exporting to PicasaWeb. (#616782)
+        * Generates thumbnails of on-camera videos much faster. (#617287)
+        * Kill the script process as well when stopping the thumb loader
+          (#614219)
+        * Make gth_folder_tree_set_children() faster for big file lists
+          (#611115)
+        * Fixed crash after saving a crop with width or height of 1px.
+          (Matthias Hawran) (#616454)
+
+        New or updated application translations:
+
+        * Czech (Marek Ä?ernocký)
+        * Deutsch (Christian Kirbach)
+        * Español (Jorge González)
+        * Estonian (Rene Pärts)
+        * French (Bruno Brouard)
+        * Lietuvių (Aurimas Ä?ernius)
+        * Low German (Nils-Christoph Fiedler)
+        * Punjabi/Panjabi (A S Alam)
+        * Slovenian (Andrej ŽnidarÅ¡iÄ?)
+        * Thai (Sira Nokyoongtong)
+
+        New or updated manual translations:
+
+        * Español (Jorge González)
+        * Slovenian (Andrej ŽnidarÅ¡iÄ?)
+
 version 2.11.3
 --------------
 
diff --git a/configure.ac b/configure.ac
index 5159a36..4af3790 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([gthumb],[2.11.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gthumb])
+AC_INIT([gthumb],[2.11.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gthumb])
 AM_INIT_AUTOMAKE([1.9 foreign])
 
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]