summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-15 19:59:19 +0000
committerHavoc Pennington <hp@redhat.com>2003-05-15 19:59:19 +0000
commitf0f4335bd97732d156f0b35762f61ba2d88514ab (patch)
treee9003854f9a9ed90ec3d5778fb7def500709b238 /NEWS
parente9cb382daf7cef6396d1777c99f27a050f7ad4a8 (diff)
2003-05-15 Havoc Pennington <hp@redhat.com>dbus-0.11
* configure.in: 0.11 * NEWS: update * bus/Makefile.am (initddir): apparently we are supposed to put init scripts in /etc/rc.d/init.d not /etc/init.d * bus/Makefile.am: remove the "you must --enable-tests to make check" as it broke distcheck * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e46359a9..05aa3a9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+D-BUS 0.11
+===
+
+- add --enable-docs to turn off/on the docbook stuff
+ (doesn't cover doxygen stuff yet)
+- make people define DBUS_API_SUBJECT_TO_CHANGE
+ and read warning in README so they don't
+ expect the API to be frozen already
+- rename .pc files to "dbus-1.pc" instead of
+ "dbus-1.0.pc" etc. - this will require changing
+ pkg-config invocations
+- some docs cleanups
+- add man pages for all executables
+- allow send to/from bus driver in the default system.conf
+- fix user lookup bug
+- implement dbus-launch to launch the session message bus
+- fix some thread deadlocks
+- some performance profiling/optimization
+- add dbus_bus_activate_service() function
+- fix some minor bugs here and there
+- install Red Hat initscript in the right place
+
D-BUS 0.10
===