update CHANGES.html and RELEASE_NOTES
authorTom Henderson <tomh@tomh.org>
Fri, 09 Aug 2013 04:35:13 -0700
changeset 10119 8d243058531d
parent 10118 848770c90669
child 10120 177ccb85f714
update CHANGES.html and RELEASE_NOTES
CHANGES.html
RELEASE_NOTES
--- a/CHANGES.html	Thu Aug 08 06:40:41 2013 -0700
+++ b/CHANGES.html	Fri Aug 09 04:35:13 2013 -0700
@@ -55,6 +55,11 @@
 
 <h2>New API:</h2>
 <ul>
+  <li>Data collection components have been added in the src/stats module.
+      Data collection includes a Probe class that attaches to ns-3 trace
+      sources to filter their output, and two Aggregator classes for 
+      marshaling probed data into text files or gnuplot plots.  The ns-3
+      tutorial has been extended to illustrate basic functionality. </li>
   <li>Time attributes can now be bounded.  See attribute-test-suite.cc
       for an example.</li>
   <li>New generic hash function interface.  Two hash functions are provided:
--- a/RELEASE_NOTES	Thu Aug 08 06:40:41 2013 -0700
+++ b/RELEASE_NOTES	Fri Aug 09 04:35:13 2013 -0700
@@ -23,7 +23,9 @@
 -------------------------
 - Time attributes can now be bounded.  See attribute-test-suite.cc for an
   example.
-- IPv6 addrss class 2001:db8::/32 is now dropped by routers (RFC 3849).
+- Data collection components have been added to the stats module.  These
+  components can be used to generate time series data in files and plots.
+- IPv6 address class 2001:db8::/32 is now dropped by routers (RFC 3849).
 - New generic hash function interface.  Two hash functions are provided:
   murmur3 (default), and the venerable FNV1a.  See the Hash Functions
   section in the Manual.