dbus ChangeLog,1.458,1.459 NEWS,1.15,1.16 configure.in,1.77,1.78

Havoc Pennington hp at pdx.freedesktop.org
Fri Mar 19 14:36:33 PST 2004


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv31582

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
2004-03-19  Havoc Pennington  <hp at redhat.com>

	* NEWS: 0.21 updates

	* configure.in: 0.21

	* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
	
	* python/Makefile.am: change to avoid dist of dbus_bindings.c so
	you don't need pyrex to make dist

	* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
	sources; run moc
	


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -d -r1.458 -r1.459
--- a/ChangeLog	18 Mar 2004 11:10:59 -0000	1.458
+++ b/ChangeLog	19 Mar 2004 22:36:30 -0000	1.459
@@ -1,3 +1,17 @@
+2004-03-19  Havoc Pennington  <hp at redhat.com>
+
+	* NEWS: 0.21 updates
+
+	* configure.in: 0.21
+
+	* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
+	
+	* python/Makefile.am: change to avoid dist of dbus_bindings.c so
+	you don't need pyrex to make dist
+
+	* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
+	sources; run moc
+	
 2004-03-18  Richard Hult  <richard at imendio.com>
 
 	* dbus/dbus-message.c (dbus_message_get_auto_activation) 

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- a/NEWS	19 Nov 2003 21:51:09 -0000	1.15
+++ b/NEWS	19 Mar 2004 22:36:30 -0000	1.16
@@ -1,3 +1,19 @@
+D-BUS 0.21
+===
+
+- implement "auto activation" flag on messages, so the destination 
+  service can be launched automatically
+- fix a bug in custom type marshaling
+- optimize case where multiple apps activate the same service
+  (avoid "thundering herd")
+- add dynamic service file discovery/reloading
+- fix a busy loop when blocking for a reply
+- fix a 64-bit crash involving varargs
+- fix a bus crash when processing an AcquireService
+- allow appending TYPE_BYTE via append_args_valist
+- fix dicts-inside-dicts
+- enhancements to Python and Qt bindings
+
 D-BUS 0.20
 ===
 

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- a/configure.in	5 Mar 2004 14:05:33 -0000	1.77
+++ b/configure.in	19 Mar 2004 22:36:30 -0000	1.78
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.20)
+AM_INIT_AUTOMAKE(dbus, 0.21)
 
 AM_CONFIG_HEADER(config.h)
 
@@ -695,6 +695,8 @@
 AC_SUBST(DBUS_GTK_LIBS)
 
 # Qt detection
+AC_PATH_PROG(QT_MOC, moc, no)
+
 have_qt=no
 AC_MSG_CHECKING([for qglobal.h])
 if test -n "$QTDIR" -a -f "$QTDIR/include/qglobal.h"; then




More information about the dbus-commit mailing list