Skip to content

Commit

Permalink
updated for version 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Bacchilega committed Sep 30, 2018
1 parent 5a28d61 commit 28f951e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
version 3.6.2
-------------

Bugs fixed:

* Updated links to wiki page (#795126)
* Desktop background: fixed the way to obtain the monitor geometry.
* Recognize the asf mime type as a video format.
* Image loader: fixed memory leak when the operation was cancelled.
* Avoid flickering when scaling the image takes some time.
* Image navigator: fixed popup positioning.
* Do not crash when loading broken jpeg images.
* Preferences: fixed crash when setting the current location as default.

New or updated application translations:

* Dutch (Paul Matthijsse)
* French (Claude Paroz)
* Icelandic (Sveinn í Felli)

New or updated manual translations:

* Dutch (Paul Matthijsse)
* es (Daniel Mustieles)
* French (Claude Paroz)

version 3.6.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([gthumb_major_version], [3])
m4_define([gthumb_minor_version], [6])
m4_define([gthumb_micro_version], [1])
m4_define([gthumb_micro_version], [2])
m4_define([gthumb_version],
[gthumb_major_version.gthumb_minor_version.gthumb_micro_version])
m4_define([gthumb_api_version],
Expand Down

0 comments on commit 28f951e

Please sign in to comment.