summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2020-11-21 14:11:48 -0500
committerShaun McCance <shaunm@gnome.org>2020-11-21 14:11:48 -0500
commit584badd457f2f9f5d867aad5bac24a51ee5f52fe (patch)
tree9c62530f58636e571dae658f669259271da7a856
parentc5586172144d1e31880438a9711e3e686a2ed40d (diff)
downloadyelp-gnome-3-36.tar.gz
Version 3.36.23.36.2gnome-3-36
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3f675750..ca8a7788 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+3.36.2
+======
+* Fix crash when reloading local document (Michael Catanzaro)
+
3.36.1
======
* Fix issue when opening local HTML files (#158)
diff --git a/configure.ac b/configure.ac
index a3338ed2..cf0b5533 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.36.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.36.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])