ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/Changes
Revision: 1.9
Committed: Sat Sep 5 19:36:11 2015 UTC (8 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

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