NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 6 Jun 2013 12:18:06 +0000 (13:18 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 6 Jun 2013 12:18:06 +0000 (13:18 +0100)
Also update README to not mention libxml2.

INSTALL
NEWS

diff --git a/INSTALL b/INSTALL
index e182f985ec31302b9fc75820199b9a4f073728c2..4e905c583755d3ffc2f232bb727fda725d75863d 100644 (file)
--- 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 de7f3b6195ae952b8b827dad2aea8f4942d26096..75641f0a5753308b1b94521bd5a649a39f903699 100644 (file)
--- 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)