Rev 51 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
51 | luk | 1 | 0.2.2 2006-10-29 |
2 | * based on inotify-cxx 0.5.0 |
||
3 | * 'uncleaned children' bug has been fixed (#0000095) |
||
4 | * memory leak (child process arguments) has been fixed (#0000096) |
||
5 | |||
6 | |||
49 | luk | 7 | 0.2.1 2006-10-14 |
8 | * based on inotify-cxx 0.4.1 (it should also fix crashing as described in #0000085) |
||
9 | * build failure (due to missing 'useradd -M') on some distributions has been fixed |
||
10 | (#0000094) |
||
11 | * tarball structure has been fixed (#0000089) |
||
12 | * documentation slightly improved |
||
13 | |||
14 | |||
47 | luk | 15 | 0.2.0 2006-10-04 |
16 | * based on inotify-cxx 0.3.1 |
||
17 | * better signal handling (no "dirty" wait() in a handler) |
||
18 | * loop avoidance can be used |
||
19 | * more documentation in the code |
||
20 | |||
21 | |||
45 | luk | 22 | 0.1.0 2006-09-15 |
47 | luk | 23 | * first alpha version |