From 41cc7abc1e94eecdb9b1a61f7971236fdd335ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Sat, 6 Apr 2013 15:05:18 +0200 Subject: [PATCH] Update release notes about Waf and create-module.py changes --- RELEASE_NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 937a15f66..3e7d1e9c6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -25,6 +25,10 @@ New user-visible features - ns-3-click: it's now possible to (i) have Click pull random numbers from ns-3 and (ii) have ns-3 set "defines" in Click via the simulation file (see src/click/examples/nsclick-defines.cc). +- Waf shipped with ns-3 has been upgraded to version 1.7.10 and custom + pkg-config generator has been replaced by Waf's builtin tool. +- create-module.py script has been updated to work with waf 1.7 and support + for creating modules with names containing dashes has been added. Bugs fixed ----------