ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Glib-Event/Changes
Revision: 1.2
Committed: Tue Nov 29 16:03:24 2005 UTC (18 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_2, HEAD
Changes since 1.1: +6 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Glib::Event
2    
3 root 1.2 0.2 Tue Nov 29 16:57:13 CET 2005
4     - don't use a timeout watcher as one_event already provides
5     one, and ours is called even after it has been canceled, leading to
6     segfaults or worse.
7     - improved documentation.
8    
9 root 1.1 0.1 Sun Nov 27 13:45:36 CET 2005
10     - original version, a Linux::Inotify2 clone.