From b6a0e35db1b1de2899ebc87594d55645fd83733e Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 4 Aug 2008 14:43:53 -0700 Subject: [PATCH] Add CHANGES.html --- CHANGES.html | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 CHANGES.html diff --git a/CHANGES.html b/CHANGES.html new file mode 100644 index 000000000..32362296c --- /dev/null +++ b/CHANGES.html @@ -0,0 +1,164 @@ + + + + + ns-3 Change Log + + + +

+ns-3: API and model change history

+ +

+ns-3 is an evolving system and there will be API or behavioral changes +from time to time. Users who try to use scripts or models across +versions of ns-3 may encounter problems at compile time, run time, or +may see the simulation output change.

+

+We have adopted the development policy that we are going to try to ease +the impact of these changes on users by documenting these changes in a +single place (this file), and not by providing a temporary or permanent +backward-compatibility software layer.

+

+The goal is that users who encounter a problem when trying to use older +code with newer code should be able to consult this file to find +guidance as to how to fix the problem. For instance, if a method name +or signature has changed, it should be stated what the new replacement +name is.

+

+Note that users who upgrade the simulator across versions, or who work +directly out of the development tree, may find that simulation output +changes even when the compilation doesn't break, such as when a +simulator default value is changed. Therefore, it is good practice for +_anyone_ using code across multiple ns-3 releases to consult this file, +as well as the RELEASE_NOTES, to understand what has changed over time. +

+

+This file is a best-effort approach to solving this issue; we will do +our best but can guarantee that there will be things that fall through +the cracks, unfortunately. If you, as a user, can suggest improvements +to this file based on your experience, please contribute a patch or drop +us a note on ns-developers mailing list.

+ +
+

changes from ns-3.1 to ns-3.2

+

new API in existing classes:

+ + + +

changes to existing API:

+ + + + + + + +

changed behavior:

+ + + + +