ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-DBus/Changes
Revision: 1.5
Committed: Tue Jun 22 09:09:26 2010 UTC (13 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-0_31, HEAD
Changes since 1.4: +3 -1 lines
Log Message:
0.31

File Contents

# User Rev Content
1 root 1.1 Revision history for AnyEvent::DBus
2    
3 root 1.5 0.31 Tue Jun 22 11:08:54 CEST 2010
4 root 1.4 - "... you have to be sure to dispatch ... especially if
5 root 1.5 dbus_watch_handle() or dbus_timeout_handle() were called"
6     - so we do!
7 root 1.4
8 root 1.3 0.3 Mon Jun 21 11:51:07 CEST 2010
9     - fix documentation and add AnyEvent dependency
10     (found by Sahil Tandon).
11    
12 root 1.2 0.1 Mon Jun 21 02:13:33 CEST 2010
13     - first version, almost completely untested.
14    
15     0.0 Mon Jun 21 00:03:22 CEST 2010
16 root 1.1 - original version, an AnyEvent::AIO clone.