ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/Changes
Revision: 1.10
Committed: Thu Dec 3 19:07:56 2015 UTC (8 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-0_4
Changes since 1.9: +5 -0 lines
Log Message:
0.4

File Contents

# Content
1 Revision history for AnyEvent-FCP
2
3 TODO: docs, examples, more requests
4 TODO: rethink API
5 TODO: eof detection
6
7 0.4 Thu Dec 3 20:07:34 CET 2015
8 - semantic redesign, better request/response handling.
9 - implement test_dda request, with lots of heuristics.
10 - increase default timeout to two hours.
11 - MAJOR parsing performance improvements (can now parse FCP at
12 ~8.5MB/s instead of ~1.6MB/s on my box).
13 - internal cleanup.
14
15 0.3 Sat Jun 5 16:49:03 CEST 2010
16 - add a small example in the manpage and a bigger one in eg/.
17 - implement/support a progress callback for unsolicited
18 messages.
19
20 0.21 Tue Dec 1 14:49:30 CET 2009
21 - added missing dependency on common::sense.
22
23 0.2 Tue Jul 28 04:19:59 CEST 2009
24 - first release, brittle, undocumented, incomplete.
25
26 0.1 Thu May 1 17:23:16 CEST 2008
27 - original version, adapted from Net::FCP.