[gthumb/gthumb-3-4] updated for version 3.4.5



commit cee99d25df2f9d03cbc86764757eae69afe1858b
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Apr 20 12:34:49 2017 +0200

    updated for version 3.4.5

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    5 ++---
 2 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b2a8c56..42b0d82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+version 3.4.5
+-------------
+
+ Bugs fixed:
+
+  * Fixed big memory leak and other minor memory leaks.
+  * Speed improvements:
+    * Make the preloader actually preload the images.
+    * Image overview: scale the image asynchronously.
+    * Faster execution for asynchronous tasks.
+  * Resize tool: fixed initial selection (Vaclav Brozek)
+  * Ensure the settings have been saved before exiting.
+  * Fixed possible crash when switching from the image viewer
+    to the video viewer.
+
+ New or updated application translations:
+
+  * Basque (Iñaki Larrañaga Murgoitio)
+  * Indonesian (Andika Triwidada)
+
 version 3.4.4.1
 ---------------
 
diff --git a/configure.ac b/configure.ac
index 69d1e2d..059f710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,8 @@
 m4_define([gthumb_major_version], [3])
 m4_define([gthumb_minor_version], [4])
-m4_define([gthumb_micro_version], [4])
-m4_define([gthumb_nano_version], [1])
+m4_define([gthumb_micro_version], [5])
 m4_define([gthumb_version],
-          [gthumb_major_version.gthumb_minor_version.gthumb_micro_version.gthumb_nano_version])
+          [gthumb_major_version.gthumb_minor_version.gthumb_micro_version])
 m4_define([gthumb_api_version],
           [gthumb_major_version.gthumb_minor_version])
 


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