summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9523dde..2b18a4d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Version 3.11.90
+---------------
+
+Bug fixes:
+
+ #722235, Use unity-control-center if running under Unity (Robert Ancell)
+ #723544, Fix the previous and the next icons in RTL (Yosef Or Boczko)
+ #723546, Fix the undo icon in RTL (Yosef Or Boczko)
+
+New and updated translations:
+
+- Khaled Hosny [ar]
+- Nilamdyuti Goswami [as]
+- Marek Černocký [cs]
+- Vangelis Skarmoutsos [el]
+- Mattias Põldaru [et]
+- Jiri Grönroos [fi]
+- GunChleoc [gd]
+- Yosef Or Boczko [he]
+- Shankar Prasad [kn]
+- Aurimas Černius [lt]
+- Fábio Nogueira [pt_BR]
+- Theppitak Karoonboonyanan [th]
+- Daniel Korostil [uk]
+- Chao-Hsiung Liao [zh_HK, zh_TW]
+
Version 3.11.4
--------------
diff --git a/configure.ac b/configure.ac
index 73699b91..bd051c24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
m4_define(eog_major_version, 3)
m4_define(eog_minor_version, 11)
-m4_define(eog_micro_version, 5)
+m4_define(eog_micro_version, 90)
m4_define(eog_version, eog_major_version.eog_minor_version.eog_micro_version)
AC_INIT([eog], eog_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=eog], [eog])