summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 12:51:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 12:51:42 +0100
commitbae9bb547f0ccee9b84d1bdef8f21b096d219756 (patch)
tree3388c426cbe2196a2d824a03b90ead8e7360ffad
parent89906f3e3d79f074156e16a12b4030188fd7e368 (diff)
downloaddbus-bae9bb547f0ccee9b84d1bdef8f21b096d219756.tar.gz
NEWS
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 42ea78b7..efe14a87 100644
--- a/NEWS
+++ b/NEWS
@@ -17,13 +17,19 @@ Changes:
• Make "make check" in a clean tree work, by not running tests until
test data has been set up (fd.o #34405, Simon McVittie)
+• Fix various typos (fd.o #27227, fd.o #38284; Sascha Silbe, Simon McVittie)
+
• Documentation (fd.o #36156, Simon McVittie):
· let xsltproc be overridden as usual: ./configure XSLTPROC=myxsltproc
· install more documentation automatically, including man2html output
· put dbus.devhelp in the right place (it must go in ${htmldir})
-• Unix-specific (fd.o #33465, Simon McVittie):
- · opt-in to fd passing on Solaris
+• Unix-specific:
+ · look for system services in /lib/dbus-1/system-services in addition to all
+ the other well-known locations; note that this should always be /lib,
+ even on platforms where shared libraries on the root FS would go in /lib64,
+ /lib/x86_64-linux-gnu or similar (fd.o #35229, Lennart Poettering)
+ · opt-in to fd passing on Solaris (fd.o #33465, Simon McVittie)
• Windows-specific (Ralf Habacker):
· fix use of a mutex for autolaunch server detection