diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-14 13:49:02 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-14 13:49:02 +0000 |
commit | 53c593b07df0f697933e379b3d365e9eec6ef6eb (patch) | |
tree | 140c3331c113f8b554a08f68fea80a6fe27c41e2 /NEWS | |
parent | 80402f224561bbba513a2806101400b7bcf52164 (diff) | |
download | dbus-53c593b07df0f697933e379b3d365e9eec6ef6eb.tar.gz |
More NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,11 @@ Build-time configuration changes: supported; use the new DBUS_SESSION_BUS_LISTEN_ADDRESS and DBUS_SESSION_BUS_CONNECT_ADDRESS variables instead. +Requirements: + +• Man pages now require xmlto (or either xmlto or meinproc, if using CMake). +• man2html is no longer used. + Enhancements: • D-Bus Specification 0.21 @@ -21,6 +26,10 @@ Enhancements: · various reorganisation for better clarity (fd.o #38252, Simon McVittie) · stop claiming that all basic types work just like INT32 (strings don't!) +• The "source code" for the man pages is now Docbook XML, eliminating + the outdated duplicate copies used when building with CMake. + (fd.o #59805; Ralf Habacker, Simon McVittie) + Fixes: • In the activation helper, when compiled for tests, do not reset the system |