[gthumb] updated for version 3.3.1
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] updated for version 3.3.1
- Date: Tue, 14 Jan 2014 10:58:07 +0000 (UTC)
commit f79c0f10d39e87cafd76d9c1ef6cd74e3d07bf9f
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Jan 14 11:47:07 2014 +0100
updated for version 3.3.1
NEWS | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 73 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 727e11d..21501be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,75 @@
+version 3.3.1
+-------------
+
+ New features and user visible changes:
+
+ * Use a GtkHeaderBar instead of a menu and a toolbar.
+ * Use the dark theme.
+ * Better raw image support, using libraw instead of libopenraw.
+ * Image viewer: show a frame around the image; use an overview
+ window to scroll the image instead of the scrollbars;
+ better quality for zoomed out images.
+ * Faster image loader for big images.
+ * Media player: hide the mediabar after a timeout.
+ * Filterbar: added buttons to view the selections.
+ * File properties: show only the basic properties, allow to
+ show all of them.
+ * Image tools: use a grid layout for the buttons
+ * Use a separate dialog for the file tool options.
+ * Use symbolic icons everywhere.
+ * Added a custom tiff loader.
+ * Add a rating-based filter. (Louis-Marie Mouton)
+ * App menu: removed 'keyboard shortcuts'.
+ * Histogram view: save and restore the scale type.
+
+ Bugs fixed:
+
+ * Help: fix calling help from withing the application. (Dominique Leuenberger) (#710573)
+ * Fixed saving of TGA files
+ * Fixed the video player stopping after saving a screenshot.
+ * Rotating image destroys XMP and IPTC metadata (#719622)
+ * Command line ignored for the second window (#712716)
+ * Empty Options dialog after Canceling it once (#711788)
+ * Buttons with label toolbutton1 and toolbutton2 in Bookmark window
+ (#711777)
+ * Default parameters for image resizing are misleading (Christian
+ Krause) (#710479)
+ * Fixed broken window layout with gtk+ 3.10 (#708800)
+ * Find duplicates: fixed crash when using a predefined directory
+ (Christian Krause) (#706697)
+ * gThumb crashes when attempting to play a video. (Christian Krause) (#706343)
+ * Flickr: allow to use a facebook or google account (#703534)
+ * Thumbnail list: images drawn with wrong offset (#702538)
+ * Facebook: fixed authentication.
+ * configure: fixed unrecognized option --disable-libjson-glib
+ (#696783)
+ * Removed the use of many deprecated functions.
+
+ New or updated application translations:
+
+ * Brazilian Portuguese (Enrico Nicoletto)
+ * catalan (Sílvia Miranda)
+ * Czech (Marek Černocký)
+ * Dutch (Hannie Dumoleyn)
+ * Español (Daniel Mustieles)
+ * Hungarian (Balázs Úr)
+ * Indonesian (Andika Triwidada)
+ * Italiano (Gianvito Cavasoli)
+ * Japanese (OKANO Takayoshi)
+ * Latvian (Rūdolfs Mazurs)
+ * Lietuvių (Aurimas Černius)
+ * Polish (Piotr Drąg)
+ * Russian (Yuri Myasoedov)
+ * Serbian (Miroslav Nikolić)
+ * Serbian (Мирослав Николић)
+ * Slovenian (Matej Urbančič)
+
+ New or updated manual translations:
+
+ * Español (Daniel Mustieles)
+ * Slovenian (Andrej Žnidaršič)
+ * čeština (Marek Černocký)
+
version 3.2.0
-------------
diff --git a/configure.ac b/configure.ac
index 22af454..3cbfded 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([gthumb_major_version], [3])
m4_define([gthumb_minor_version], [3])
-m4_define([gthumb_micro_version], [0])
+m4_define([gthumb_micro_version], [1])
m4_define([gthumb_version],
[gthumb_major_version.gthumb_minor_version.gthumb_micro_version])
m4_define([gthumb_api_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]