|
|
| 6 |
- revise and check in RELEASE_NOTES |
6 |
- revise and check in RELEASE_NOTES |
| 7 |
- DO NOT change VERSION at this time |
7 |
- DO NOT change VERSION at this time |
| 8 |
- confirm that Doxygen builds cleanly and without warnings |
8 |
- confirm that Doxygen builds cleanly and without warnings |
| 9 |
(./waf check; ./waf --doxygen), and check in any necessary changes |
9 |
(./waf --check; ./waf --doxygen), and check in any necessary changes |
| 10 |
- ensure no regressions (./waf --regression) |
10 |
- ensure no regressions (./waf --regression) |
| 11 |
3. ./waf configure; ./waf dist |
11 |
3. ./waf configure; ./waf dist |
| 12 |
- this will create an ns-3-dev.tar.bz2 tarball |
12 |
- this will create an ns-3-dev.tar.bz2 tarball |
| 13 |
- this will also create a ns-3-dev-ref-traces.tar.bz2 tarball |
13 |
- this will also create a ns-3-dev-ref-traces.tar.bz2 tarball |
| 14 |
4. test dev tarball on release platforms (waf check and maybe some other |
14 |
4. test dev tarball on release platforms (waf --check and maybe some other |
| 15 |
scripts) |
15 |
scripts) |
| 16 |
5. once you are happy with the tarball, tag ns-3-dev and ns-3-dev-ref-traces |
16 |
5. once you are happy with the tarball, tag ns-3-dev and ns-3-dev-ref-traces |
| 17 |
- hg tag "ns-3.x" |
17 |
- hg tag "ns-3.x" |