dbus ChangeLog,1.515,1.516
Kristian Hogsberg
krh at pdx.freedesktop.org
Wed Jun 2 07:04:00 PDT 2004
- Previous message: dbus/glib dbus-gmain.c, 1.27, 1.28 dbus-gproxy.c, 1.9,
1.10 test-dbus-glib.c, 1.10, NONE test-profile.c, 1.4,
NONE test-thread-client.c, 1.6, NONE test-thread-server.c, 1.5,
NONE test-thread.h, 1.1, NONE
- Next message: dbus/dbus dbus-auth.c,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv19402
Modified Files:
ChangeLog
Log Message:
2004-06-02 Kristian Høgsberg <krh at redhat.com>
* dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
machine approach. A state is implemented as a function that
handles incoming events as specified for that state.
* doc/dbus-specification.xml: Update auth protocol state machine
specification to match implementation. Remove some leftover
base64 examples.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- a/ChangeLog 2 Jun 2004 13:13:14 -0000 1.515
+++ b/ChangeLog 2 Jun 2004 14:03:57 -0000 1.516
@@ -1,4 +1,14 @@
2004-06-02 Kristian Høgsberg <krh at redhat.com>
+
+ * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
+ machine approach. A state is implemented as a function that
+ handles incoming events as specified for that state.
+
+ * doc/dbus-specification.xml: Update auth protocol state machine
+ specification to match implementation. Remove some leftover
+ base64 examples.
+
+2004-06-02 Kristian Høgsberg <krh at redhat.com>
* glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
- Previous message: dbus/glib dbus-gmain.c, 1.27, 1.28 dbus-gproxy.c, 1.9,
1.10 test-dbus-glib.c, 1.10, NONE test-profile.c, 1.4,
NONE test-thread-client.c, 1.6, NONE test-thread-server.c, 1.5,
NONE test-thread.h, 1.1, NONE
- Next message: dbus/dbus dbus-auth.c,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list