summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8e5b86b..d82286a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.28.0
+======
+* Require WebKitGTK+ 2.19.2, and rely on WebKit automatically updating font
+ size on DPI change, #790728 (Gabriel Ivașcu)
+* Fix g_object_ref() type cast warnings with GLib 2.56 (Michael Catanzaro)
+* Updated translations:
+ eo (Kristjan SCHMIDT)
+ gd (GNOME Translation Robot)
+ hr (gogo)
+ ne (Pawan Chitrakar)
+ pl (Piotr Drąg)
+
3.27.1
======
* Updates for new yelp-xsl stylesheets
diff --git a/configure.ac b/configure.ac
index 0c592f20..aa4de07b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.27.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.28.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])