From df8c2886cd1b3e9d7592b12f655598382cf55dbb Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 15 Feb 2016 17:12:08 -0500 Subject: Version 3.19.90 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c646cb6e..ae48f98a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +3.19.90 +======= +* Partial fix for handling documents using local paths, #753443 (Carlos Garcia Campos) +* Allow .docbook files as file path, #699995 (Shaun McCance) +* Fix return type of document_indexed, #761647 (Michael Catanzaro) +* Fix build issue with separate builddir, #757139 (Shaun McCance) +* Updated translations: + an (Daniel Martinez) + bg (Alexander Shopov) + gd + is (Sveinn í Felli) + zh_CN (YunQiang Su, Jeff Bai) + 3.19.1 ====== * Simplify build system and avoid private yelpcommon library, #756654 (David diff --git a/configure.ac b/configure.ac index 7880124e..2ed0a00e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[3.19.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[3.19.90],[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