[gthumb] updated for version 3.0.0



commit ce00b5baddcf9526be7d925367a8ea269f8dac65
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Apr 23 21:05:16 2012 +0200

    updated for version 3.0.0

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8d6c40a..6330ca8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+version 3.0.0
+-------------
+
+ Bugs fixed:
+
+  * Metadata category names WON'T show translated strings (Jiro
+    Matsuzawa) (#674033)
+  * Selections: fixed keyboard shortcuts for some keyboard layouts. (#673872)
+  * Fixed compilation without libjpeg.
+  * Ignore extensions with a different API version.
+  * Fixed file navigation with the mouse wheel with Gtk+ 3.4.0 or greater.
+  * Fixed possible crash when changing location.
+
+ New or updated application translations:
+
+  * Czech (Marek ÄernockÃ)
+  * Japanese (OKANO Takayoshi)
+  * Norwegian/Bokmaal (Kjartan Maraas)
+
 version 2.90.3
 --------------
 
diff --git a/configure.ac b/configure.ac
index 9fff786..adf7c27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
-m4_define([gthumb_major_version], [2])
-m4_define([gthumb_minor_version], [90])
-m4_define([gthumb_micro_version], [3])
+m4_define([gthumb_major_version], [3])
+m4_define([gthumb_minor_version], [0])
+m4_define([gthumb_micro_version], [0])
 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]