[gnome-initial-setup] NEWS for 43.alpha.1
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] NEWS for 43.alpha.1
- Date: Sun, 10 Jul 2022 10:36:00 +0000 (UTC)
commit a7ff46eb69add36a2ccd9796b18ee81e259d620b
Author: Will Thompson <will willthompson co uk>
Date: Sun Jul 10 11:34:47 2022 +0100
NEWS for 43.alpha.1
NEWS | 18 ++++++++++++++++++
meson.build | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 9128e733..b6ec00f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+43.alpha.1
+----------
+
+* When built with -Dsoup2=false (the default), Initial Setup now depends on
+ geocode-glib-2.0, introduced in geocode-glib 3.26.3 as a parallel-installable,
+ soup3-flavoured version of the library. When built with -Dsoup2=true, Initial
+ Setup continues to depend on geocode-glib-1.0.
+
+* Initial Setup's build system tries to detect when its dependencies are built
+ against an incompatible libsoup, but there is one known case that is not
+ detected at build time. If Initial Setup is built with parental controls
+ enabled, the malcontent parental controls library brings with it a dependency
+ on libflatpak and libostree. Neither of these libraries can currently be built
+ against libsoup3. Either they must be built against libcurl rather than
+ libsoup; or Initial Setup must be built with -Dsoup2=true; or Initial Setup
+ must be built with -Dparental_controls=disabled; or Initial Setup will abort
+ on startup.
+
43.alpha
--------
diff --git a/meson.build b/meson.build
index c56ed390..f29ef766 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-initial-setup',
['c'],
- version: '43.alpha',
+ version: '43.alpha.1',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.53.0',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]