summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2016-03-01 10:33:54 +0000
committerDavid King <amigadave@amigadave.com>2016-03-01 10:33:54 +0000
commit769ae63fc398d8b0c065fb32204ca2ba3e8612d1 (patch)
treef91896acc2372bfafabb16211201006a75f9b7e5
parent602e5e3ecb08d1b24ee20f177dd59cdba6238ebb (diff)
downloadyelp-769ae63fc398d8b0c065fb32204ca2ba3e8612d1.tar.gz
Version 3.19.913.19.91
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ae48f98a..d5ad9b52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.19.91
+=======
+* Fallback to help-list: if no other help is available, #759545 (Aleksander
+ Morgado)
+* Fix warnings in GtkStyleContext usage, #761577 (Michael Catanzaro)
+
3.19.90
=======
* Partial fix for handling documents using local paths, #753443 (Carlos Garcia Campos)
diff --git a/configure.ac b/configure.ac
index 2ed0a00e..e97e3923 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.19.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.19.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])