RELEASE_NOTES
changeset 9189 b6e9f47c260b
parent 9178 b9ba20a7a5ab
child 9201 64885f1a6c77
--- a/RELEASE_NOTES	Wed Dec 12 10:23:05 2012 -0800
+++ b/RELEASE_NOTES	Wed Dec 12 19:52:06 2012 +0100
@@ -21,8 +21,13 @@
 
 New user-visible features
 -------------------------
--Support several new LTE MAC schedulers developed in GSoC 2012 project. Those schedulers include FD-MT, TD-MT, TTA, FD-BET, TD-BET, FD-TBFQ, TD-TBFQ, PSS. Here, FD and TD mean frequency domain and time domain respectively.
-
+- Support several new LTE MAC schedulers developed in GSoC 2012 project. 
+  Those schedulers include FD-MT, TD-MT, TTA, FD-BET, TD-BET, FD-TBFQ,
+  TD-TBFQ, PSS. Here, FD and TD mean frequency domain and time domain 
+  respectively.
+- It's now possible to use distcc when building ns-3 by using
+  $ CXX='distcc g++' ./waf configure
+  $ ./waf build
 
 Bugs fixed
 ----------