summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-08-14 15:07:50 -0400
committerShaun McCance <shaunm@gnome.org>2021-08-14 15:07:50 -0400
commitd8f322d77a4f21e89f5ded826970c0e16965ff8f (patch)
tree0799049df941628e7f00a2d36d7d33b2731683af
parent2c04742495ed658aa4f063921d4d8d83a583e56b (diff)
downloadyelp-d8f322d77a4f21e89f5ded826970c0e16965ff8f.tar.gz
Version 41.beta41.beta
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 245dc8f5..bb34dbb1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+41.beta
+=======
+* Revamped a lot of color code to avoid deprecated Gtk API (Shaun McCance)
+* Search results and 'All Help' now use current styling (Shaun McCance)
+* Fixed aliasing on the icon (Jakub Steiner)
+* Build against webkit2gtk-4.1 by default (Javier Jardón)
+* Removed calls to deprecated Soup API (Carlos Garcia Campos)
+* Updated translations:
+ oc (Quentin PAGÈS)
+
40.2
====
* Updated translations:
diff --git a/configure.ac b/configure.ac
index 678b38b1..28cf8e5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[40.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[41.beta],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])