summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-02-13 18:15:10 -0500
committerShaun McCance <shaunm@gnome.org>2021-02-13 18:15:10 -0500
commitfbad8cafe7c2b5ba3d8522ff4f16713fa5fee30d (patch)
tree2a46111785a9c12d9edf1375d65909922a5868d6
parent73b311bf81f83cbe5ae128ffd77326abb43d9a8a (diff)
downloadyelp-fbad8cafe7c2b5ba3d8522ff4f16713fa5fee30d.tar.gz
Version 40.beta40.beta
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 75eb3d4b..23e5ca09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+40.beta
+=======
+* Fix crashes from setting automatic IDs in DocBook 5 documents (Shaun McCance)
+* Fix links to search results for ghelp documents (#137) (Shaun McCance)
+* Fix crash when reloading Mallard document (Michael Catanzaro)
+* Handle mouse back/forward buttons (Paul Hebble)
+* Updated translations:
+ be (Źmicier Turok)
+ ca (Jordi Mas)
+
3.38.1
======
* Fix issue when opening local HTML files (#158)
diff --git a/configure.ac b/configure.ac
index 6b0c3c08..6d5a14a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.38.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[40.beta],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])