summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2016-02-15 17:12:08 -0500
committerShaun McCance <shaunm@gnome.org>2016-02-15 17:12:08 -0500
commitdf8c2886cd1b3e9d7592b12f655598382cf55dbb (patch)
tree495f8e5a2a771ca5898cb605a938fad12c4727d9
parent28a8208c9106c9d3d7fdde810620dbb085b2ce70 (diff)
downloadyelp-3.19.90.tar.gz
Version 3.19.903.19.90
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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])