ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/Changes
Revision: 1.14
Committed: Wed Jun 15 09:20:42 2016 UTC (7 years, 11 months ago) by root
Branch: MAIN
Changes since 1.13: +2 -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
6 - document proper order of on_failure arguments.
7
8 0.5 Sun Jun 12 03:48:14 CEST 2016
9 - more documentation, more error hooks.
10 - bugfixes.
11
12 0.4 Thu Dec 3 20:07:34 CET 2015
13 - semantic redesign, better request/response handling.
14 - implement test_dda request, with lots of heuristics.
15 - increase default timeout to two hours.
16 - MAJOR parsing performance improvements (can now parse FCP at
17 ~8.5MB/s instead of ~1.6MB/s on my box).
18 - internal cleanup.
19
20 0.3 Sat Jun 5 16:49:03 CEST 2010
21 - add a small example in the manpage and a bigger one in eg/.
22 - implement/support a progress callback for unsolicited
23 messages.
24
25 0.21 Tue Dec 1 14:49:30 CET 2009
26 - added missing dependency on common::sense.
27
28 0.2 Tue Jul 28 04:19:59 CEST 2009
29 - first release, brittle, undocumented, incomplete.
30
31 0.1 Thu May 1 17:23:16 CEST 2008
32 - original version, adapted from Net::FCP.