ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-FCP/Changes
(Generate patch)

Comparing Net-FCP/Changes (file contents):
Revision 1.9 by root, Wed Sep 10 05:14:03 2003 UTC vs.
Revision 1.31 by root, Mon Nov 20 19:24:16 2006 UTC

1Revision history for Perl extension Net:FCP 1Revision history for Perl extension Net::FCP
2
3http://wiki.freenetproject.org/FreenetFCPSpec2Point0
4
5 - removed workaround for Tk, expecting a timely fix :)
6
71.0 Thu Dec 1 23:05:47 CET 2005
8 - use AnyEvent, remove own Event interface.
9 - work around the many bugs in Tk wrt. event handling.
10
110.8 Thu Mar 3 18:00:52 CET 2005
12 - use Array::Heap2, not Array::Heap.
13 - small fixes and improvements everywhere.
14 - change of contact address.
15
160.7 Tue May 18 15:44:46 CEST 2004
17 - major restructuring.
18 - handle key_collision just like successful insert,
19 but set the atribute key_collision on the returned
20 attributes.
21 - added Net::FCP::Metadata module, for further improvements
22 with metadata handling.
23 - added Net::FCP::Key::SSK.
24 - many documentation fixes/improvements.
25
260.6 Thu May 13 23:42:33 CEST 2004
27 - many bugfixes (most noteworthy: client_put works now).
28 - progress callback.
29 - added experimental Key::CHK.
30
310.5 Tue Sep 23 22:46:48 CEST 2003
32 - some more IT'S HEX, STUPID-type of fixes.
33 - restructured fmd. works perfect and fast for me now.
34
350.08 Tue Sep 16 09:01:05 CEST 2003
36 - added event model autodetection.
37 - event models supported: Coro, Event, Glib, Tk.
38 - added Net::FCP::Util.
39 - bugfixed the case when txn's sent data (when will I learn
40 to use HEX everywhere...)
41 - make fmd verify all blocks. or at least most blocks.
42
430.07 Sun Sep 14 10:57:09 CEST 2003
44 - handle metadata that doesn't end in a newline.
45 - fixed txn names to be txn_* instead of *_txn, as per the docs.
46 - "fix" insert_private_key.
47 - fix endless loop problem on ClientGet.
48 - many, many other small fixes.
49 - added bin/fmd, the not-yet-functional freenet mass downloader.
2 50
30.06 Wed Sep 10 07:13:41 CEST 2003 510.06 Wed Sep 10 07:13:41 CEST 2003
4 - various small bugfixes. 52 - various small bugfixes.
5 53
60.05 Wed Sep 10 07:06:54 CEST 2003 540.05 Wed Sep 10 07:06:54 CEST 2003

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines