Skip to content

Commit

Permalink
updated for version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Bacchilega committed Apr 20, 2017
1 parent bc00d56 commit cee99d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
---------------

Expand Down
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit cee99d2

Please sign in to comment.