From eb2e56bdf28c494558f80bee48b2c8acd5b00607 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 13 Mar 2018 22:04:36 +0100 Subject: Version 3.28.0 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1