summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-03-13 22:04:36 +0100
committerKalev Lember <klember@redhat.com>2018-03-13 22:04:36 +0100
commiteb2e56bdf28c494558f80bee48b2c8acd5b00607 (patch)
tree4afebc5447d52b683639ac62221b5d090fc8ed66
parent58eea7ce308a52cdf1f9f7beed9272b52d615002 (diff)
downloadyelp-eb2e56bdf28c494558f80bee48b2c8acd5b00607.tar.gz
Version 3.28.03.28.0
-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])