[gthumb: 2/23] updated for version 2.90.1



commit 9a3c65e7fa0e3aba1845264d803cece40a13ee4f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Feb 12 10:26:15 2012 +0100

    updated for version 2.90.1

 NEWS         |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 59 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c3cb715..cdf521d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+version 2.90.1
+--------------
+
+ New features and user visible changes:
+
+  * High quality zoom for SVG images. Requires librsvg. 
+  * Comment and tags dialogs: allow to save the metadata without closing the 
+    dialog.
+  * Added option to reuse the active window when opening files from an
+    external application.
+  * Allow to hide/show the file properties pane.
+  * Allow to change the position of the file properties in browser mode.  
+  * Save the image keyworks in the Xmp.dc.subject tag as well.
+  * Save the Exif.Image.Software tag only if the content was modified.
+  * Sync the rating with the Xmp.xmp.Rating tag.
+  * Video viewer: jump to the specified position when clicking on the progress 
+    bar.
+  * Video viewer: use symbolic icons for the play button and the volume control.
+  * Make the 'shrink wrap' command work for the video viewer as well.
+  * Image viewer: hide the horizontal scrollbar in 'fit width' mode.
+  * Image viewer: implemented the checked transparency.
+  * Show the Edit button in browser mode as well.
+  * Moved the location chooser above the file list.
+  * Preferences: show the slideshow preferences in the viewer tab to save some 
+    horizontal space.
+  * Use the PICTURES special dir as the default startup location.
+  
+ Internal code changes:
+  
+  * Ported to Gtk+ 3
+  * Ported from GConf to GSettings. Automatically convert the GConf values.
+  * Ported from libunique to GtkApplication.
+  * Ported to libchamplain version 0.12.
+  * Removed use of deprecated functions.
+  * Use the G_DEFINE_* macros to define GObject classes.
+  * Added a custom widget to display the thumbnail list instead of GtkIconView.
+  
+ New or updated application translations:
+
+  * Czech (Marek ÄernockÃ)
+  * EspaÃol (Daniel Mustieles)
+  * Esperanto (Kristjan SCHMIDT)
+  * French (Claude Paroz)
+  * German (Christian Kirbach)
+  * Indonesian Translation (Andika Triwidada)
+  * Italiano (Gianvito Cavasoli)
+  * Japanese (Jiro Matsuzawa)
+  * Polish (Piotr DrÄg)
+  * Russian (Yuri Myasoedov)
+  * Slovenian Translation (Matej UrbanÄiÄ)
+  * Swedish (Daniel Nylander)
+
+ New or updated manual translations:
+
+  * Deutsch (Mario BlÃttermann)
+  * EspaÃol (Daniel Mustieles)
+  * French (Claude Paroz)
+
 version 2.13.91
 ---------------
 
diff --git a/configure.ac b/configure.ac
index 59dc87f..f474cfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([gthumb],[2.90.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=gthumb])
+AC_INIT([gthumb],[2.90.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gthumb])
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])
 
 AC_CONFIG_HEADERS([config.h])



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