Gustavo's API warnings
authorTom Henderson <tomh@tomh.org>
Tue Jun 03 07:09:40 2008 -0700 (20 months ago)
changeset 3196539a710e5cf9
parent 3195 5ced3d1c1f2b
child 3197 362f1a144828
Gustavo's API warnings
RELEASE_NOTES
     1.1 --- a/RELEASE_NOTES	Mon Jun 02 21:21:26 2008 -0700
     1.2 +++ b/RELEASE_NOTES	Tue Jun 03 07:09:40 2008 -0700
     1.3 @@ -13,6 +13,16 @@
     1.4  - ARP cache now supports per-entry pending queues
     1.5  - lots of bugfixes and implementation and API cleanups
     1.6  
     1.7 +Warning: among API changes in this release, Application::Start and 
     1.8 +Application::Stop now interprets the time argument as a relative
     1.9 +instead of absolute simulation time, to align with how Simulator::Schedule
    1.10 +behaves.  Any code that calls these APIs in the middle of the simulation 
    1.11 +will need to be adapted.  
    1.12 +
    1.13 +The API of Simulator::StopAt (time) has also changed.  Now it is 
    1.14 +called Simulator::Stop (time), and takes a relative time, instead of 
    1.15 +absolute.
    1.16 +
    1.17  Release 3.0.12 (2008/04/07)
    1.18  ========================
    1.19      - Add Attribute support to the TypeId metadata system and add