root / branches / multithread / TODO

Revision 11, 3.4 kB (checked in by jordi, 2 years ago)

iso-8859-1 to utf, bug solved-> NetworkImpl?.java:272:boots.add(toJoin.getLocalHandle());

Line 
1PlanetSim Releases
2--------------------
3
4Oncomming Release...
5----------------------------------
6  - 09/05/2007: Converted from iso-8859-1 to utf all necessary files
7  - Some minor bugs fixed
8
920th July 2005: 3.0 Candidate : Renewed simulator
10----------------------------------
11  - New structure of the simulator kernel:
12    - Includes all factories as in the last versions.
13    - Added the behaviours in the internal simulator kernel structure.
14    - Added the ability to get different outputs following some results type (by default, GML and Pajek).
15  - Added a Trivial P2P to show how works an overlay very simple.
16  - Fixed any other minors bugs.
17 
18NOTE: This version is incompatible with the rest. We recommend to update to this last version.
19
20
21
2210th May 2005: 2.0.4 Alpha : Symphony bugfixes
23----------------------------------
24  - Optimization in planet.chord.ChordNode.FindPredListener: the internal Hashtable has been replaced for three attributes. The ChordNode has been updated too.
25  - Fixed bug on the SymphonyNode.process(int) method, that not processes all permited incoming messages in certain cases.
26  - Fixed bug on the certain behaviours of Symphony (planet.symphony.behaviours): it don't update the SymphonyNode.stabilized flag
27    and don't decrement the counter of delivered application data message.
28
2918th April 2005: 2.0.3 Alpha : SymphonyId bugfix
30----------------------------------
31  - Fixed bug on the SymphonyId(String, String) constructor: It always returned 0.0 for any key.
32
3311th April 2005: 2.0.2 Alpha : NetworkImpl bugfix
34----------------------------------
35  - Fixed bug on the NetworkImpl on joinNodes(int) method, to ensure a randomized selection of bootstrap nodes.
36  - Fixed bug on the behaviours properties for Symphony (conf/Behaviours.properties), to set the DataBehaviour
37    for LOCAL and REMOTE application level RouteMessages, and RoutingBehaviour for the other REMOTE cases.
38     
39
408th April 2005: 2.0.1 Alpha : SymphonyId bugfix
41----------------------------------
42  - Fixed bug for key building using the SymphonyId implementation. Modified the SymphonyId(byte[]).
43  - Fixed bug on the implementation of the planet.symphony.behaviours.DataBehaviour
44  - Fixed bug on the application of this DataBehaviour, specified in conf/Behaviours.properties
45  - Remain: Guarantee not route an application level message, when the DataBehaviour, after invoking
46    the application.forward(RouteMessage) returns false.
47
486th April 2005: 2.0 Alpha : Behaviours and GML output
49----------------------------------
50  - New manner to implement the overlay nodes: the behaviours. Has been added new
51    elements in the framework to work with behaviours. Each of these offers the
52    control of a part of the overlay protocol.
53  - Permits build a GML output for the build network to view into YED (included into
54    this distribution).
55  - Added new upcalls and downcalls between the application and overlay layer.
56  - The Symphony implementation has been replaced with another one based on behaviours,
57  - Remain: Guarantee the same efficiency and speedup found in the earlier release.
58
59
601.0 : The begining of the PlanetSim
61----------------------------------
62  - Framework for overlay simulation
63  - Chord and Symphony implementation
64  - Optimized simulator:
65     - 8,5 sec and 2515 steps for network stabilization of 1000 Chord nodes.
66     - 2,1 sec and 2149 steps for network stabilization of 1000 Symphony nodes.
Note: See TracBrowser for help on using the browser.