summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2a3ff5e..a9daef4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+GNOME Font Viewer - 3.5.2
+-------------------------------------------------------------------------------
+
+ • Fall back to C locale when constructing the sample string before picking an
+ entirely random-glyph string
+ • Flip font widget orientation for RTL locales
+ • Always pick a valid size for fixed-size fonts
+ • Fix missing string compression before display for PS fonts
+ • Improve string sanitizing before display for information fetched out of the
+ font files
+ • Monitor fontconfig directories for new fonts
+ • Support fontconfig XDG_DATA_HOME directory for font install, if present
+ • Set a fallback icon when thumbnails are not available
+ • Force black on white for font text display
+ • Quit with Ctrl+Q
+ • Use GResource for UI files
+ • Correctly update the install button when install completes
+
GNOME Font Viewer - 3.5.1
-------------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7a8fe57..5a587d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
-AC_INIT([gnome-font-viewer], [3.5.1],
+AC_INIT([gnome-font-viewer], [3.5.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-font-viewer],
[gnome-font-viewer],
[http://live.gnome.org/GnomeUtils])