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

Comparing Net-FCP/Changes (file contents):
Revision 1.14 by root, Mon Sep 15 00:05:31 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 2
30.08 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
4 - added event model autodetection. 36 - added event model autodetection.
5 - event models supported: Coro, Event, Glib, Tk. 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.
6 42
70.07 Sun Sep 14 10:57:09 CEST 2003 430.07 Sun Sep 14 10:57:09 CEST 2003
8 - handle metadata that doesn't end in a newline. 44 - handle metadata that doesn't end in a newline.
9 - fixed txn names to be txn_* instead of *_txn, as per the docs. 45 - fixed txn names to be txn_* instead of *_txn, as per the docs.
10 - "fix" insert_private_key. 46 - "fix" insert_private_key.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines