10 - generate doxygen documentation for all attributes and trace sources |
10 - generate doxygen documentation for all attributes and trace sources |
11 - add ConfigStore and GtkConfigStore to contrib module |
11 - add ConfigStore and GtkConfigStore to contrib module |
12 - socket API now support tx and rx buffers: implemented for UDP and TCP |
12 - socket API now support tx and rx buffers: implemented for UDP and TCP |
13 - ARP cache now supports per-entry pending queues |
13 - ARP cache now supports per-entry pending queues |
14 - lots of bugfixes and implementation and API cleanups |
14 - lots of bugfixes and implementation and API cleanups |
|
15 |
|
16 Warning: among API changes in this release, Application::Start and |
|
17 Application::Stop now interprets the time argument as a relative |
|
18 instead of absolute simulation time, to align with how Simulator::Schedule |
|
19 behaves. Any code that calls these APIs in the middle of the simulation |
|
20 will need to be adapted. |
|
21 |
|
22 The API of Simulator::StopAt (time) has also changed. Now it is |
|
23 called Simulator::Stop (time), and takes a relative time, instead of |
|
24 absolute. |
15 |
25 |
16 Release 3.0.12 (2008/04/07) |
26 Release 3.0.12 (2008/04/07) |
17 ======================== |
27 ======================== |
18 - Add Attribute support to the TypeId metadata system and add |
28 - Add Attribute support to the TypeId metadata system and add |
19 attribute support to all in-tree models |
29 attribute support to all in-tree models |