summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL5
-rw-r--r--NEWS10
2 files changed, 10 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index e182f985..4e905c58 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,10 +51,7 @@ Core library
Requisite:
- Gettext
- - expat or libxml-2
-
- NB, expat is the recommended XML parser because it has more robust
- handling of OOM conditions.
+ - expat
Optional:
diff --git a/NEWS b/NEWS
index de7f3b61..75641f0a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ Dependencies:
to provide global initialization when the library is loaded.
gcc (mingw*) users should ensure that g++ is also installed.
+• The libxml2-based configuration reader (which hasn't worked for 2.5 years,
+ and was never the recommended option) has been removed. Expat is now a
+ hard dependency.
+
Enhancements:
• It should now be safe to call dbus_threads_init_default() from any thread,
@@ -14,10 +18,14 @@ Enhancements:
should consider doing so during initialization.
(fd.o #54972, Simon McVittie)
-• Improve dbus-send documentation (Chengwei Yang)
+• Improve dbus-send documentation and command-line parsing (fd.o #65424,
+ Chengwei Yang)
Fixes:
+• In dbus-daemon, don't crash if a .service file starts with key=value
+ (fd.o #60853, Chengwei Yang)
+
• Unix-specific:
· Fix an assertion failure if we try to activate systemd services before
systemd connects to the bus (fd.o #50199, Chengwei Yang)