RELEASE_NOTES
changeset 3196 539a710e5cf9
parent 3194 79dba133b5f8
child 3279 61d5b66cdb25
equal deleted inserted replaced
3195:5ced3d1c1f2b 3196:539a710e5cf9
    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