From 29b1db90c2ca491b95bae07f9a3a7d3b609eed4f Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sat, 25 Sep 2021 11:03:31 -0400 Subject: Version 41.1 --- NEWS | 5 +++++ configure.ac | 2 +- data/yelp.appdata.xml.in | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index afcf4c0e..21ef1906 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +41.1 +==== +* Fixed validation issues in appdata file +* Updated yelp-xsl dependency + 41.0 ==== * No changes since beta2, stable release only diff --git a/configure.ac b/configure.ac index 01bc6098..e948e928 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],[41.0],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp]) +AC_INIT([Yelp],[41.1],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/yelp.c]) diff --git a/data/yelp.appdata.xml.in b/data/yelp.appdata.xml.in index 780e7006..5acd4cb9 100644 --- a/data/yelp.appdata.xml.in +++ b/data/yelp.appdata.xml.in @@ -1,6 +1,11 @@ + + +

Help 41.1 contains packaging fixes for distributors.

+
+

Help 41.0 contains the following improvements:

-- cgit v1.2.1