summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-08-20 08:44:17 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2013-08-20 09:03:42 -0700
commit2dd1aaeac63d0f984773bc271b77fcbd068710e1 (patch)
tree31f9f48a4050bad16a36891880dcf9686fa3a4c6
parent93a102bd485efdb1cb857ef094fe29f63a4b4270 (diff)
downloadgnome-font-viewer-2dd1aaeac63d0f984773bc271b77fcbd068710e1.tar.gz
release: prepare for 3.9.903.9.90
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa87d7c..378cc67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+GNOME Font Viewer - 3.9.90
+-------------------------------------------------------------------------------
+
+ • Fix back button direction for RTL locales (Yosef Or Boczko)
+ • Port to GtkStack and GtkHeaderBar (Yosef Or Boczko)
+ • Support Hi-Dpi displays
+ • Make sure not to append extra header buttons when loading a file
+ • Translation updates
+
GNOME Font Viewer - 3.8.0
-------------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 9652289..21560a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-font-viewer], [3.8.0],
+AC_INIT([gnome-font-viewer], [3.9.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-font-viewer],
[gnome-font-viewer],
[http://live.gnome.org/GnomeUtils])