summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-09-18 18:31:25 -0400
committerShaun McCance <shaunm@gnome.org>2021-09-18 18:31:25 -0400
commit50be94ab1156d71622df485f308c477863fcd7b6 (patch)
treed8a1db9f17cf0c85c01115c39ab80832ff75bce8
parent89e25b87be0a9cc9c67261ac3615dd28f4485d90 (diff)
downloadyelp-50be94ab1156d71622df485f308c477863fcd7b6.tar.gz
Version 41.041.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--data/yelp.appdata.xml.in10
3 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c28d82be..afcf4c0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+41.0
+====
+* No changes since beta2, stable release only
+
41.beta2
========
* Fixed regression when opening document by file path
diff --git a/configure.ac b/configure.ac
index f4c37120..1c122963 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.beta2],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
+AC_INIT([Yelp],[41.0],[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 f1556515..6ebadf11 100644
--- a/data/yelp.appdata.xml.in
+++ b/data/yelp.appdata.xml.in
@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<releases>
+ <release version="41.0" timestamp="2021-09-18">
+ <description>
+ <ul>
+ <li>Search results and 'All Help' now use current styling</li>
+ <li>Various internal changes to keep up with modern APIs</li>
+ <li>Fixed aliasing on the icon</li>
+ <li>Updated translations</li>
+ </ul>
+ </description>
+ </release>
<release version="40" timestamp="2020-03-20"/>
</releases>
<id>yelp.desktop</id>