ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-FCP/Changes
Revision: 1.36
Committed: Thu May 1 15:30:15 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-1_2, HEAD
Changes since 1.35: +3 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Net::FCP
2
3 1.2 Thu May 1 17:28:52 CEST 2008
4 - clarify protocol version.
5 - many small updates to fmd.
6
7 1.1 Sun Dec 23 16:39:38 CET 2007
8 - incompatible temporary filename change.
9 - removed workaround for Tk, expecting a timely fix :)
10 - made fmd use Coro::AIO for most I/O.
11 - converted fmd to EV.
12 - lots of minor changes.
13
14 1.0 Thu Dec 1 23:05:47 CET 2005
15 - use AnyEvent, remove own Event interface.
16 - work around the many bugs in Tk wrt. event handling.
17
18 0.8 Thu Mar 3 18:00:52 CET 2005
19 - use Array::Heap2, not Array::Heap.
20 - small fixes and improvements everywhere.
21 - change of contact address.
22
23 0.7 Tue May 18 15:44:46 CEST 2004
24 - major restructuring.
25 - handle key_collision just like successful insert,
26 but set the atribute key_collision on the returned
27 attributes.
28 - added Net::FCP::Metadata module, for further improvements
29 with metadata handling.
30 - added Net::FCP::Key::SSK.
31 - many documentation fixes/improvements.
32
33 0.6 Thu May 13 23:42:33 CEST 2004
34 - many bugfixes (most noteworthy: client_put works now).
35 - progress callback.
36 - added experimental Key::CHK.
37
38 0.5 Tue Sep 23 22:46:48 CEST 2003
39 - some more IT'S HEX, STUPID-type of fixes.
40 - restructured fmd. works perfect and fast for me now.
41
42 0.08 Tue Sep 16 09:01:05 CEST 2003
43 - added event model autodetection.
44 - event models supported: Coro, Event, Glib, Tk.
45 - added Net::FCP::Util.
46 - bugfixed the case when txn's sent data (when will I learn
47 to use HEX everywhere...)
48 - make fmd verify all blocks. or at least most blocks.
49
50 0.07 Sun Sep 14 10:57:09 CEST 2003
51 - handle metadata that doesn't end in a newline.
52 - fixed txn names to be txn_* instead of *_txn, as per the docs.
53 - "fix" insert_private_key.
54 - fix endless loop problem on ClientGet.
55 - many, many other small fixes.
56 - added bin/fmd, the not-yet-functional freenet mass downloader.
57
58 0.06 Wed Sep 10 07:13:41 CEST 2003
59 - various small bugfixes.
60
61 0.05 Wed Sep 10 07:06:54 CEST 2003
62 - err, file downloads actually return the right data now.
63 - implemented non-blocking request writing.
64 - event model now looks "final" for filehandles.
65
66 0.04 Tue Sep 9 08:12:59 CEST 2003
67 - pluggable event implementation. Just Event for now.
68
69 0.03 Mon Sep 8 03:46:41 CEST 2003
70 - more bugfixes, metadataparsing.
71 - I'm going to bed now. really.
72
73 0.02 Mon Sep 8 02:36:18 CEST 2003
74 - implemented client_get, and many much-needed
75 bugfixes.
76
77 0.01 Sun Sep 7 21:40:05 CEST 2003
78 - original version; cp -rvp Crypt-Twofish2
79