summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-30 15:15:52 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-30 15:43:14 +0200
commit11db75f37b77faa900255cc4835f4ab390e323bc (patch)
treeeea243b8df02fee171d0e6bc7a44f40eb4c7dddf
parent545d0e712e36e880c29e36633c545bc1d960b93b (diff)
downloadgeocode-glib-11db75f37b77faa900255cc4835f4ab390e323bc.tar.gz
3.26.33.26.3
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
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('.')