summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2020-11-21 14:22:18 -0500
committerShaun McCance <shaunm@gnome.org>2020-11-21 14:22:18 -0500
commit2be588fc76b8914bf3dfb45dc82678ad670c73bc (patch)
tree391e9447c7b78c2f834ad7b4390d59e4b837343d
parent2f57360b01aa72c43c6f3242b5c0d1810b9a193b (diff)
downloadyelp-3.38.2.tar.gz
Version 3.38.23.38.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 75eb3d4b..595857d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+3.38.2
+======
+* Fix crash when reloading local document (Michael Catanzaro)
+
3.38.1
======
* Fix issue when opening local HTML files (#158)
diff --git a/configure.ac b/configure.ac
index 6b0c3c08..5fbcdbf9 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],[3.38.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])