diff options
author | Kalev Lember <klember@redhat.com> | 2018-03-13 22:04:36 +0100 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2018-03-13 22:04:36 +0100 |
commit | eb2e56bdf28c494558f80bee48b2c8acd5b00607 (patch) | |
tree | 4afebc5447d52b683639ac62221b5d090fc8ed66 | |
parent | 58eea7ce308a52cdf1f9f7beed9272b52d615002 (diff) | |
download | yelp-eb2e56bdf28c494558f80bee48b2c8acd5b00607.tar.gz |
Version 3.28.03.28.0
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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]) |