RELEASE_NOTES
author Mitch Watrous <watrous@u.washington.edu>
Thu, 26 Apr 2012 10:26:06 -0700
changeset 7866 5d044e7085b8
parent 7863 5a610391f3f1
child 7870 059b1b83e29b
permissions -rw-r--r--
Updated Release Notes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
421
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
     1
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
     2
		ns-3 RELEASE NOTES
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
     3
5496
8f82aaf62357 Point to CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 5476
diff changeset
     4
This file contains ns-3 release notes (most recent releases first).  
421
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
     5
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
     6
All of the ns-3 documentation is accessible from the ns-3 website: 
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
     7
http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
     8
5496
8f82aaf62357 Point to CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 5476
diff changeset
     9
Consult the file CHANGES.html for more detailed information about changed
8f82aaf62357 Point to CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 5476
diff changeset
    10
API and behavior across ns-3 releases.
8f82aaf62357 Point to CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 5476
diff changeset
    11
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    12
Release 3-dev
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    13
==============
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    14
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    15
Availability
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    16
------------
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    17
This release is available from: 
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    18
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    19
Supported platforms
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    20
-------------------
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    21
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    22
New user-visible features
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    23
-------------------------
7717
cfa1741013dd Add support for IPv6 transport protocols
Ken Renard <kdrenard2@gmail.com>
parents: 7701
diff changeset
    24
- Dual-stacked IPv6 sockets are implemented. An IPv6 socket can accept an IPv4 
cfa1741013dd Add support for IPv6 transport protocols
Ken Renard <kdrenard2@gmail.com>
parents: 7701
diff changeset
    25
  connection, returning the senders address as an IPv4-mapped address 
cfa1741013dd Add support for IPv6 transport protocols
Ken Renard <kdrenard2@gmail.com>
parents: 7701
diff changeset
    26
  (IPV6_V6ONLY socket option is not implemented).
7791
21c3495394b4 Enhancement 1393 - IPv6 Routing Helper RT Print functions
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7790
diff changeset
    27
- Ipv6RoutingHelper is now in-line with Ipv4RoutingHelper concerning the RT 
21c3495394b4 Enhancement 1393 - IPv6 Routing Helper RT Print functions
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7790
diff changeset
    28
  print functions. Various minor changes made in Ipv6RoutingProtocol and derived 
21c3495394b4 Enhancement 1393 - IPv6 Routing Helper RT Print functions
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7790
diff changeset
    29
  classes to make this possible.
7793
1c81a8a91b1e Add SendIcmpv6Redirect attribute to Ipv6L3Protocol
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7792
diff changeset
    30
- New "SendIcmpv6Redirect" attribute (and getter/setter functions) to 
1c81a8a91b1e Add SendIcmpv6Redirect attribute to Ipv6L3Protocol
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7792
diff changeset
    31
  Ipv6L3Protocol. The behavior is similar to Linux's conf "send_redirects",
1c81a8a91b1e Add SendIcmpv6Redirect attribute to Ipv6L3Protocol
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7792
diff changeset
    32
  i.e., enable/disable the ICMPv6 Redirect sending.
7847
411299d94e07 updated CHANGES.html and RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 7793
diff changeset
    33
- An antenna module is now included, which includes different
411299d94e07 updated CHANGES.html and RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 7793
diff changeset
    34
  radiation pattern models. See the corresponding new section of the
411299d94e07 updated CHANGES.html and RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 7793
diff changeset
    35
  ns-3 models library documentation for details. 
7791
21c3495394b4 Enhancement 1393 - IPv6 Routing Helper RT Print functions
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7790
diff changeset
    36
   
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    37
Bugs fixed
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    38
----------
7863
5a610391f3f1 Bug 1392 - Modules built report does not clarify C++ or Python
Mitch Watrous <watrous@u.washington.edu>
parents: 7847
diff changeset
    39
 - bug 1313 - Stddev (average.h) returning NaN
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    40
 - bug 1319 - Fix Ipv6RawSocketImpl Icmpv6 filter
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    41
 - bug 1318 - Asserts for IPv6 malformed packets
7863
5a610391f3f1 Bug 1392 - Modules built report does not clarify C++ or Python
Mitch Watrous <watrous@u.washington.edu>
parents: 7847
diff changeset
    42
 - bug 1339 - test.py uses the old name for the test runner
7701
c96a01de2973 Bug 1357 - IPv6 fragmentation fails due to checks about malformed extensions
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7698
diff changeset
    43
 - bug 1357 - IPv6 fragmentation fails due to checks about malformed extensions
7749
7458a10a17d1 Fix bug 1378 (UdpEchoClient::SetFill() does not set packet size correctly) (fix from [email protected])
Tom Henderson <tomh@tomh.org>
parents: 7717
diff changeset
    44
 - bug 1378 - UdpEchoClient::SetFill () does not set packet size correctly
7776
19174ba45009 Bug 1351 (1333) - RttEstimator class bugfix, documentation improvements and code cleanup
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7749
diff changeset
    45
 - bug 1351 and 1333 - TCP not able to take RTT samples on long delay network
7790
47d6d575412c Bug 1362 - ICMPv6 does not forward ICMPs to upper layers
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7776
diff changeset
    46
 - bug 1362 - ICMPv6 does not forward ICMPs to upper layers (and minor fixes to ICMPv6)
7866
5d044e7085b8 Updated Release Notes
Mitch Watrous <watrous@u.washington.edu>
parents: 7863
diff changeset
    47
 - bug 1391 - .ns3rc does not allow comments as expected
7863
5a610391f3f1 Bug 1392 - Modules built report does not clarify C++ or Python
Mitch Watrous <watrous@u.washington.edu>
parents: 7847
diff changeset
    48
 - bug 1392 - Modules built report does not clarify C++ or Python
7792
e3d19bee62e8 Bug 1395 - AODV DeferredRouteOutputTag missing constructor
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7791
diff changeset
    49
 - bug 1395 - AODV DeferredRouteOutputTag missing constructor
e3d19bee62e8 Bug 1395 - AODV DeferredRouteOutputTag missing constructor
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7791
diff changeset
    50
 
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    51
Known issues
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    52
------------
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    53
In general, known issues are tracked on the project tracker available
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    54
at http://www.nsnam.org/bugzilla/
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
    55
7505
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    56
Release 3.13
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    57
==============
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    58
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    59
Availability
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    60
------------
7652
170c47366532 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7651
diff changeset
    61
This release is available from: 
170c47366532 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7651
diff changeset
    62
http://www.nsnam.org/release/ns-allinone-3.13.tar.bz2
7505
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    63
7653
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    64
Supported platforms
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    65
-------------------
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    66
ns-3.13 has been tested on the following platforms.  Not all features are
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    67
available on all platforms; check the Installation page on the project wiki.
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    68
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    69
- Ubuntu 11.10 (32 bit) with g++-4.5.2
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    70
- Ubuntu 11.04 (32/64 bit) with g++-4.5.2 
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    71
- Ubuntu 10.04.3 LTS (64 bit) with g++-4.4.3, g++-3.4.6 
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    72
- OS X Lion with g++-4.2.1
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    73
- OS X Snow Leopard with g++-4.2.1 
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    74
- Fedora Core 16 (32/64 bit) with g++-4.6.2
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    75
  --  however, g++-3.4.6 fails on Fedora 16 i686 
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    76
- Fedora Core 14 (64 bit) with g++-4.5.1
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    77
- FreeBSD 9.0-RC1 (AMD64) with g++-4.2.1
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    78
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    79
New user-visible features
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    80
-------------------------
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    81
- IPv6 address generator with support for duplicate address detection
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
    82
7505
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    83
Bugs fixed
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
    84
----------
7637
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    85
 - bug 962 - list of paths to reach objects contains bogus entries
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    86
 - bug 1001 - Buffer::CopyData() doesn't return the number of bytes copied
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    87
 - bug 1010 - Uan model sleep patch
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    88
 - bug 1020 - Wrong usage of the originator sequence number in HWMP PREP
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    89
 - bug 1021 - Beacon collision avoidance in Mesh module works incorrectly
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    90
 - bug 1039 - Nagle's algorithm in TCP 
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    91
 - bug 1055 - Wrong UAN's Thorp absorption loss model formula
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    92
 - bug 1059 - Unable to load trace files created from SUMO and TraNS Lite
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    93
 - bug 1112 - Advance m_nextTxSequence upon retransmit after RTO 
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    94
 - bug 1137 - mpi module is hard-coded for openmpi
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    95
 - bug 1166 - IPV4 TCP failed to send a RST when connect arrives before listen
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    96
 - bug 1186 - Ipv4Header lacks DSCP and ECN
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    97
 - bug 1204 - Can't Parse Time +100000000.0ns
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    98
 - bug 1219 - Coding style of ns2-mobility-helper-test-suite.cc is fixed
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
    99
 - bug 1257 - waf install __init__ Python files even with --disable-python
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   100
 - bug 1263 - waf configure fails on FreeBSD 9.0-BETA2 amd64
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   101
 - bug 1266 - gdb cannot be loaded
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   102
 - bug 1227 - Spurious RTO due to low min RTO
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   103
 - bug 1229 - Multiplication overflow in WaypointMobilityModel::EndMobility
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   104
 - bug 1242 - m_lastRtt in tcp-socket-base.cc not implemented
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   105
 - bug 1256 - TCP unnecessary snd.nxt advance
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   106
 - bug 1265 - Make ns-3 directory "movable"
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   107
 - bug 1269 - sqlite3 not found on FreeBSD
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   108
 - bug 1270 - "Checking boost includes" weirdness
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   109
 - bug 1278 - Ipv4ClickRouting::HandleScheduleFromClick bug
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   110
 - bug 1281 - Checksum not calculated when doing IP fragmentation
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   111
 - bug 1285 - IPv6 Localhost is marked as GLOBAL instead of HOST
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   112
 - bug 1290 - buffer-test.cc gets a valgrind error
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   113
 - bug 1295 - Missing const qualifiers in TopologyRead 
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   114
 - bug 1299 - EnableAsciiIpv4All tracing doesn't show transmitted/recvd packets
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   115
 - bug 1300 - HalfDuplexIdealPhy notify SpectrumInterference of AbortRx 
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   116
 - bug 1301 - Ns2MobilityHelper causes Node GetPosition() to return NaN
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   117
 - bug 1305 - do not list modules built upon exiting waf shell
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   118
 - bug 1312: TopologyRead Assert condition fix
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   119
 - IPv4 packets double fragmentation was broken 
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   120
 - Fix wifi-clear-channel-cmu.cc example
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   121
 - NetAnim: fix for bcast packet reuse
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   122
 - Missing PropagationLossModel.CalcRxPower in Python bindings
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   123
 - Corrected compilation behavior in Ubuntu 11.10 due to ldd behavior change
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
   124
 - Added required PTHREAD dependency to RT library check.
7505
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
   125
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
   126
Known issues
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
   127
------------
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
   128
In general, known issues are tracked on the project tracker available
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
   129
at http://www.nsnam.org/bugzilla/
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
   130
7472
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   131
Release 3.12.1
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   132
==============
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   133
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   134
Availability
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   135
------------
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   136
This release is available from: 
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   137
http://www.nsnam.org/release/ns-allinone-3.12.1.tar.bz2
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   138
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   139
Bugs fixed
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   140
----------
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   141
This release fixes PyViz visualizer's python bindings; otherwise, it
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   142
is the same as the ns-3.12 release.
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
   143
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   144
Release 3.12
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   145
===========
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   146
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   147
Availability
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   148
------------
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   149
This release is available from: 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   150
http://www.nsnam.org/release/ns-allinone-3.12.tar.bz2
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   151
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   152
Supported platforms
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   153
-------------------
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   154
ns-3.12 has been tested on the following platforms.  Not all features are
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   155
available on all platforms; check the Installation page on the project wiki.
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   156
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   157
- Fedora Core 15 (32/64 bit) with g++-4.6.0 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   158
- Ubuntu 11.04 (32/64 bit) with g++-4.5.2 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   159
- OS X Lion with g++-4.2.1 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   160
- Fedora Core 14 (64 bit) with g++-4.3.4, g++-4.5.3, g++-4.4.6 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   161
- Fedora Core 12 (64 bit) with g++-4.4.4 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   162
- OS X Snow Leopard with g++-4.2.1 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   163
- Ubuntu 10.04.3 LTS (64 bit) with g++-4.4.3, g++-3.4.6 
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   164
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   165
New user-visible features
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   166
-------------------------
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   167
7343
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   168
- SpectrumChannel models now support the usage of single-frequency
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   169
  propagation loss models based on the PropagationLossModel
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   170
  class. These model can be used in conjunction with
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   171
  the frequency-dependent propagation loss model based on the
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   172
  SpectrumPropagationLossModel class already supported by
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   173
  SpectrumChannel. 
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   174
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   175
- Extend the attribute system extend the attribute system to store map
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   176
  container objects in addition to vector containers.  The ObjectMap
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   177
  and related classes are patterned after ObjectVector.
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   178
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   179
- Support for IPv4 fragmentation has been added.
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   180
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   181
- Significant performance improvement for AODV in dense mobile scenarios
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   182
  due to a fixed bug in RERR processing.
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   183
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   184
- WiFi traces that were named promiscuous are now renamed monitor, and
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   185
  a separate flag for setting the interface to promiscuous mode has been
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   186
  introduced.  This disambiguates monitor mode from promiscuous mode.
7343
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
   187
7456
19c9e2b33b4a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7447
diff changeset
   188
- Monolithic Python bindings have been removed
19c9e2b33b4a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7447
diff changeset
   189
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   190
Bugs fixed
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   191
----------
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   192
 - bug 845  - fix ConfigStore output for changing default values
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   193
 - bug 1010 - Uan model Sleep patch
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   194
 - bug 1033 - Mesh airtime-metric fixed
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   195
 - bug 1043 - lte-spectrum-value-helper.cc file swapped uplink/downlink freq.
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   196
 - bug 1050 - ISO C++ forbids variable length array; remove all instances
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   197
 - bug 1057 - LTE bearers differentiation issue
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   198
 - bug 1082 - Check that log component names are correct when taken from NS_LOG
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   199
 - bug 1100 - IPv6 fragmentation enhancements
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   200
 - bug 1102 - IPv4 header fragment offset field not set correctly
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   201
 - bug 1123 - class MinMaxAvgTotalCalculator does not implement all methods
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   202
 - bug 1134 - Fix LiIonEnergySource attribute spelling for InitialCellVoltage
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   203
 - bug 1139 - Broadcast packets issue in uan cw mac
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   204
 - bug 1141 - MeshWifiInterfaceMac adds supported modes to wrong remote station
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   205
 - bug 1163 - Ipv4EndPointDemux::AllocateEphemeralPort forget to increment port
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   206
 - bug 1164 - IPV4 TCP Bind already used port failed, but without setting errno
7456
19c9e2b33b4a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7447
diff changeset
   207
 - bug 1168 - BridgeNetDevice: default expiration time not realistic
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   208
 - bug 1174 - Ns-3 does not generate static libraries
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   209
 - bug 1175 - shared libraries are not versioned
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   210
 - bug 1193 - AODV Hello timers scheduling skewed when RREP, RREQ are processed
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   211
 - bug 1194 - AODV Incorrect RERR processing
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   212
 - bug 1201 - UDP sockets need to set connected state before notifying the ConnectionSucceeded callback
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   213
 - bug 1208 - Spectrum module example causing valgrind errors
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   214
 - bug 1209 - ns-3-click fails to build on Fedora 15 when tests are enabled
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   215
 - bug 1220 - FdReader always stops with NS_FATAL_ERROR
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   216
 - bug 1222 - Incomplete PointToPointNetDevice Python bindings
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   217
 - bug 1224 - ns-3-allinone fails to compile on OS X Lion
7456
19c9e2b33b4a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7447
diff changeset
   218
 - bug 1226 - Incomplete YansWifiChannel Python bindings
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   219
 - bug 1234 - GetAttributeChecker is not defined anymore but still used
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   220
 - bug 1239 - Add assertion that reference count never overflows
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   221
 - bug 1244 - Seg Faults in optimized builds due to missing Logging components
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   222
 - Fix ARP issue in nsclick-ip-router.click and static route in nsclick-routing-node2.click
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   223
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   224
Known issues
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   225
------------
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   226
In general, known issues are tracked on the project tracker available
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
   227
at http://www.nsnam.org/bugzilla/
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
   228
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   229
Release 3.11
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   230
===========
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   231
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   232
Availability
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   233
------------
7287
9843c12351cb update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7283
diff changeset
   234
This release is available from: 
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   235
http://www.nsnam.org/release/ns-allinone-3.11.tar.bz2
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   236
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   237
Supported platforms
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   238
-------------------
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   239
ns-3.11 has been tested on the following platforms.  Not all features are
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   240
available on all platforms; check the Installation page on the project wiki.
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   241
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   242
- Linux x86_64 Ubuntu 11.04
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   243
  - g++-4.5.2
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   244
- Linux i686 Ubuntu 11.04
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   245
  - g++-4.5.2, g++-4.4.5
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   246
- Linux x86_64 Fedora Core 15
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   247
  - g++-4.6.0
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   248
- Linux x86_64 Fedora Core 14
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   249
  - g++-4.5.3, g++-4.4.6, g++-4.3.4
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   250
- Linux x86_64 Fedora Core 10
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   251
  - g++-3.4.6, 4.0.4, 4.1.2, 4.2.4, 4.3.2, 4.4.0
7283
66cae5efc709 Add OS X to list of tested platforms
Tom Henderson <tomh@tomh.org>
parents: 7261
diff changeset
   252
- OS X Snow Leopard
66cae5efc709 Add OS X to list of tested platforms
Tom Henderson <tomh@tomh.org>
parents: 7261
diff changeset
   253
  - g++-4.2.1 
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   254
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   255
New user-visible features
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   256
-------------------------
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   257
7254
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   258
  - The build system has been modularized, and the source code reorganized,
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   259
    to allow for modular libraries instead of a single monolithic ns-3
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   260
    library.   User programs now link a number of smaller, per-module
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   261
    libraries depending on the dependencies expressed to the build system.  
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   262
    Source code is now being maintained in individual modules with
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   263
    consistent directory structures.
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   264
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   265
  - Python bindings have also been modularized, and the bindings are now
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   266
    generated into a 'ns' namespace instead of 'ns3' for the old
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   267
    (monolithic) bindings.  By default the bindings are now modular, with
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   268
    a backward compatibility layer for older programs.  
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   269
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   270
  - By default, example and test programs are disabled from the build.
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   271
    Users can enable them via the use of a waf command at configure time,
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   272
    or automatically through the use of a new .ns3rc file.
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   273
7059
b971a123c861 RELEASE_NOTES, CHANGES.html
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7030
diff changeset
   274
  - int64x64_t is a new type which allows portable and easy to write arithmetic
b971a123c861 RELEASE_NOTES, CHANGES.html
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7030
diff changeset
   275
    calculations that require a high degree of fractional precision.
b971a123c861 RELEASE_NOTES, CHANGES.html
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7030
diff changeset
   276
7254
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   277
  - An interface to the Click Modular Router and an Ipv4ClickRouting
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   278
    class has been added, to allow a node to use Click for external routing.
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   279
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   280
  - An interface to an OpenFlow software implementation distribution has
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   281
    been added to allow the simulation of OpenFlow switches in ns-3.
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   282
7254
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   283
  - ns-3 coding style requirements have been applied to the entire coding
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   284
    base, resulting in a large number of whitespace changes.  The coding 
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   285
    style has been automatically enforced by running a style checking 
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   286
    program (utils/check-style.py) that uses the uncrustify (v. 0.58)
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   287
    program to apply changes. 
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   288
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   289
  - Some documentation reorganization to split documentation between
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   290
    the ns-3 manual (primarily focusing on the ns-3 core) and a new 
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
   291
    "model library" document has been started.
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   292
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   293
Bugs fixed
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   294
----------
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   295
The following lists many of the bugs fixed or small feature additions
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   296
since ns-3.10, in many cases referencing the Bugzilla bug number.
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   297
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   298
   - bugfix: CsmaNetDevice ErrorModel not discarding packet
7095
43aa31575968 updated list of fixed bugs for ns-3.11
Nicola Baldo <nbaldo@cttc.es>
parents: 7060
diff changeset
   299
   - bugfix: do not call RouteOutput() twice 
43aa31575968 updated list of fixed bugs for ns-3.11
Nicola Baldo <nbaldo@cttc.es>
parents: 7060
diff changeset
   300
   - Workaround gccxml bug scanning Seconds(0) as default value 
43aa31575968 updated list of fixed bugs for ns-3.11
Nicola Baldo <nbaldo@cttc.es>
parents: 7060
diff changeset
   301
   - Copy a bug fix from ns3modulescan.py into ns3modulescan-modular.py 
43aa31575968 updated list of fixed bugs for ns-3.11
Nicola Baldo <nbaldo@cttc.es>
parents: 7060
diff changeset
   302
   - Modular Python bindings work (many bug fixes, more modules tested) 
43aa31575968 updated list of fixed bugs for ns-3.11
Nicola Baldo <nbaldo@cttc.es>
parents: 7060
diff changeset
   303
   - Modular bindings: bug fixes, more verbose scanning 
43aa31575968 updated list of fixed bugs for ns-3.11
Nicola Baldo <nbaldo@cttc.es>
parents: 7060
diff changeset
   304
   - ./waf --apiscan: fix bug in detection of whether the per-module
43aa31575968 updated list of fixed bugs for ns-3.11
Nicola Baldo <nbaldo@cttc.es>
parents: 7060
diff changeset
   305
   - Remove the 'Modules to build' debug print 
6786
17f9a64dd4f6 bugfix: CsmaNetDevice ErrorModel not discarding packet (reported by Rafal Mielniczuk)
Tom Henderson <tomh@tomh.org>
parents: 6783
diff changeset
   306
   - CsmaNetDevice ReceiveErrorModel was not dropping the packet
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   307
   - Several "set but not used" bugs for newer compilers quick-fixed
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   308
7060
f08a90113dd5 bugs fixed
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7059
diff changeset
   309
   - bug 445 - Is the class name Scalar in nstime.h appropriate?
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   310
   - bug 699 - TestCase::DoRun probably should not return a bool
7287
9843c12351cb update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7283
diff changeset
   311
   - bug 823 - Need finer-grained control over what goes into libns3
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   312
   - bug 957 - Issue with test.py
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   313
   - bug 1017 - node --> internet-stack --> node
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   314
   - bug 1018 - mobility --> helper --> mobility circular dependency
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   315
   - bug 1019 - common --> node --> common circular dependency
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   316
   - bug 1038 - Time::Get*Seconds () return signed integer while actually returning unsigned.
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   317
   - bug 1040 - Olsr and multiple interfaces
7159
009cd4e1b486 bug 1042: AODV RERR implosion (missing RERR_RATELIMIT)
Elena Buchatskaya <sunnmy@iitp.ru>
parents: 7158
diff changeset
   318
   - bug 1042 - AODV RERR implosion (missing RERR_RATELIMIT) 
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   319
   - bug 1044 - Seconds (1e-9) creates Time that is not IsPositive ()
7161
7cc4506fb853 bug 1047: Multicast routes on nodes with >16 interfaces
Ken Renard <kenneth.renard@arl.army.mil>
parents: 7160
diff changeset
   320
   - bug 1047 - Multicast routes on nodes with >16 interfaces
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   321
   - bug 1048 - suggested MatrixPropagationLossModel::SetLoss() API change
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   322
   - bug 1049 - Issues with OLSR HNA messages sent by multiple gateways
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   323
   - bug 1052 - olsr::RoutingProtocol::LinkTupleUpdated incorrect detection of asymetric link with multiple interface nodes
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   324
   - bug 1054 - ipv6 InternetStackHelper EnablePcapIpv6All() broken
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   325
   - bug 1056 - CSMA: padding not handled correctly for LLC encapsulation
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   326
   - bug 1058 - InternetStackHelper pitfall: calling Install before adding routing protocols
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   327
   - bug 1060 - Setting NqStaWifiMac Active Probing true, crashes simulation
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   328
   - bug 1061 - Title level inconsistent in click.rst
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   329
   - bug 1062 - rescale-pdf not working
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   330
   - bug 1064 - Correct Friis propagation loss equation in spectrum module
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   331
   - bug 1066 - Set Radiotap modulation type flags correctly
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   332
   - bug 1069 - ApWifiMac unduly calls RegularWifiMac::Receive and crashes
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   333
   - bug 1070 - csma/ipv6 examples duplicate NS_LOG_COMPONENT_DEFINE
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   334
   - bug 1072 - crash upon call to Packet::AddAtEnd of fragmented packets 
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   335
   - bug 1075 - Python examples fail when static built is enabled
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   336
   - bug 1076 - Waf gives an error if you enable only a single module
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   337
   - bug 1078 - PacketTagList::Add performs NS_ASSERT counting one byte too few
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   338
   - bug 1079 - MPI code doesn't compile
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   339
   - bug 1081 - wutils.py refers to the old directory for visualizer module
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   340
   - bug 1083 - scratch doesn't work when only some modules are enabled
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   341
   - bug 1085 - Build failed: list index out of range
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   342
   - bug 1086 - sanity check for not calling Object::Dispose () twice
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   343
   - bug 1087 - Call MPI_Finalize to exit MPI environment
7201
61140caa6f71 Update bug fixed list
Mitch Watrous <watrous@u.washington.edu>
parents: 7161
diff changeset
   344
   - bug 1088 - Code in scratch directory assumes all modules are enabled
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   345
   - bug 1089 - lwip build issue
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   346
   - bug 1090 - WifiMacQueue is not accessible through the attribute path
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   347
   - bug 1092 - Problem building FreeBSD stack with g++ 4.5.2 (Ubuntu)
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   348
   - bug 1094 - Object::GetObject upon dlopen 
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   349
   - bug 1097 - AODV routing entry set to be VALID mistakenly.
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   350
   - bug 1098 - when to show users which modules are enabled?
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   351
   - bug 1101 - Sqlite stats disappeared from configuration file src/wscript
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   352
   - bug 1103 - Useless assignment in omnet-data-output.cc
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   353
   - bug 1105 - Move topology helpers into separate per-device modules
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   354
   - bug 1106 - Remove "CanvasLocation" dependencies in p2p helpers
7201
61140caa6f71 Update bug fixed list
Mitch Watrous <watrous@u.washington.edu>
parents: 7161
diff changeset
   355
   - bug 1108 - test.py -e option needs repair
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   356
   - bug 1110 - Sort alphabetically and display "Modules built" in columns
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   357
   - bug 1117 - bindings failures on selected platforms
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   358
   - bug 1122 - spectrum-value test should check tolerance on a per-value basis
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   359
   - bug 1125 - ./waf --enable-modules fails
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   360
   - bug 1131 - Bug in Ipv4L3Protocol::RemoveAddress()
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   361
   - bug 1133 - DSDV: Possible bug in settling time calc
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
   362
   - bug 1142 - Wrong 802.11p Slot time
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
   363
   - bug 1146 - help string for test.py with disabled tests
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   364
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   365
Known issues
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   366
------------
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   367
In general, known issues are tracked on the project tracker available
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   368
at http://www.nsnam.org/bugzilla/
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   369
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   370
Release 3.10
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   371
===========
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   372
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   373
Availability
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   374
------------
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
   375
This release is available from: 
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   376
http://www.nsnam.org/release/ns-allinone-3.10.tar.bz2
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   377
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   378
Supported platforms
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   379
-------------------
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   380
ns-3.10 has been tested on the following platforms.  Not all features are
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   381
available on all platforms; check the Installation page on the project wiki.
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   382
6748
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   383
- Linux i686 Ubuntu 10.10
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   384
  - g++-4.4.5
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   385
- Linux x86_64 Ubuntu 8.04.4
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   386
  - g++-3.4.6, g++-4.2.4
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   387
- Linux x86_64 Fedora Core 12
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   388
  - g++-4.4.4
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   389
- Linux x86_64 Fedora Core 10
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   390
  - g++-3.4.6, 4.0.4, 4.1.2, 4.2.4, 4.3.4, 4.4.0
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   391
- OS X Snow Leopard
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   392
  - g++-4.2.1 
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   393
- OS X powerpc Leopard 
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   394
  - g++-4.0, g++-4.2
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   395
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   396
New user-visible features
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   397
-------------------------
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   398
6678
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   399
   - NS-3 PyViz, a live simulation visualizer, has been added.  The 
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   400
     visualizer interacts with a running simulation, such that it uses no
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   401
     trace files. It can be most useful for debugging purposes, i.e. to
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   402
     figure out if mobility models are what you expect, where packets are
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   403
     being dropped, etc. There is also a builtin interactive python console
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   404
     that can be used to debug the state of the running objects. Although
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   405
     it is mostly written in Python, it works both with Python and pure C++
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   406
     simulations.
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
   407
6673
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   408
   - Wi-Fi MAC high classes have been reorganised in attempt to
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   409
     consolidate shared functionality into a single class. This new
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   410
     class is RegularWifiMac, and it derives from the abstract
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   411
     WifiMac, and is parent of AdhocWifiMac, StaWifiMac, ApWifiMac,
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   412
     and MeshWifiInterfaceMac. The QoS and non-QoS class variants are
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   413
     no longer, with a RegularWifiMac attribute "QosSupported"
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   414
     allowing selection between these two modes of
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   415
     operation.
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
   416
6601
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   417
   - Support for IEEE 802.11g (specifically, rates with Modulation
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   418
     Class ERP-OFDM) has been added to the wifi module. The new
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   419
     WifiModes have names of the form ErpOfdmRatexxMbps, where xx is
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   420
     the rate in Mbps (one of 6, 9, 12, 18, 24, 36, 48, 54), and a
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   421
     WifiPhyStandard enumeration WIFI_PHY_STANDARD_80211g has been
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   422
     added to allow configuration of a Wi-Fi STA supporting ERP-OFDM,
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   423
     HR/DSSS, and DSSS rates (which some call an "802.11b/g" station).
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   424
6614
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   425
   - Two attributes were added to WaypointMobilityModel.  The first
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   426
     "LazyNotify" (default false), if enabled to true, will suppress
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   427
     course change notifications if there are no position updates.
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   428
     The second, "InitialPositionIsWaypoint" (default false), if enabled,
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   429
     will allow an initial call to SetPosition () (before any waypoints
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   430
     have been added) to be treated as the first waypoint.
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   431
6652
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   432
   - Regression testing is now completely performed within test.py
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   433
     rather than a separate "./waf --regression" that consults
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   434
     reference traces in the ns-3.x-ref-traces directory.  In most
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   435
     cases, the example programs whose traces were included in 
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   436
     ns-3.x-ref-traces have a corresponding test called from the
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   437
     test.py program.  It is still possible to write trace-based
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   438
     regression tests but they are now called from the test.py
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   439
     program.
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
   440
6690
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
   441
   - New BulkSendApplication sends data as fast as possible up to 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
   442
     MaxBytes or unlimited if MaxBytes is zero.  Think OnOff, but 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
   443
     without the "off" and without the variable data rate. This 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
   444
     application only works with SOCK_STREAM and SOCK_SEQPACKET 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
   445
     sockets, for example TCP sockets and not UDP sockets.
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
   446
6699
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
   447
   - Extensions to the energy models:  1) a new Rakhmatov Vrudhula 
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
   448
     non-linear battery model, 2) additional support for modeling 
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
   449
     energy consumption in WiFi devices, 3) an example for how to add 
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
   450
     energy models to a WiFi-based simulation (in examples/energy/ 
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
   451
     directory).
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
   452
6703
1204fcdb71c2 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6699
diff changeset
   453
   - New methods to print IPv4 routing tables to an output stream.
1204fcdb71c2 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6699
diff changeset
   454
6725
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   455
   - A replacement implementation for TCP for IPv4.  TcpSocketBase
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   456
     now replaces TcpSocketImpl.  There are subclasses defined for
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   457
     TCP Tahoe, Reno, NewReno, and the original RFC793 without
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   458
     congestion control.
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   459
6715
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
   460
   - Energy support for UAN module and Li-Ion energy model.
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
   461
     Now each network node can have an associated energy source
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
   462
     from which it consumes energy. The user can specify a custom
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
   463
     energy model for the underwater transducer, with default values
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
   464
     set for WHOI acoustic transducer. Li-Ion battery model added
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
   465
     into energy models folder.
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
   466
6717
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
   467
   - Destination-Sequenced Distance Vector (DSDV) routing protocol 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
   468
     is a proactive, table-driven routing protocol for MANETs 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
   469
     developed by Charles E. Perkins and Pravin Bhagwat in 1994. 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
   470
     This implementation is for IPv4 routing and was contributed 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
   471
     by ResilNets Research Group.
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
   472
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   473
   - A novel model to simulate LTE networks has been added.  It focuses 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   474
     mainly on modeling the E-UTRA part of the system, with a particular 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   475
     attention on the aspects related to the channel, PHY and MAC layers. 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   476
     The most important features available at this moment are (i) a basic 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   477
     implementation of both the UE and the eNB devices, (ii) RRC and 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   478
     entities for both the UE and the eNB, (iii) an Adaptive Modulation 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   479
     and Coding (AMC) scheme for the downlink, (iv) the management of the 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   480
     data radio bearers (with their QoS parameters), the MAC queues and 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   481
     the RLC instances, (v) Channel Quality Indicator (CQI) management, 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   482
     (vi) support for both uplink and downlik packet scheduling, 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   483
     (vii) a PHY layer model with Resource Block level granularity, and 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   484
     (viii) a channel model with the outdoor E-UTRAN propagation loss 
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   485
     model.
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   486
6760
9e4859305744 update release notes and CHANGES.html file
Tom Henderson <tomh@tomh.org>
parents: 6748
diff changeset
   487
   - Project documentation has been converted from GNU Texinfo to Sphinx. 
9e4859305744 update release notes and CHANGES.html file
Tom Henderson <tomh@tomh.org>
parents: 6748
diff changeset
   488
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   489
Bugs fixed
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   490
----------
6601
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   491
The following lists many of the bugs fixed or small feature additions
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   492
since ns-3.9, in many cases referencing the Bugzilla bug number
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   493
6725
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   494
   - bug 824 - TCP should implement FastRecovery by default
6601
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
   495
   - bug 852 - Add support for 802.11g devices
6614
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   496
   - bug 892 - WaypointMobilityModel incompatible with MobilityHelper::Install
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
   497
   - bug 893 - Lazy CourseChange notification for WaypointMobilityModel
6748
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   498
   - bug 903 - TapBridge does not shut down properly
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   499
   - bug 953 - WiMAX channel scanning overflow
6725
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   500
   - bug 967 - Need to decouple Ipv4L4Protocols from Ipv4L3Protocol
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   501
   - bug 978 - Consolidate Wi-Fi MAC high functionality
6604
81c69049bdab Bug 979: Update RELEASE_NOTES to indicate this is fixed
Dean Armstrong <deanarm@gmail.com>
parents: 6601
diff changeset
   502
   - bug 979 - Multi-octet fields in Wi-Fi headers have wrong endianness
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   503
   - bug 981 - use a cache to keep track of received MPDUs under block ack
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   504
   - bug 983 - handle correctly ADDBA response action frames in QadhocWifiMac
6662
04fb02cefe2a bug 984: change EmuNetDevice encapsulation default to DIX
Tom Henderson <tomh@tomh.org>
parents: 6661
diff changeset
   505
   - bug 984 - EmuNetDevice should use DIX encapsulation by default
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   506
   - bug 985 - WiMAX Invalid management message type on wimax-simple
6658
f322d66a8f94 added fixed wifi bugs to release notes for ns-3.10
Nicola Baldo <nbaldo@cttc.es>
parents: 6657
diff changeset
   507
   - bug 988 - MacRxMiddle::SequenceControlSmaller method
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   508
   - bug 990 - Error with an NS_ASSERT at uan-phy-gen.cc
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   509
   - bug 991 - InterferenceHelper assertion failure
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   510
   - bug 992 - Unusual (possibly incorrect assertion) in Packet::Deserialize
6658
f322d66a8f94 added fixed wifi bugs to release notes for ns-3.10
Nicola Baldo <nbaldo@cttc.es>
parents: 6657
diff changeset
   511
   - bug 993 - MinstrelWifiManager::UpdateStats useless if clause
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   512
   - bug 994 - PointToPointGridHelper useless if clauses
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   513
   - bug 995 - Useless (possibly incorrect) comparison of unsigned int
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   514
   - bug 1004 - module header not rebuilt
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   515
   - bug 1005 - GetSocket() methods for OnOffApplication and PacketSink
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   516
   - bug 1009 - decouple m_finSequence (TcpSocketImpl) from tx sequence numbers
6725
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
   517
   - bug 1012 - UAN Throp propagation model bug
6658
f322d66a8f94 added fixed wifi bugs to release notes for ns-3.10
Nicola Baldo <nbaldo@cttc.es>
parents: 6657
diff changeset
   518
   - bug 1015 - GetChannelFrequencyMhz() does not match with standard
6667
3e7336abae57 bug 1022: inappropriate ASSERT in tcp-socket-impl.cc
Tom Henderson <tomh@tomh.org>
parents: 6662
diff changeset
   519
   - bug 1022 - inappropriate ASSERT in tcp-socket-impl.cc
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   520
   - bug 1025 - wimax-ipv4 script exists with signal SIGSEGV when nbSS>20
6661
567a2a9fb792 Bug 1027 - RocketfuelTopologyReader is not working at all
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6658
diff changeset
   521
   - bug 1027 - RocketfuelTopologyReader is not working at all
6748
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
   522
   - bug 1029 - v4Ping application endian issues
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   523
   - bug 1030 - routing/aodv example fixed
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   524
   - bug 1031 - Wifi hidden terminal example does not work
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   525
   - bug 1032 - Unable to specify multiple Compiler/Linker flags
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   526
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   527
Known issues
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   528
------------
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   529
In general, known issues are tracked on the project tracker available
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
   530
at http://www.nsnam.org/bugzilla/
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
   531
6769
9e86794fe917 Document cygwin limitation in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6760
diff changeset
   532
Windows XP 32 bit Cygwin 1.7.7 does not seem to work because of a
9e86794fe917 Document cygwin limitation in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6760
diff changeset
   533
problem (reported elsewhere) in linking large libraries.
9e86794fe917 Document cygwin limitation in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6760
diff changeset
   534
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   535
Release 3.9
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   536
===========
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   537
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   538
Availability
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   539
------------
6586
8ddf25211f89 Final nits for 3.9 release
Tom Henderson <tomh@tomh.org>
parents: 6578
diff changeset
   540
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   541
http://www.nsnam.org/release/ns-allinone-3.9.tar.bz2
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   542
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   543
Supported platforms
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   544
-------------------
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   545
ns-3.9 has been tested on the following platforms:
6578
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   546
- Ubuntu 10.04 LTS 32/64-bit gcc-4.4.3
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   547
- Fedora Core 12 64-bit gcc-4.4.3
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   548
- Ubuntu 9.10 32-bit gcc-4.4.1
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   549
- Ubuntu 8.04 LTS 64-bit gcc-4.2.4
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   550
- Fedora Core 5 32-bit gcc-4.1.1
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   551
- Mac OS X Leopard powerpc gcc-4.0.1
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   552
- Windows Cygwin 1.7.5
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   553
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   554
Not all ns-3 options are available on all platforms; consult the
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   555
wiki for more information:
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   556
http://www.nsnam.org/wiki/index.php/Installation
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   557
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   558
New user-visible features
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   559
-------------------------
6360
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   560
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   561
   - A reorganisation of the construction of Wi-Fi transmit rates has
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   562
     been undertaken with the aim of simplifying the task of
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   563
     supporting further IEEE 802.11 PHYs. This work has been completed
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   564
     under the auspices of Bug 871. A consequence of this work is that
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   565
     WifiModes have a new (hopefully future-proof) naming, and
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   566
     simulations which specify rates by name will need updating. The
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   567
     list of new rate names is given in the error message produced
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   568
     when an attempt is made to use any invalid rate name (including
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   569
     those that were previously valid).
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
   570
6358
5205e0dde26a Add NistErrorRateModel for wifi
Gary Pei <guangyu.pei@boeing.com>
parents: 6335
diff changeset
   571
   - A new OFDM error rate model for WiFi (NistErrorRateModel); this model
5205e0dde26a Add NistErrorRateModel for wifi
Gary Pei <guangyu.pei@boeing.com>
parents: 6335
diff changeset
   572
     has been validated in clear-channel testbed tests.  For 802.11b, it
5205e0dde26a Add NistErrorRateModel for wifi
Gary Pei <guangyu.pei@boeing.com>
parents: 6335
diff changeset
   573
     uses the same underlying model as the YansErrorRateModel, but it differs
6459
d5cfe99001f0 Change default OFDM error rate model to NistErrorRateModel (issue 944)
Tom Henderson <tomh@tomh.org>
parents: 6444
diff changeset
   574
     from YansErrorRateModel for OFDM modes (802.11a/g).  The default
d5cfe99001f0 Change default OFDM error rate model to NistErrorRateModel (issue 944)
Tom Henderson <tomh@tomh.org>
parents: 6444
diff changeset
   575
     YansWifiPhyHelper has been changed to use this model.
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   576
6586
8ddf25211f89 Final nits for 3.9 release
Tom Henderson <tomh@tomh.org>
parents: 6578
diff changeset
   577
   - A new NS-2 mobility trace reader supports BonnMotion, SUMO, TraNS, 
6367
702cb83d0e1c RELEASE_NOTES updated
Martín Giachino <martin.giachino@gmail.com>
parents: 6360
diff changeset
   578
     etc. traces.
702cb83d0e1c RELEASE_NOTES updated
Martín Giachino <martin.giachino@gmail.com>
parents: 6360
diff changeset
   579
6429
5ee11b58989d Initial import of energy model
He Wu <mdzz@u.washington.edu>
parents: 6383
diff changeset
   580
   - An energy model for nodes and devices, including an energy source
5ee11b58989d Initial import of energy model
He Wu <mdzz@u.washington.edu>
parents: 6383
diff changeset
   581
     model and device energy models allowing energy-aware devices
5ee11b58989d Initial import of energy model
He Wu <mdzz@u.washington.edu>
parents: 6383
diff changeset
   582
     to notify the energy source about energy consumption.  
5ee11b58989d Initial import of energy model
He Wu <mdzz@u.washington.edu>
parents: 6383
diff changeset
   583
6529
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   584
   - Rocketfuel topology dataset support for existing topology reader
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   585
     Rocketfuel project: 
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   586
     http://www.cs.washington.edu/research/networking/rocketfuel/
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   587
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   588
   - Underwater Acoustic Network (UAN) model, split in to three parts, the 
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   589
     channel, PHY, and MAC models to enable researchers to model a variety 
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   590
     of underwater network scenarios.
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
   591
6657
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
   592
   - the Spectrum framework, which provides support for spectrum-aware
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
   593
     Channel and PHY layer modeling. It features a set of classes that
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
   594
     allows the mathematical representation of frequency dependent
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
   595
     phenomena. Some example channel, propagation and device
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
   596
     implementations that make use of this framework are also
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
   597
     included.  
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
   598
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   599
Bugs fixed
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   600
----------
6586
8ddf25211f89 Final nits for 3.9 release
Tom Henderson <tomh@tomh.org>
parents: 6578
diff changeset
   601
The following lists many of the bugs fixed or small feature additions 
8ddf25211f89 Final nits for 3.9 release
Tom Henderson <tomh@tomh.org>
parents: 6578
diff changeset
   602
since ns-3.8, in many cases referencing the Bugzilla bug number
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   603
6306
283c83f1f7be Update RELEASE_NOTES and CHANGES.html since ns-3.8
Tom Henderson <tomh@tomh.org>
parents: 6300
diff changeset
   604
   - IPv4 global routing code; stub networks were assumed to be /24
283c83f1f7be Update RELEASE_NOTES and CHANGES.html since ns-3.8
Tom Henderson <tomh@tomh.org>
parents: 6300
diff changeset
   605
     and added as /24 networks even if the mask is actually different
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   606
   - OLSR was generating messages on non-OLSR interfaces
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   607
   - ICMPv4 objects not properly registered; affected serialization code
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   608
   - bug 231 - SocketAddressTag needs to be removed from a packet before 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   609
               forwarding the packet to the user
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   610
   - bug 385 - Add a generic "sequence number" class
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   611
   - bug 473 - [PATCH] Alternative ns-2 trace reader
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   612
   - bug 665 - Need Tutorial Sectino on Config Path and Tracing Use
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   613
   - bug 671 - add packet-info-tag.cc for IP_PKTINFO/IPV6_PKTINFO
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   614
   - bug 702 - Global routing doesn't respond to interface events
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   615
   - bug 799 - Interference helper is too slow
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   616
   - bug 800 - Erroneous packet sender while using aloha or cw mac in uan module
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   617
   - bug 802 - Minstrel algorithm causes segmentation fault
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   618
   - bug 826 - Using uint64_t instead of Time in DcfManager
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   619
   - bug 828 - PacketSocket::Close does not unregister protocol handler
6306
283c83f1f7be Update RELEASE_NOTES and CHANGES.html since ns-3.8
Tom Henderson <tomh@tomh.org>
parents: 6300
diff changeset
   620
   - bug 842 - ns-3-dev crashes using block acks
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   621
   - bug 843 - Most wifi examples change BeaconInterval to unrealistic values
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   622
   - bug 844 - YansWifiPhy::GetPowerDbm off-by-one problem when calculating Tx 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   623
               power
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
   624
   - bug 846 - packet.cc triggers deprecated warning
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   625
   - bug 853 - Rates for Wi-Fi control responses are incorrectly selected
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   626
   - bug 854 - Support DROP_QUEUE reason-code in Ipv4FlowProbe
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   627
   - bug 858 - support MSG_PEEK in IPv4/IPv6 raw socket
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   628
   - bug 861 - Forwarding drops (due to no route found) were not being logged 
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   629
               in IPv4 or IPv6 ascii traces
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   630
   - bug 869 - suggested test framework enhancements
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   631
   - bug 871 - naming for WifiPhyStandard
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   632
   - bug 873 - Queue occupancy counter not decremented in WifiMacQueue::Remove()
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   633
   - bug 874 - wrong modulation type is selected in the forwardBurst method
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   634
   - bug 875 - "frame includes FCS" flag should be set in Radiotap frame header
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
   635
   - bug 879 - source address selection for AODV using DeferredRouteRequest
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   636
   - bug 881 - Reorganise to allow wider use of WifiInformationElement
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   637
   - bug 890 - several rate adaptation algorithms not tested by test.py
6322
d36455b47a34 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6319
diff changeset
   638
   - bug 900:  RawTextConfigLoad::Default does not load configurations
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   639
   - bug 901 - Optimize Mac48Address < != and ==
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   640
   - bug 902 - TCP: handle out-of-order packets during connection shutdown
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   641
   - bug 905 - WimaxNetDevice loses packet uid, tags, and memory optimization
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   642
   - bug 906 - NSC TCP socket fork did not copy txbuffersize over
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   643
   - bug 908 - test.py should exit if waf dies
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   644
   - bug 910 - Change Wi-Fi "AccessClass" to something closer to the standard
6536
2666c1d862ef [bug 911] Ipv4 multicast forwarding not going to all output interfaces in route
Ken Renard <kenneth.renard@arl.army.mil>
parents: 6529
diff changeset
   645
   - bug 911 - IPv4/v6 multicast forwarding not going to all output interfaces
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   646
   - bug 913 - Queue Enqueue/Drop trace sources behavior unintuitive
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   647
   - bug 916 - EnableAsciiAll ("prefix") does not work for YansWifiPhyHelper
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   648
   - bug 918 - samples/main-packet-header.cc is broken
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   649
   - bug 919 - minstrel does not pass valgrind tests
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   650
   - bug 921 - Inconsistent declaration of class/struct Object in object.h
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   651
   - bug 922 - Inconsistent declaration of class/struct in 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   652
               wifi-remote-station-manager.h
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   653
   - bug 923 - Inconsistent declaration of class/struct in mac-low.h
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   654
   - bug 924 - Inconsistent declaration of class/struct in <xxx>-wifi-managers 
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
   655
   - bug 925 - Various IPv6 cc files trigger deprecated warning
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   656
   - bug 926 - olsr handling of multicast packets 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   657
   - bug 927 - SimpleOfdmWimaxChannel RxPower computation
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
   658
   - bug 930 - examples/topology-read/topology-example-sim.cc uses variable 
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
   659
               length array
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   660
   - bug 931 - Abnormal exit reports SIGSEGV on failure
6335
069840de4fac update RELEASE_NOTES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6322
diff changeset
   661
   - bug 932 - Support IP_HDRINCL option for Ipv4RawSocket
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   662
   - bug 933 - Flushing ostream and files on abnormal program exit 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   663
               (ASSERT, ABORT and FATAL_ERROR)
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   664
   - bug 936 - Waf build error for python bindings on "AccessClass"
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   665
   - bug 937 - bugs in ns-3 wimax
6578
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   666
   - bug 939 - EmuNetDevice uses too much memory when reading packet bursts
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   667
   - bug 940 - AODV fails to set up a correct path
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   668
   - bug 941 - Wifi Dcf attributes not reachable through configuration namespace
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   669
   - bug 943 - Add a SO_BROADCAST socket option
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   670
   - bug 944 - change default ErrorRateModel from YansErrorRateModel to 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   671
               NistErrorRateModel
6374
787aef59db0b Bug 946 - Rocketfuel topology dataset support for topology reader
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6367
diff changeset
   672
   - bug 946 - Rocketfuel topology dataset support for topology reader
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   673
   - bug 949 - Node::NonPromiscReceiveFromDevice reports a meaningless 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   674
               destination address to user callbacks 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   675
   - bug 950 - PointToPointNetDevice says promisc support is not implemented 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   676
               but it is
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
   677
   - bug 955 - Install NSC for NS3 in a Itanium Architecture (ia64) with Linux 2.6.16.6
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   678
   - bug 956 - Bindings failure in core (traced-value) with older gcc
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   679
   - bug 958 - WiFi uses wrong default values for MTU, FragmentationThreshold 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   680
               and RtsCtsThreshold
6578
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
   681
   - bug 959 - Simulation never finishes when using RealtimeSimulatorImpl
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   682
   - bug 960 - V4Ping does not generate checksum
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   683
   - bug 961 - Problem with MPI activation 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   684
   - bug 964 - AODV does not work with host addressed interfaces
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   685
   - bug 965 - Problem building /src/core/callback.cc
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   686
   - bug 966 - AODV originates new RREQ on each packet, when doesn't have 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   687
               valid route
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   688
   - bug 969 - No SocketList is present in UdpL4Protocol class
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   689
   - bug 971 - fix AODV header Print functions 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
   690
   - bug 972 - [flow monitor] assertion fails in pv4-flow-probe.cc
6300
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   691
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   692
Known issues
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   693
------------
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
   694
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   695
Release 3.8
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   696
===========
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   697
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   698
Availability
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   699
------------
6286
d46e65c1595b fix release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6284
diff changeset
   700
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   701
http://www.nsnam.org/release/ns-allinone-3.8.tar.bz2
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   702
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   703
Supported platforms
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   704
-------------------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   705
ns-3.8 has been tested on the following platforms:
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   706
  - linux x86 gcc 4.4.0, 4.3.2, 4.2, 4.1.1, 4.1 and 3.4.6 (debug and optimized)
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   707
  - linux x86_64 gcc 4.4.0, 4.3.2, 4.2.4, 4.2.3, 4.2.1, 4.1.3, 3.4.6 (debug and optimized)
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   708
  - MacOS X ppc gcc 4.0.x and 4.2.x (debug and optimized)
6284
0ef062c0897e update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6282
diff changeset
   709
  - cygwin gcc 4.3.4 (debug and optimized)
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   710
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   711
Not all ns-3 options are available on all platforms; consult the
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   712
wiki for more information:
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   713
http://www.nsnam.org/wiki/index.php/Installation
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   714
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   715
New user-visible features
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   716
-------------------------
6111
0b22ae082153 Merge WiMAX module
Mohamed Amine Ismail <amine.ismail@sophia.inria.fr>
parents: 5933
diff changeset
   717
  a) WiMAX net device: Allow to simulated IEEE 802.16 point to multi-point based networks 
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   718
6113
0ce37bf4f1c1 Merge distributed simulation code
Josh Pelkey <jpelkey@gatech.edu>
parents: 6111
diff changeset
   719
  b) Distributed simulation for point-to-point networks using the Message 
0ce37bf4f1c1 Merge distributed simulation code
Josh Pelkey <jpelkey@gatech.edu>
parents: 6111
diff changeset
   720
     Passing Interface (MPI) standard.
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   721
    
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   722
  c) Matrix propagation loss model uses a two-dimensional matrix of path loss indexed 
6117
bf5e05fe051b Changes and release notes updated
Pavel Boyko <boyko@iitp.ru>
parents: 6113
diff changeset
   723
     by source and destination nodes.
bf5e05fe051b Changes and release notes updated
Pavel Boyko <boyko@iitp.ru>
parents: 6113
diff changeset
   724
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   725
  d) Topology read system: Allows quick and easy creation of large topologies by reading 
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   726
     Inet or Orbis files
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   727
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   728
  e) Gauss-Markov mobility model: Adds 3-d adaptation of Gauss-Markov mobility model which 
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   729
     has both memory and variability
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   730
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   731
  f) Steady-state random waypoint mobility model: Based on random waypoint mobility (RWM) model for case when 
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   732
     speed, pause and position are uniformly distributed random variables. However, initial values of these 
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   733
     parameters are not from uniform distribution but from stationary distribution of RWM model.
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   734
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   735
  g) Two-ray ground propagation loss model: Calculates the crossover distance under which Friis is used. 
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   736
     The antenna height is set to the nodes z coordinate, but can be added to using the model parameter 
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   737
     SetHeightAboveZ, which will affect ALL stations
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   738
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   739
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   740
API changes from ns-3.7
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   741
-----------------------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   742
API changes for this release are documented in the file CHANGES.html. 
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   743
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   744
Bugs fixed
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   745
----------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   746
The following lists many of the bugs that were fixed since ns-3.7, in
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   747
many cases referencing the Bugzilla bug number
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   748
   - bug 155 - std::ostream & os" parameters not Python friendly
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   749
   - bug 184 - GtkConfigStore do not support ConfigureDefault
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   750
   - bug 407 - OLSR is missing HNA support
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   751
   - bug 414 - No ReceiveErrorModel in SimpleNetDevice
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   752
   - bug 602 - WifiRemoteStation lacks information about the access class of outgoing packets
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   753
   - bug 622 - [PATCH] Friendly names for pcap traces
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   754
   - bug 683 - Helper methods for pcap tracing with explicit filenames
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   755
   - bug 706 - Backoff counting when starting NS.
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   756
   - bug 720 - TapBridge creation fails from a script outside the ns3 tree
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   757
   - bug 731 - Send function in point-to-point-net-device fails to check the return value of the Dequeue function
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   758
   - bug 747 - Listening TCP socket closes on RST
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   759
   - bug 748 - Cloned TCP socket uses wrong source address
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   760
   - bug 772 - AODV is unable to correctly buffer packets waiting for route reply
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   761
   - bug 777 - AODV ignores specified outgoing interface in RouteOutput()
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   762
   - bug 778 - OLSR ignores specified outgoing interface in RouteOutput()
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   763
   - bug 787 - Addition of Two Ray Ground model to propagation loss model and tests
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   764
   - bug 788 - OLSR_NEIGH_HOLD_TIME should be 3 times OLSR_REFRESH_INTERVAL 
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   765
   - bug 789 - [PATCH] Globalrouting externalroutes to use the new GetRootExitDirections()
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   766
   - bug 794 - Ipv4Mask constructor for "/yy"-notation is wrong
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   767
   - bug 796 - TCP bug in ns-3-dev branch : Crash detected during retesting of Chord on ns-3-dev branch
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   768
   - bug 797 - Enhancements to src/core/random-variable.cc/h
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   769
   - bug 801 - ns-3.7 and SVN not coexisting nicely
6276
3b7ec0d36079 update fixed bug list
Josh Pelkey <jpelkey@gatech.edu>
parents: 6258
diff changeset
   770
   - bug 802 - Minstrel algorithm causes segmentation fault
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   771
   - bug 804 - null-pointer references in 3.7 internet stack
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   772
   - bug 806 - TCP doesn't work over a CSMA link
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   773
   - bug 807 - ns2-mobility-helper.cc: node id parsed wrong
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   774
   - bug 809 - Missing Python binding for Ipv4GlobalRouting::GetRoute
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   775
   - bug 810 - In TCP, Socket::GetSockName() does not return the local socket address
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   776
   - bug 812 - Assert when getting socket in RecvReply for AODV
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   777
   - bug 813 - Nqos AP sends packet to non associated STA
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   778
   - bug 814 - Function logging causing assert in wireless examples
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   779
   - bug 815 - waf shell file descriptor leak
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   780
   - bug 816 - tap-creator deadlock when python bindings enabled
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   781
   - bug 817 - Pareto rng constructors using scale and shape instead of mean and shape
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   782
   - bug 818 - TCP Socket implementation does not set ACK flag on retransmits
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   783
   - bug 819 - Build break when gtk not installed
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   784
   - bug 820 - Bad things happen in test.py when logging is enabled
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   785
   - bug 821 - AODV asserts with function logging enabled
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   786
   - bug 822 - Move Mtu attribute from NetDevice base class to subclasses
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   787
   - bug 825 - UDP-Client-server's packet loss counter not properly reset
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   788
   - bug 828 - PacketSocket::Close does not unregister protocol handler
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   789
   - bug 829 - TCP unbound memory problem (pending data)
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   790
   - bug 833 - OnOffApplication with PacketSocket: sniffs all traffic
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   791
   - bug 834 - Incorrect signature of Ipv4FlowProbe::DropLogger
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   792
   - bug 835 - Unlimited receive queues in sockets == evil
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   793
   - bug 836 - Delay is incremented over time with BsUplinkSchedulerSimple and BsUplinkSchedulerRtps
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   794
   - bug 838 - ns-3 can't compile on MacOS with 32bit processor
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   795
   - bug 839 - TestSuite wimax-ss-mac-layer crashes on Darwin 9.8.0 Power Macintosh
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   796
   - bug 840 - BS scheduler does not support fragmentation for UGS flows
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   797
   - bug 841 - Multicast transmission breaks with QoS Wifi
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   798
   - bug 844 - YansWifiPhy::GetPowerDbm off-by-one problem when calculating Tx power
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   799
   - bug 847 - Segfaults on BaseStationNetDevice with OnOffApplication and rtPS sched
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   800
   - bug 849 - stray patch files in lwip directory
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
   801
   - bug 850 - Ipv4GlobalRouting::LookupGlobal bug
6276
3b7ec0d36079 update fixed bug list
Josh Pelkey <jpelkey@gatech.edu>
parents: 6258
diff changeset
   802
   - bug 855 - waf dies badly when switching from debug to optimized build or vice versa
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   803
   - bug 856 - initialize vbl
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   804
   - bug 857 - Link-Local Multicast handle in Ipv4 Output processing 
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   805
   - bug 859 - Output interface estimation for the source address bound socket in IPv4 Raw socket
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   806
   - bug 860 - waf sometimes dies while executing ns3header or gen_ns3_module_header tasks in case of 
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   807
               parallel jobs
6236
ac110d28c441 update AUTHORS, RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6207
diff changeset
   808
   - bug 862 - NotifyInterfaceUp() Adds network route even when netmask is /32
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   809
   - bug 863 - Wrong Scalar arithmetics
6171
c8eba37db847 update RELEASE_NOTES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6165
diff changeset
   810
   - bug 864 - Invalid return value in UdpSocketImpl::Send and Ipv4RawSocketImpl::Send
c8eba37db847 update RELEASE_NOTES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6165
diff changeset
   811
   - bug 865 - Ipv4RawSocketImpl::RecvFrom does not return from address all the time.
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   812
   - bug 866 - WiMAX mobility models not aggregated to Node
6236
ac110d28c441 update AUTHORS, RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6207
diff changeset
   813
   - bug 867 - Minor bug in Ipv4L3Protocol::Send()
6182
9e060dd421fa bug 868 - invalid packet size after Ipv4L3Protocol::Send
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6181
diff changeset
   814
   - bug 868 - invalid packet size after Ipv4L3Protocol::Send
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   815
   - bug 872 - ns3::PcapFileWrapper::Write explodes stack
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   816
   - bug 873 - Queue occupancy counter not decremented in WifiMacQueue::Remove()
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
   817
   - bug 876 - Tcp socket does not handle ShutdownRecv correctly
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   818
   - bug 877 - python bindings broken with multiple inheritance ?
6236
ac110d28c441 update AUTHORS, RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6207
diff changeset
   819
   - bug 880 - Node sending a packet to itself via 127.0.0.1 aborts
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
   820
   - bug 885 - Error in Ascii tracing in Python examples
6280
d588e7fe6cb0 update bug list for release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6276
diff changeset
   821
   - bug 888 - Writing ascii trace to addtional tests fails
6276
3b7ec0d36079 update fixed bug list
Josh Pelkey <jpelkey@gatech.edu>
parents: 6258
diff changeset
   822
   - bug 891 - WiMAX device helper does not include propagation loss model by default 
3b7ec0d36079 update fixed bug list
Josh Pelkey <jpelkey@gatech.edu>
parents: 6258
diff changeset
   823
   - bug 894 - ./waf --run error message upon segfault
6282
533be42b3c7f Bug 895 - SimpleOfdmWimaxPhy SNR computation
Tom Henderson <tomh@tomh.org>
parents: 6280
diff changeset
   824
   - bug 895 - SimpleOfdmWimaxPhy SNR computation
6280
d588e7fe6cb0 update bug list for release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6276
diff changeset
   825
   - bug 899 - EmuNetDevice::SetPromiscReceiveCallback not implemented
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   826
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   827
Known issues
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   828
------------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   829
ns-3 builds have been known to fail on the following platforms:
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   830
  - gcc 3.3 and earlier
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   831
  - optimized builds on gcc 3.4.4 and 3.4.5
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   832
  - optimized builds on linux x86 gcc 4.0.x
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   833
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
   834
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   835
Release 3.7
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   836
===========
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   837
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   838
Availability
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   839
------------
5926
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   840
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   841
http://www.nsnam.org/release/ns-allinone-3.7.tar.bz2
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   842
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   843
Supported platforms
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   844
-------------------
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   845
ns-3.7 has been tested on the following platforms:
5926
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   846
  - linux x86 gcc 4.4.0, 4.3.2, 4.2, 4.1.1, 4.1 and 3.4.6 (debug and optimized)
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   847
  - linux x86_64 gcc 4.4.0, 4.3.2, 4.2.4, 4.2.3, 4.2.1, 4.1.3, 3.4.6 (debug and optimized)
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   848
  - MacOS X ppc gcc 4.0.x and 4.2.x (debug and optimized)
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   849
  - cygwin gcc 3.4.4 (debug only), gcc 4.3.2 (debug and optimized)
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   850
5926
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   851
Unofficially supported platform
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   852
-------------------
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   853
- mingw gcc 3.4.5 (debug only)
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   854
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   855
Not all ns-3 options are available on all platforms; consult the
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   856
wiki for more information:
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   857
http://www.nsnam.org/wiki/index.php/Installation
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   858
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   859
New user-visible features
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   860
-------------------------
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   861
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   862
  a) Ad hoc On-Demand Distance Vector (AODV) routing model (RFC 3561)
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   863
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   864
  b) IPv6 extensions support to add IPv6 extensions and options.  Two 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   865
     examples (fragmentation and loose routing) are available.
5742
19c79550b371 CHANGES.html, AUTHORS and RELEASE_NOTES updated after AODV merge
Pavel Boyko <boyko@iitp.ru>
parents: 5527
diff changeset
   866
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   867
  c) NetAnim interface: Provides an interface to the Qt-based NetAnim 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   868
     animator, which supports static, point-to-point topology-based 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   869
     packet animations.
5776
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
   870
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   871
  d) New topology helpers have been introduced
5776
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
   872
     - PointToPointDumbbellHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
   873
     - PointToPointGridHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
   874
     - PointToPointStarHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
   875
     - CsmaStarHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
   876
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   877
  e) Equal-cost multipath for global routing: Enables quagga's equal 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   878
     cost multipath for Ipv4GlobalRouting, and adds an attribute that
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   879
     can enable it with random packet distribution policy across 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   880
     equal cost routes.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   881
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   882
  f) Binding sockets to devices:  A method analogous to a SO_BINDTODEVICE
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   883
     socket option has been introduced to class Socket
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   884
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   885
  g) Object::DoStart: Users who need to complete their object setup at 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   886
     the start of a simulation can override this virtual method, perform their 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   887
     adhoc setup, and then, must chain up to their parent.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   888
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   889
  h) Ipv4::IsDestinationAddress method added to support checks of whether a 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   890
     destination address should be accepted as one of the host's own 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   891
     addresses.  
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   892
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   893
  i) UniformDiscPositionAllocator added; distributes uniformly the nodes 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   894
     within a disc of given radius. 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   895
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   896
  j) ChannelNumber attribute added to YansWifiPhy. Now it is possible to 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   897
     setup wifi channel using WifiPhyHelper::Set() method.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   898
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   899
  k) WaypointMobilityModel provides a method to add mobility as a set of 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   900
     (time, position) pairs
5742
19c79550b371 CHANGES.html, AUTHORS and RELEASE_NOTES updated after AODV merge
Pavel Boyko <boyko@iitp.ru>
parents: 5527
diff changeset
   901
5926
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   902
  l) 802.11p WiFi standards 
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   903
  
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   904
  m) UDP Client/Server application
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   905
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   906
  n) Support transactions in the SQLite output interface, making it usable for larger amounts of data
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
   907
5742
19c79550b371 CHANGES.html, AUTHORS and RELEASE_NOTES updated after AODV merge
Pavel Boyko <boyko@iitp.ru>
parents: 5527
diff changeset
   908
API changes from ns-3.6
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   909
-----------------------
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   910
API changes for this release are documented in the file CHANGES.html. 
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   911
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   912
Bugs fixed
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   913
----------
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   914
The following lists many of the bugs that were fixed since ns-3.6, in
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   915
many cases referencing the Bugzilla bug number
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   916
   - bug 752: Object::DoStart is not executed for objects created at t > 0
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   917
   - bug 767:  Incorrect modulation for 802.11a modes
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   918
   - bug 725: wifi fragmentation and RTS cannot be used at the same time
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   919
   - bug 782: CreateTap () requires IP address in modes other than 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   920
     CONFIGURE_LOCAL.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   921
   - bug 769: Queue::GetTotalReceived{Bytes,Packets}() broken
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   922
   - bug 738 ReceiveErrorModel called too late
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   923
   - Fix NSC improper response to FIN
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   924
   - Fixed bug in serialization of PbbAddressBlock.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   925
   - Fix bug 780 (problem in RoutingTableComputation with asymetric links), 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   926
     while adding debugging methods to OLSR.  
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   927
   - bug 759: Ipv6 uses wrong outgoing interface.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   928
   - bug 770: IPv6 size calculation for unknown options is wrong.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   929
   - bug 771: Radvd does not set ttl value.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   930
   - Fix bug 606:  Arp depends on IP routing system
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   931
   - pad out CSMA payloads to 46 bytes if needed
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   932
   - Drop CSMA packets with CRC errors, rescan, dox tweaks
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   933
   - Add FCS capability to CSMA
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   934
   - Mesh:Dot11s: fixed airtime metric
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   935
   - Get emu working again:  Add Dix/Llc option, add and use contextual 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   936
     realtime schedule ops, don't refcount realtime simulator impl
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   937
   - bug 695 - DcfManager::UpdateBackoff () uses slow HighPrecision::Div()
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   938
   - bug 674 - EIFS is not handled correctly in DcfManager::GetAccessGrantStart
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   939
   - bug 739 -  OLSR: Strange HTime value in HELLO messages 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   940
   - bug 746 -  UDP source address is not set to bound address
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   941
   - bug 735 Update Olsr for local delivery
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   942
   - bug 740 OLSR MprCompute () works wrong: fixed
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   943
   - bug 729 Enable IPv6 over PPP.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   944
   - bug 645: fixes for opening stats file with OMNeT++
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   945
   - bug 689: default energy detection and CCA thresholds are changed to be 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   946
     more realistic.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   947
   - bug 733: OLSR MPR Computation give incorrect result
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   948
   - Mesh: HWMP: fixed proactive routes
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   949
   - Mesh: fixed FLAME PATH_UPDATE procedure, fixed mesh.cc 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   950
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   951
Known issues
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   952
------------
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
   953
ns-3 builds have been known to fail on the following platforms:
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   954
  - gcc 3.3 and earlier
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   955
  - optimized builds on gcc 3.4.4 and 3.4.5
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   956
  - optimized builds on linux x86 gcc 4.0.x
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   957
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
   958
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   959
Release 3.6
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   960
===========
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   961
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   962
Availability
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   963
------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   964
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
   965
http://www.nsnam.org/release/ns-allinone-3.6.tar.bz2
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   966
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   967
Supported platforms
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   968
-------------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   969
ns-3.6 has been tested on the following platforms:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   970
  - linux x86 gcc 4.4.1, 4.2, 4.1, and, 3.4.6.
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   971
  - linux x86_64 gcc 4.4.0, 4.3.2, 4.2.3, 4.2.1, 4.1.3, 3.4.6
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   972
  - MacOS X ppc and x86 (gcc 4.0.x and 4.2.x)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   973
  - cygwin gcc 3.4.4 (debug only), gcc 4.3.2 (debug and optimized)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   974
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   975
Not all ns-3 options are available on all platforms; consult the
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   976
wiki for more information:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   977
http://www.nsnam.org/wiki/index.php/Installation
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   978
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   979
New user-visible features
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   980
-------------------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   981
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   982
  a) 802.11 models:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   983
     - Add an implementation of the minstrel rate control algorithm 
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   984
       (Duy Nguyen for gsoc)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   985
     - AthstatsHelper: enables the wifi device to produce periodic 
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   986
       reports similar to the ones generated by madwifi's
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   987
       athstats tool (Nicola Baldo)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   988
     - 10MHz and 5MHz channel width supported by 802.11a model 
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   989
       (Ramon Bauza and Kirill Andreev)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   990
     - Channel switching support. YansWifiPhy can now switch among 
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   991
       different channels (Ramon Bauza and Pavel Boyko)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   992
  
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   993
  b) IPv6 models:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   994
    - IPv6 interface;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   995
    - IPv6 layer;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   996
    - IPv6 raw socket;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   997
    - Static IPv6 routing;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   998
    - ICMPv6 layer;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
   999
    - Some ICMPv6 error messages (destination unreachable, ...);
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1000
    - Neighbor Discovery Protocol (NS/NA, RS/RA, redirection);
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1001
    - Ping6 application (send Echo request);
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1002
    - Radvd application (send RA);
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1003
    - Examples (ping6, simple-routing-ping6, radvd, radvd-two-prefix,
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1004
      icmpv6-redirect).
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1005
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1006
  c) Wireless Mesh Networking models:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1007
    - General multi-interface mesh stack infrastructure (devices/mesh module).
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1008
    - IEEE 802.11s (Draft 3.0) model including Peering Management Protocol and HWMP.
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1009
    - Forwarding Layer for Meshing (FLAME) protocol.
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1010
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1011
  d) Nix-vector routing:  
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1012
    - Ipv4NixVectorHelper
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1013
    - Examples (nix-simple, nms-p2p-nix)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1014
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1015
  e) New Test Framework
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1016
    - Use test.py instead of ./waf check or ./waf --regression
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1017
    - Previous unit tests have been ported to new framework.
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1018
    - Examples are tested for run-ability.
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1019
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1020
  f) A new Flow Monitor module
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1021
   - To very easily measure flow metrics in a simulation
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1022
   - No need to use trace callbacks or parsing trace files
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1023
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1024
API changes from ns-3.5
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1025
-----------------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1026
API changes for this release are documented in the file CHANGES.html. 
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1027
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1028
Known issues
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1029
------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1030
ns-3.6 build is known to fail on the following platforms:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1031
  - gcc 3.3 and earlier
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1032
  - optimized builds on gcc 3.4.4 and 3.4.5
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1033
  - optimized builds on linux x86 gcc 4.0.x
4704
84b36a63dc23 stub release notes for 3.6
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4661
diff changeset
  1034
4412
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1035
Release 3.5
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1036
===========
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1037
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1038
Availability
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1039
------------
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1040
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1041
http://www.nsnam.org/release/ns-allinone-3.5.tar.bz2
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1042
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1043
Supported platforms
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1044
-------------------
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1045
ns-3.5 has been tested on the following platforms:
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1046
  - linux x86 gcc 4.2, 4.1, and, 3.4.6.
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1047
  - linux x86_64 gcc 4.4.0, 4.3.2, 4.2.3, 4.2.1, 4.1.3, 3.4.6
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1048
  - MacOS X ppc and x86 (gcc 4.0.x and 4.2.x)
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1049
  - cygwin gcc 3.4.4 (debug only), gcc 4.3.2 (debug and optimized)
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1050
  - mingw gcc 3.4.5 (debug only)
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1051
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1052
Not all ns-3 options are available on all platforms; consult the
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1053
wiki for more information:
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1054
http://www.nsnam.org/wiki/index.php/Installation
4412
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1055
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1056
New user-visible features
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1057
-------------------------
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1058
4471
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  1059
  a) 802.11 MAC:
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  1060
     - EDCA multi-qos-class support (Mirko Banchi)
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  1061
     - 802.11n initial support for A-MSDU frame aggregation (Mirko Banchi)
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  1062
     - aarf-cd and cara rate control algorithms (Federico Maguolo)
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  1063
  b) 802.11 PHY:
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  1064
     - 802.11b PHY support (Gary Pei)
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  1065
     - Nakagami propagation loss model (Timo Bingmann)
4492
3ebeb7bf3c15 added support for radiotap and prism headers
Nicola Baldo <nbaldo@cttc.es>
parents: 4475
diff changeset
  1066
     - radiotap and prism headers for PCAP output (Nicola Baldo)
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1067
  c) RandomVariable:
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1068
     - GammaVariable and ErlangVariable (Timo Bingmann)
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1069
     - ZipfVariable (Francesco Malandrino)
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1070
  d) UdpEcho: allows setting the payload of echo packets
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1071
  e) Ipv4/Ipv4RoutingProtocol: allow fine-grained control over
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1072
     routing policy and arbitrary composition of routing protocols
4412
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1073
 
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1074
API changes from ns-3.4
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1075
-----------------------
4475
a232dcbbe7a8 api changes and release notes for IPv4 routing rework
Tom Henderson <tomh@tomh.org>
parents: 4471
diff changeset
  1076
API changes for this release are documented in the file CHANGES.html.  The
a232dcbbe7a8 api changes and release notes for IPv4 routing rework
Tom Henderson <tomh@tomh.org>
parents: 4471
diff changeset
  1077
internal API and composition of the IPv4 stack underwent significant
a232dcbbe7a8 api changes and release notes for IPv4 routing rework
Tom Henderson <tomh@tomh.org>
parents: 4471
diff changeset
  1078
refactoring in this release cycle.
4412
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  1079
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1080
Known issues
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1081
------------
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1082
ns-3 build is known to fail on the following platforms:
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1083
  - gcc 3.3 and earlier
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1084
  - optimized builds on gcc 3.4.4 and 3.4.5
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1085
  - optimized builds on linux x86 gcc 4.0.x
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1086
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1087
Future releases
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1088
---------------
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1089
Our next release, which is expected to happen in 2 to 4 months from now, will
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1090
feature the merging of some of our projects currently in development including
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1091
fuller IPv6 support, some smaller features such as a new Global ARP 
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  1092
package, and possibly a new Testing and Validation suite.
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  1093
4303
cf08bd85770d RELEASE_NOTES shouldn't refer to past releases as future releases
Craig Dowell <craigdo@ee.washington.edu>
parents: 4302
diff changeset
  1094
Release 3.4
cf08bd85770d RELEASE_NOTES shouldn't refer to past releases as future releases
Craig Dowell <craigdo@ee.washington.edu>
parents: 4302
diff changeset
  1095
===========
3466
cbf5120f5eb6 more details for 3.2 release notes
Tom Henderson <tomh@tomh.org>
parents: 3465
diff changeset
  1096
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1097
Availability
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1098
------------
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1099
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1100
http://www.nsnam.org/release/ns-allinone-3.4.tar.bz2
4081
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1101
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1102
Supported platforms
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1103
-------------------
4302
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1104
ns-3.4 has been tested on the following platforms:
4081
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1105
  - linux x86 gcc 4.2, 4.1, and, 3.4.6.
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1106
  - linux x86_64 gcc 4.3.2, 4.2.3, 4.2.1, 4.1.3, 3.4.6
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1107
  - MacOS X ppc and x86
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1108
  - cygwin gcc 3.4.4 (debug only)
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1109
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1110
Not all ns-3 options are available on all platforms; consult the
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1111
wiki for more information:
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1112
http://www.nsnam.org/wiki/index.php/Installation
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1113
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1114
New user-visible features
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1115
-------------------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1116
  a) Wifi models: Timo Bingman contributed a ThreeLogDistance and a Nakagami
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1117
     propagation loss model based on the ns-2 models. Fabian Mauchle contributed
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1118
     multicast support.
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1119
4302
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1120
  b) Object Name Service:  A facility allowing ns-3 Objects to be assigned
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1121
     names has been added.
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1122
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1123
  c) Tap Bridge:  A second option for integrating ns-3 with real-world hosts
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1124
     has been added.  This allows for real hosts to talk over ns-3 net devices
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1125
     and simulated networks.
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1126
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1127
  d) A new build option (ns-3-allinone) has been provided to make it easier for
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1128
     users to download and bulid commonly used ns-3 configurations.
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1129
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1130
  e) The ns-3 calendar queue scheduler has been ported to ns-3.
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1131
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  1132
  f) XML support has been added to the ConfigStore.
4081
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1133
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1134
API changes from ns-3.3
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1135
-----------------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1136
API changes for this release are documented in the file CHANGES.html
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1137
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1138
Known issues
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1139
------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1140
ns-3 build is known to fail on the following platforms:
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1141
  - gcc 3.3 and earlier
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1142
  - optimized builds on gcc 3.4.4 and 3.4.5
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1143
  - optimized builds on linux x86 gcc 4.0.x
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1144
  - optimized builds on Ubuntu 8.10 alpha 5 x86 gcc4.3.2
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1145
  - MinGW
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1146
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1147
The IPv4 API defined in src/node/ipv4.h is expected to undergo major changes 
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1148
in preparation of the merge of the IPv6 API and implementation.
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1149
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1150
Future releases
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1151
---------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1152
Our next release, which is expected to happen in 2 to 4 months from now, will
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1153
feature the merging of some of our projects currently in development including
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1154
fuller IPv6 support, and IPv4 and routing protocol refactoring, and some smaller
4303
cf08bd85770d RELEASE_NOTES shouldn't refer to past releases as future releases
Craig Dowell <craigdo@ee.washington.edu>
parents: 4302
diff changeset
  1155
features such as a new Global ARP package and possibly a new Testing and Validation
cf08bd85770d RELEASE_NOTES shouldn't refer to past releases as future releases
Craig Dowell <craigdo@ee.washington.edu>
parents: 4302
diff changeset
  1156
suite,
4081
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1157
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1158
Release 3.3
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1159
===========
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1160
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1161
Availability
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1162
------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  1163
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1164
http://www.nsnam.org/release/ns-3.3.tar.bz2
3967
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1165
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1166
Supported platforms
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1167
-------------------
4303
cf08bd85770d RELEASE_NOTES shouldn't refer to past releases as future releases
Craig Dowell <craigdo@ee.washington.edu>
parents: 4302
diff changeset
  1168
ns-3.3 has been tested on the following platforms:
3967
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1169
  - linux x86 gcc 4.2, 4.1, and, 3.4.6.
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1170
  - linux x86_64 gcc 4.3.2, 4.2.3, 4.2.1, 4.1.3, 3.4.6
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1171
  - MacOS X ppc and x86
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1172
  - cygwin gcc 3.4.4 (debug only)
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1173
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1174
Not all ns-3 options are available on all platforms; consult the
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1175
wiki for more information:
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1176
http://www.nsnam.org/wiki/index.php/Installation
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1177
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1178
New user-visible features
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1179
-------------------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1180
  a) Emulated Net Device
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1181
     A new net device has been added as enabling technology for ns-3 emulation
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1182
     scenarios.  See src/devices/emu and examples/emu-udp-echo.cc for details.
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1183
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1184
  b) ICMP Support
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1185
     Support for several ICMP messages has been added to ns-3.  See 
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1186
     src/internet-stack/icmpv4.h for details.
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1187
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1188
  c) IPv6 Address Support
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1189
     New clases to support IPv6 addresses has been added to the system.  This
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1190
     is enabling technology for fuller IPv6 support scheduled for ns-3.4.
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1191
3982
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1192
  d) A flow-id tag has been added to the contributed code section
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1193
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1194
  e) Star topologies can be created from the topology helper functions
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1195
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1196
  f) The global routing code has been made dynamic (not just limited to
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1197
     (pre-simulation computation) and supports stub network interfaces and 
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1198
     bridge net devices 
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1199
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1200
  g) A MatchContainer has been added to the configuration subsystem
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  1201
3967
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1202
API changes from ns-3.2
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1203
-----------------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1204
API changes for this release are documented in the file CHANGES.html
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1205
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1206
Known issues
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1207
------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1208
ns-3 build is known to fail on the following platforms:
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1209
  - gcc 3.3 and earlier
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1210
  - optimized builds on gcc 3.4.4 and 3.4.5
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1211
  - optimized builds on linux x86 gcc 4.0.x
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1212
  - optimized builds on Ubuntu 8.10 alpha 5 x86 gcc4.3.2
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1213
  - MinGW
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1214
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1215
The IPv4 API defined in src/node/ipv4.h is expected to undergo major changes 
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1216
in preparation of the merge of the IPv6 API and implementation.
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1217
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1218
Future releases
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1219
---------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1220
Our next release, which is expected to happen in 2 to 4 months from now, will
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1221
feature the merging of some of our projects currently in development including
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1222
fuller IPv6 support, and IPv4 and routing protocol refactoring, and some smaller
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1223
features such as an object naming facility and a new Global ARP package.
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1224
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1225
Release 3.2
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1226
===========
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1227
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1228
Availability
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1229
------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  1230
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1231
http://www.nsnam.org/release/ns-3.2.tar.bz2
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1232
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1233
Supported platforms
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1234
-------------------
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1235
ns-3.2 has been tested on the following platforms:
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1236
  - linux x86 gcc 4.2, 4.1, and, 3.4.6.
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1237
  - linux x86_64 gcc 4.3.2, 4.2.3, 4.2.1, 4.1.3, 3.4.6
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1238
  - MacOS X ppc and x86
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1239
  - cygwin gcc 3.4.4 (debug only)
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1240
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1241
Not all ns-3 options are available on all platforms; consult the
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1242
wiki for more information:
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1243
http://www.nsnam.org/wiki/index.php/Installation
3466
cbf5120f5eb6 more details for 3.2 release notes
Tom Henderson <tomh@tomh.org>
parents: 3465
diff changeset
  1244
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1245
New user-visible features
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1246
-------------------------
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1247
  a) Learning bridge (IEEE 802.1D)
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1248
    It is now possible to bridge together multiple layer 2 devices to
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1249
    create larger layer 2 networks. The Wifi and Csma models support
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1250
    this new mode of operation. (contributed by Gustavo Carneiro)
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1251
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1252
  b) Python bindings
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1253
    It is now possible to write simulation scripts in python using our 
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1254
    python bindings (contributed by Gustavo Carneiro).
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1255
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1256
  c) Real-time simulator
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1257
    It is now possible to run simulations synchronized on the real-world
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1258
    wall-clock time (contributed by Craig Dowell).
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1259
3706
4eba9967700e mispeeling in RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3692
diff changeset
  1260
  d) Network Simulation Cradle
4eba9967700e mispeeling in RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3692
diff changeset
  1261
    It is now possible to use the Network Simulation Cradle 
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1262
    (http://www.wand.net.nz/~stj2/nsc/) in ns-3 and run simulations 
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1263
    using various versions of kernel TCP network stacks. (contributed
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1264
    by Florian Westphal as part of his Google Summer of Code work)
3466
cbf5120f5eb6 more details for 3.2 release notes
Tom Henderson <tomh@tomh.org>
parents: 3465
diff changeset
  1265
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1266
  e) A statistics framework
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1267
    Joseph Kopena contributed a statistics framework which can be used
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1268
    keep track of simulation data in persistent storage across multiple 
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1269
    runs (database and ascii file backends are available).
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1270
    More information on the wiki:
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1271
    http://www.nsnam.org/wiki/index.php/Statistical_Framework_for_Network_Simulation
3465
a1d2a8165500 Add release notes.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3426
diff changeset
  1272
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1273
API changes from ns-3.1
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1274
-----------------------
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1275
API changes for this release are documented in the file CHANGES.html
3465
a1d2a8165500 Add release notes.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3426
diff changeset
  1276
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1277
Known issues
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1278
------------
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  1279
ns-3 build is known to fail on the following platforms:
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1280
  - gcc 3.3 and earlier
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1281
  - optimized builds on gcc 3.4.4 and 3.4.5
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1282
  - optimized builds on linux x86 gcc 4.0.x
3684
d783a951f8f5 update RELEASE_NOTES known issues
Craig Dowell <craigdo@ee.washington.edu>
parents: 3652
diff changeset
  1283
  - optimized builds on Ubuntu 8.10 alpha 5 x86 gcc4.3.2
d783a951f8f5 update RELEASE_NOTES known issues
Craig Dowell <craigdo@ee.washington.edu>
parents: 3652
diff changeset
  1284
  - MinGW
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1285
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1286
The IPv4 API defined in src/node/ipv4.h is expected to undergo major changes 
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1287
in preparation of the merge of the IPv6 API and implementation.
3465
a1d2a8165500 Add release notes.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3426
diff changeset
  1288
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1289
Future releases
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1290
---------------
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1291
Our next release, which is expected to happen in 2 to 4 months from now, will
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1292
feature the merging of some of our projects currently in development: IPv6, 
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  1293
emulation, and synchronous posix sockets.
3465
a1d2a8165500 Add release notes.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3426
diff changeset
  1294
3357
93218ac0d373 Prepare for 3.1
Craig Dowell <craigdo@ee.washington.edu>
parents: 3279
diff changeset
  1295
Release 3.1 (2008/06/30)
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  1296
========================
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1297
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1298
The first ns-3 stable release
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1299
-----------------------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1300
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1301
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1302
http://www.nsnam.org/release/ns-3.1.tar.bz2
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1303
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1304
We dedicate this initial ns-3 release to our late contributor and friend, 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1305
Federico Maguolo.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1306
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1307
What is ns-3 ?
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1308
--------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1309
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1310
ns-3 is a new discrete-event network simulator designed for supporting network
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1311
research and education. ns-3 features a solid, well documented C++ core and 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1312
models for TCP/IP (IPv4), several link types including WiFi, and mobility 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1313
models.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1314
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1315
ns-3 is an open source project released under the GNU GPLv2 license which 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1316
allows anyone to use ns-3 without having to pay any license fee or royalties. 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1317
ns-3 is actively seeking new contributors to extend the range of supported 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1318
models and/or to maintain existing models.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1319
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1320
Where to get more information about ns-3
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1321
----------------------------------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1322
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1323
All the ns-3 documentation, is accessible from the ns-3 website: 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1324
http://www.nsnam.org
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  1325
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1326
Including, tutorials:
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1327
http://www.nsnam.org/tutorials.html
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1328
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1329
Supported platforms
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1330
-------------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1331
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1332
ns-3 is regularly tested on the following platforms:
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1333
  - linux x86 gcc 4.2, 4.1, and, 3.4.6.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1334
  - linux x86_64 gcc 4.1.3, 4.2.1, 3.4.6
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1335
  - MacOS X ppc and x86
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1336
  - cygwin gcc 3.4.4 (debug only)
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1337
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1338
Known issues
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1339
------------
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  1340
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1341
ns-3 is known to fail on the following platforms:
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1342
  - gcc 3.3 and earlier
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1343
  - optimized builds on gcc 3.4.4 and 3.4.5
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1344
  - optimized builds on linux x86 gcc 4.0.x
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1345
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1346
The IPv4 API defined in src/node/ipv4.h is expected to undergo major changes 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1347
in preparation of the merge of the IPv6 API and implementation.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1348
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1349
Future releases
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1350
---------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1351
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1352
Our next release, which is expected to happen in 2 to 4 months from now, will
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1353
feature the merging of some of our projects currently in development: python 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1354
scripting, IPv6, emulation, a statistics framework and synchronous posix 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1355
sockets.
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  1356
3194
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1357
Release 3.0.13 (2008/06/02)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1358
===========================
3194
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1359
- point to point links generate ppp pcap traces
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1360
- point to point links support asymmetrical data rates.
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1361
- generate doxygen documentation for all attributes and trace sources
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1362
- add ConfigStore and GtkConfigStore to contrib module
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1363
- socket API now support tx and rx buffers: implemented for UDP and TCP
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1364
- ARP cache now supports per-entry pending queues
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1365
- lots of bugfixes and implementation and API cleanups
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  1366
3196
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1367
Warning: among API changes in this release, Application::Start and 
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1368
Application::Stop now interprets the time argument as a relative
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1369
instead of absolute simulation time, to align with how Simulator::Schedule
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1370
behaves.  Any code that calls these APIs in the middle of the simulation 
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1371
will need to be adapted.  
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1372
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1373
The API of Simulator::StopAt (time) has also changed.  Now it is 
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1374
called Simulator::Stop (time), and takes a relative time, instead of 
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1375
absolute.
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  1376
2891
aeca90b95bf5 nits for 3.0.12 release
Tom Henderson <tomh@tomh.org>
parents: 2842
diff changeset
  1377
Release 3.0.12 (2008/04/07)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1378
===========================
2842
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1379
    - Add Attribute support to the TypeId metadata system and add
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1380
attribute support to all in-tree models
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1381
    - Add a mid-level helper API to build simulation topologies 
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1382
and perform simple ascii and pcap link-level tracing.
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1383
    - Large amount of structural changes to accomodate the needs
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1384
of the upcoming python bindings
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1385
    - new rate control algorithm (RRAA) and a jakes propagation model
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1386
in the 802.11 model (Federico Maguolo).
2891
aeca90b95bf5 nits for 3.0.12 release
Tom Henderson <tomh@tomh.org>
parents: 2842
diff changeset
  1387
    - regression test framework added
aeca90b95bf5 nits for 3.0.12 release
Tom Henderson <tomh@tomh.org>
parents: 2842
diff changeset
  1388
    - TCP delayed acknowledgements and multitasking server
2842
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  1389
2337
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1390
Release 3.0.11 (2008/02/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1391
===========================
2337
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1392
    - Initial port of GTNetS TCP implementation (initial version 
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1393
that does not support multitasking or delayed acknowledgments yet, 
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1394
but supports a reliable stream service)
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1395
    - Changes to the ns-3 object model to create a TypeId-based 
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1396
metadata system
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1397
    - lots of bug fixes throughout the system
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1398
    - tutorial updates
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  1399
2219
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  1400
Release 3.0.10 (2008/01/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1401
===========================
2219
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  1402
   - Add tutorial document content;
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  1403
   - Valgrind option for "waf" tool;
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  1404
   - Doxygen organization changes.
2194
25bad6958d13 update release_steps.txt
Tom Henderson <tomh@tomh.org>
parents: 2192
diff changeset
  1405
2185
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1406
Release 3.0.9 (2007/12/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1407
==========================
2185
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1408
   - A 802.11 model ported from Yans. This model supports:
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1409
       * a rather extensive PHY model
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1410
       * log-distance and friis propagation model
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1411
       * a simple set of rate control algorithms (ARF, Ideal, 
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1412
         AARF, constant-rate)
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1413
       * adhoc and infrastructure mode (beacon+assoc)
2192
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  1414
   - Use smart pointer for Packet in the APIs
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  1415
   - A new contrib directory with helper classes: 
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  1416
     EventGarbageCollector, Gnuplot
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  1417
   - Tracing support for Applications
2185
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1418
   - many bugs fixed
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  1419
1850
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  1420
Release 3.0.8 (2007/11/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1421
==========================
1850
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  1422
   - A simple error model
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  1423
   - Source files for ns-3 tutorial
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  1424
1785
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  1425
Release 3.0.7 (2007/10/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1426
==========================
1785
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  1427
  - OLSR routing protocol
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  1428
  - A timer class
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  1429
  - Additional mobility models (random waypoint, random 2D walk)
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  1430
  - A mobility visualization tool 
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  1431
1516
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  1432
Release 3.0.6 (2007/09/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1433
==========================
1516
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  1434
  - Static multicast IPv4 routing
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  1435
  - Logging overhaul (NS_LOG macros)
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  1436
  - Refactoring of tracing subsystem
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  1437
  - Tutorial document started
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  1438
 
1284
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1439
Release 3.0.5 (2007/08/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1440
==========================
999
a3c715562d79 start filling release notes with merged items
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 929
diff changeset
  1441
1284
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1442
  - Refactoring to support win32-based unix environments (Cygwin, mingw)
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1443
  - "Packet socket" for allowing applications to access NetDevices directly
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1444
  - Generalized, polymorphic Address class
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1445
  - Add CSMA NetDevice model (from Emmanuelle Laprise)
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1446
  - Modularize IPv4 routing support (from Gustavo Carneiro)
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1447
  - Add mobility framework and basic mobility models 
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  1448
  - Global unicast centralized routing 
999
a3c715562d79 start filling release notes with merged items
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 929
diff changeset
  1449
929
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  1450
Release 3.0.4 (2007/07/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1451
==========================
929
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  1452
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  1453
  - Enable waf as the default build system.
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  1454
  - Per-packet metadata:  a system to track which headers and trailers 
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  1455
    are added to a packet
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  1456
  - Simplifications to point-to-point devices and channel
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  1457
759
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1458
Release 3.0.3 (2007/06/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1459
==========================
759
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1460
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1461
  - Enable Waf for release tarballs: users can now build ns-3
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1462
    with the "waf" tool. See doc/build-waf.txt.
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1463
  - Add support for variable time precision: it is now possible
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1464
    to run a simulation with an accuracy which is higher or lower
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1465
    than a nanosecond: seconds, milliseconds, microseconds, 
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1466
    femtoseconds and picoseconds are supported.
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1467
  - Optimize and rework the COM framework, solidify the component 
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1468
    manager
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1469
  - Many small API cleanups
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  1470
657
be551a3b07c6 minor changes due to documentation review
Tom Henderson <tomh@tomh.org>
parents: 635
diff changeset
  1471
Release 3.0.2 (2007/05/18)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1472
==========================
635
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1473
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1474
  - Implement a new memory management infrastructure based
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1475
    on reference counting and smart pointers (the latter being
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1476
    optional)
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1477
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1478
  - Implement a COM-like framework with support for QueryInterface
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1479
    to provide object extensibility
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1480
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1481
  - Add support for a BSD-style socket API for user applications
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  1482
657
be551a3b07c6 minor changes due to documentation review
Tom Henderson <tomh@tomh.org>
parents: 635
diff changeset
  1483
Release 3.0.1 (2007/03/31)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  1484
==========================
421
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  1485
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  1486
  - First public release; not yet pre-alpha.
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  1487
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  1488
  - Simple UDP-based simulation script (examples/simple-p2p.cc)