summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2022-03-26 16:16:55 -0400
committerShaun McCance <shaunm@gnome.org>2022-03-26 16:16:55 -0400
commitd16114cb46e4de07e6d1c0511ef8d6e1921e023e (patch)
treeb19dff06b450bb8b1b97190f3dbc8d23d5559905
parent4ac3be6397b03cf0daeb3c6e58957ef5b42fa6b2 (diff)
downloadyelp-d16114cb46e4de07e6d1c0511ef8d6e1921e023e.tar.gz
Version 42.142.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5569d3e7..a0edd849 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+42.1
+====
+* Fixed URI parsing issue that can lead to crash [#187]
+* Updated location for appdata screenshot (Sophie Herold)
+
42.0
====
* Updated appdata screenshot (Sophie Herold)
diff --git a/configure.ac b/configure.ac
index b9770641..908369d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
# Reminder: add some release notes to data/yelp.appdata.xml.in on major releases
-AC_INIT([Yelp],[42.0],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
+AC_INIT([Yelp],[42.1],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])