ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/Changes
Revision: 1.11
Committed: Sun Jun 12 01:32:37 2016 UTC (7 years, 11 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
*** empty log message ***

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