[geocode-glib/wip/hadess/3.26.3] 3.26.3




commit 11db75f37b77faa900255cc4835f4ab390e323bc
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 30 15:15:52 2022 +0200

    3.26.3

 NEWS        | 9 +++++++++
 meson.build | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 8d56e21..f0240de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.26.3
+------
+
+This release adds support for libsoup 3.x. To use the libsoup 3.x build,
+applications will need to be adapted to look for the "-2.0" version of the API.
+This allows both native and interpreted applications to select which version
+of libsoup they want geocode-glib to use as the backend, and for both versions
+to be installed in distributions.
+
 3.26.2
 ------
 
diff --git a/meson.build b/meson.build
index 181d85d..c9673eb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geocode-glib', 'c', version: '3.26.2', meson_version : '>= 0.49.0')
+project('geocode-glib', 'c', version: '3.26.3', meson_version : '>= 0.49.0')
 
 gclib_version = meson.project_version() # set in project() below
 ver_arr = gclib_version.split('.')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]