Ns-3.36 errata

From Nsnam
Revision as of 20:22, 23 May 2022 by Tomh (Talk | contribs) (Adding files to scratch/ triggers a rebuild)

Jump to: navigation, search

On April 30, 2022, ns-3.36 was published. This page lists some issues that have been fixed in the mainline since that time. The maintainers may make an update to this release to cover some or all of these issues.

Note: some build system issues were fixed by ns-3.36.1 release (May 23, 2022). Please see the release page for more information about the ns-3.36.1 release, including a patch to upgrade to ns-3.36.1 from ns-3.36.


Adding files to scratch/ triggers a rebuild

Prior to ns-3.36, one could build ns-3 libraries, add a program to scratch/, and call `./waf build` and only that program would be built and linked. With ns-3.36, the same operation triggers a recompilation of the whole project.

This bug was fixed in changeset 98eaf7a7. This fix is part of ns-3.36.1.

Users can either update their code with that specific patch, or upgrade to ns-3.36.1 or ns-3-dev version.