RELEASE_NOTES
author Tommaso Pecorella <tommaso.pecorella@unifi.it>
Wed, 07 Feb 2018 17:35:48 -0600
changeset 13277 8866bd5fa6d8
parent 13273 6437fd5d3f98
child 13278 f7d839cee8e9
permissions -rw-r--r--
internet: (fixes #1745) There can be only one Ipv6AddressHelper in a script
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
13113
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    12
Release 3-dev
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    13
=============
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    14
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    15
Availability
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    16
------------
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    17
This release is not yet available.
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    18
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    19
Supported platforms
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    20
-------------------
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    21
This release is intended to work on systems with the following minimal
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    22
requirements (Note:  not all features available on all platforms):
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    23
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    24
This release has been tested on the following platforms:
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    25
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    26
New user-visible features
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    27
-------------------------
13265
1213cc18fb18 tcp: Added TCP LP
Charitha Sangaraju <charitha29193@gmail.com>
parents: 13252
diff changeset
    28
- (tcp) Added TCP-LP as congestion control module
13202
03deb728a0df lrwpan: support for extended addressing mode
Jakub Rewienski <jrewienski@gmail.com>
parents: 13198
diff changeset
    29
- (lr-wpan) Extended addressing mode is now supported.
13211
ebd04839f914 tcp: (feature 2823) Implemented TCP Pacing
Vivek Jain <jain.vivek.anand@gmail.com>
parents: 13202
diff changeset
    30
- (tcp) Implemented the core functionality of TCP Pacing.
13232
896e8dc8bd93 internet: add Is[Address,Network]Allocated functions to Ipv[4,6]AddressGenerator
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 13213
diff changeset
    31
- (internet) Ipv[4,6]AddressGenerator can now check if an address or a network is allocated.
13277
8866bd5fa6d8 internet: (fixes #1745) There can be only one Ipv6AddressHelper in a script
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 13273
diff changeset
    32
- (internet) Ipv6AddressHelper is now more pedantic but you can use more than one in a script.
13211
ebd04839f914 tcp: (feature 2823) Implemented TCP Pacing
Vivek Jain <jain.vivek.anand@gmail.com>
parents: 13202
diff changeset
    33
13113
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    34
Bugs fixed
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    35
----------
13277
8866bd5fa6d8 internet: (fixes #1745) There can be only one Ipv6AddressHelper in a script
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 13273
diff changeset
    36
- Bug 1745 - There can be only one Ipv6AddressHelper in a script
13130
9d42bbfc7799 network: Update documentation for Header::Deserialize ()
Tom Henderson <tomh@tomh.org>
parents: 13113
diff changeset
    37
- Bug 2505 - network:  Avoid asserts in Header/Trailer deserialization
13270
f074a6ada683 wifi: (fixes #2656) Correct bugs and improve logging in MinstrelHt
Matias Richart <mrichart@fing.edu.uy>
parents: 13268
diff changeset
    38
- Bug 2656 - wifi: Minstrel and MinstrelHt provide different results for 802.11a/b/g
13213
ce31dcaf0e58 tcp: (fixes #2653) to not save smaller ts
Natale Patriciello <natale.patriciello@gmail.com>
parents: 13211
diff changeset
    39
- Bug 2653 - tcp: Avoid saving smaller TS in case of packet reordering
13134
59ce6b1e73c3 wifi: (fixes #2764) WifiSpectrumModelId doesn't distinguish 11ax
Getachew Redieteab <redieteab.orange@gmail.com>
parents: 13130
diff changeset
    40
- Bug 2764 - wifi: WifiSpectrumModelId doesn't distinguish 11ax from legacy
13233
d1ed8ca3b295 wifi: (fixes #2820) Correct power levels in rrpaa wifi manager
Matias Richart <mrichart@fing.edu.uy>
parents: 13232
diff changeset
    41
- Bug 2766 - core: Modify logging for int64x64 to avoid stack overflow
13271
870c436d51fc lte: (fixes #2768) LteUeNetDevice has a null MAC address
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 13270
diff changeset
    42
- Bug 2768 - lte: LteUeNetDevice has a null MAC address
13272
3b3cfd764081 energy: (fixes #2807) GetTotalEnergyConsumption is not updated correctly
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 13271
diff changeset
    43
- Bug 2807 - energy: GetTotalEnergyConsumption is not updated correctly
13273
6437fd5d3f98 wifi: (fixes #2809) Stop wifi devices when energy is depleted
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 13272
diff changeset
    44
- Bug 2809 - wifi: Wifi doesn't fully stop when energy is depleted
13233
d1ed8ca3b295 wifi: (fixes #2820) Correct power levels in rrpaa wifi manager
Matias Richart <mrichart@fing.edu.uy>
parents: 13232
diff changeset
    45
- Bug 2820 - wifi: segmentation fault when Rrpaa wifi manager is used
13180
8a4c340c41a8 update RELEASE_NOTES.txt
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 13135
diff changeset
    46
- Bug 2824 - ICMP opcode fr fragment timeout drop is wrong
13183
892e0ed7fe47 olsr: (fixes #2828) OLSR simple P2P example produces wrong results
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 13180
diff changeset
    47
- Bug 2828 - OLSR simple P2P example produces wrong results
13187
642b056de9d4 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 13183
diff changeset
    48
- Bug 2827 - wifi: Active scanning not working with 802.11n/ac/ax
13198
44744f91e4cf wifi: (fixes #2836) Add missing VHT information in radiotap header when A-MPDU is used
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 13187
diff changeset
    49
- Bug 2836 - wifi: Missing VHT information in radiotap header when A-MPDU is used
13252
70f7b8f82aaf wifi: (fixes #2838) Fix rate selection for control frames when no rate available in the BSSBasicRateSet
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 13251
diff changeset
    50
- Bug 2838 - wifi: ht-wifi-network crashes with RTS/CTS enabled and frequency set to 2.4GHz
13250
62c458e9789b spectrum, wifi: (fixes #2843) Set correct channel width and center frequency provided for non-HT PPDUs when building SpectralDensity
Getachew Redieteab <redieteab.orange@gmail.com>
parents: 13233
diff changeset
    51
- Bug 2843 - spectrum, wifi: Incorrect channel width and center frequency provided for non-HT PPDUs when building SpectralDensity
13251
51268ff4614e wifi: (fixes #2848) Set association ID in association response headers
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 13250
diff changeset
    52
- Bug 2848 - wifi: Association ID not correctly set upon association
13264
c2f702e4adff wifi: (fixes #2854) Fix 802.11ax channel width capabilities
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 13252
diff changeset
    53
- Bug 2854 - wifi: he-wifi-network crashes when frequency is set at 2.4 GHz
13113
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    54
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    55
Known issues
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    56
------------
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    57
In general, known issues are tracked on the project tracker available
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    58
at http://www.nsnam.org/bugzilla/
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    59
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    60
Release 3.27
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    61
============
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
    62
12070
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
    63
Availability
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
    64
------------
13113
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    65
This release is available from:
0192b2260af2 Update release files to start next release
Tom Henderson <tomh@tomh.org>
parents: 13110
diff changeset
    66
https://www.nsnam.org/release/ns-allinone-3.27.tar.bz2
12070
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
    67
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
    68
Supported platforms
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
    69
-------------------
12756
9f523c01b59f update minimal system requirements
Tom Henderson <tomh@tomh.org>
parents: 12742
diff changeset
    70
This release is intended to work on systems with the following minimal
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    71
requirements (Note:  not all features available on all platforms):
12756
9f523c01b59f update minimal system requirements
Tom Henderson <tomh@tomh.org>
parents: 12742
diff changeset
    72
- g++-4.9 or later (Note:  this is an upgraded requirement from ns-3.26)
9f523c01b59f update minimal system requirements
Tom Henderson <tomh@tomh.org>
parents: 12742
diff changeset
    73
- Apple LLVM version 7.0.2 or later 
9f523c01b59f update minimal system requirements
Tom Henderson <tomh@tomh.org>
parents: 12742
diff changeset
    74
- clang-3.3 or later
9f523c01b59f update minimal system requirements
Tom Henderson <tomh@tomh.org>
parents: 12742
diff changeset
    75
- Python 2.7 (Python 2 series) or Python 3.4 (Python 3 series) or later
12363
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
    76
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    77
This release has been tested on the following platforms:
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    78
- Ubuntu 17.04 (64 bit) with g++-6.3.0
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    79
- Ubuntu 16.04 (64 bit) with g++-5.4.0
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    80
- Ubuntu 14.04.5 (64 bit) with g++-4.9.4
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    81
  - Note: the default g++ version (4.8) must be upgraded 
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    82
- Fedora Core 26 (64 bit) with g++-7.1.1
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    83
- Fedora Core 22 (64 bit) with g++-5.3.1
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    84
- CentOS/RHEL 7.4 (64-bit) with g++-6.3.1
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    85
  - Note: the default g++ version (4.8) must be upgraded 
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    86
- CentOS/RHEL 6.8 (64-bit) with g++-4.9.2
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    87
  - Note: the default g++ version (4.4) must be upgraded 
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    88
  - Note: the default Python version (2.6) must be upgraded 
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    89
- OS X Sierra 10.12.6 with Xcode 9.0 and Apple LLVM version 9.0.0
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    90
- OS X El Capitan 10.11.6 with Xcode 8.2.1 and Apple LLVM version 8.0.0
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    91
- OS X Yosemite 10.10.5 with Xcode 7.2.1 and Apple LLVM version 7.0.2
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    92
- Windows 10 Linux Subsystem with g++-5.4.0
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    93
12363
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
    94
New user-visible features
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
    95
-------------------------
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    96
- (build) Modules can also be located in contrib/ directory (as well as src/)
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    97
- (core) Logging timestamp precision has been improved
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    98
- (lte) LTE carrier aggregation feature according to 3GPP Release 10 is now supported.
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
    99
- (traffic-control) CsmaNetDevice, SimpleNetDevice and WifiNetDevice support flow control.
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   100
- (traffic-control) Added support for queue discs to mark packets, and ECN support has been added to RED
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   101
- (traffic-control) A multi-queue aware queue disc modelled after Linux mq
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   102
- (traffic-control) Added support for detailed statistics output of queue discs
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   103
- (traffic-control) Added support for tracing queue sojourn times
12651
4fe9e782a0f6 tcp: updated CHANGES.html and RELEASE_NOTES
Natale Patriciello <natale.patriciello@gmail.com>
parents: 12615
diff changeset
   104
- (tcp) The SACK option and the RFC 6675 loss recovery algorithm are now supported.
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   105
- (tcp) A LEDBAT model has been added.
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   106
- (wifi) 802.11ax High Efficiency (HE) physical layer modes are now supported.
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   107
- (wifi) A new RRPAA rate control mechanism has been added.
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   108
- (wifi) A new trace source for TXOP duration is now supported
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   109
- (wifi) Frame capture effect can now be modelled
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   110
- (uan) World Ocean System Simulation (WOSS) integration, and new PER models
12363
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   111
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   112
Bugs fixed
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   113
----------
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   114
- Bug 1034 - wifi: No trace source for packet dropping from WifiMacQueue
12366
4dc5c9d91cf2 update AUTHORS and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12363
diff changeset
   115
- Bug 2007 - uan: Remove deprecation on SetRxThresholdDb
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   116
- Bug 2048 - lte: Fix scheduler resource allocation when CQI==0 (out of rante)
13071
5d6e40755113 tcp: (fixes #2133) Don't assert upon data receipt in FIN_WAIT_1/2
Natale Patriciello <natale.patriciello@gmail.com>
parents: 13070
diff changeset
   117
- Bug 2133 - tcp: Avoid assert when receiving data in FIN_WAIT_1 or _2 states
12652
3533ddddd18a tcp: Updated RELEASE_NOTES
Natale Patriciello <natale.patriciello@gmail.com>
parents: 12651
diff changeset
   118
- Bug 2214 - tcp: Use of ScheduleNow only in selected part of the code
12425
1313ad34c26a network: (fixes #2221) Remove size constraint of Tag objects
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 12413
diff changeset
   119
- Bug 2221 - network: Remove constraint on size of ns3::Packet Tag objects
12652
3533ddddd18a tcp: Updated RELEASE_NOTES
Natale Patriciello <natale.patriciello@gmail.com>
parents: 12651
diff changeset
   120
- Bug 2256 - tcp: bytes in flight now updated in TcpTxBuffer
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   121
- Bug 2263 - tcp: Support processing of multiple TCP options
13073
0ad94b8b6fb4 tcp: (fixes #2285) Loss of ack of SYN can cause improper setup
Lynne Salameh <l.salameh@cs.ucl.ac.uk>
parents: 13072
diff changeset
   122
- Bug 2285 - tcp: Loss of ack of SYN can cause improper connection setup
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   123
- Bug 2367 - wifi: BlockAckManager does not remove iterators to freed items
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   124
- Bug 2450 - propagation: LogDistancePropagationLossModel is not continuous
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   125
- Bug 2456 - lte: MemberCschedSapProvider and Member CschedSapProvider templates
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   126
- Bug 2464 - spectrum: Store spectrum conversion matrix in CSR format
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   127
- Bug 2467 - spectrum: Do not schedule StartRx for receivers on other models
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   128
- Bug 2471 - wifi: unable to disable Block Ack agreement for 802.11n 
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   129
- Bug 2477 - wifi: DCF manager assert
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   130
- Bug 2485 - traffic-control: Check queue full before checking RED thresholds
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   131
- Bug 2491 - wifi: replace DcfManager::MY_DEBUG
12366
4dc5c9d91cf2 update AUTHORS and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12363
diff changeset
   132
- Bug 2492 - uan: Make use of RxGain attribute in UanPhyGen class
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   133
- Bug 2511 - wifi: HT Greenfield is not working
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   134
- Bug 2512 - traffic-control: Byte mode not configured correctly for RED test
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   135
- Bug 2513 - core: ParetoRandomVariable needs a "scale", not a "mean" attribute
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   136
- Bug 2518 - build: Suppress printing of list of modules for Python programs
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   137
- Bug 2519 - lte: m_windowOffsetsMap.end () dereference
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   138
- Bug 2520 - examples: TCP variant not configured in wifi-tcp.cc
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   139
- Bug 2521 - internet: Include ipv6-option.h in wscript
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   140
- Bug 2523 - lte: Generate the RLC PDU properly
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   141
- Bug 2527 - internet: PrintRoutingTable adds an optional Time::Units parameter
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   142
- Bug 2528 - wifi: 802.11n RIFS cannot be enabled
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   143
- Bug 2529 - wifi: Missing trace for Block ACK timeout or missing MPDUs
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   144
- Bug 2530 - aodv: Rename aodv::SetBalckListTimeout to aodv::SetBlackListTimeout
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   145
- Bug 2531 - lte: Set HARQ feedback default value to avoid false retrasmissions
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   146
- Bug 2532 - wifi: Inconsistencies between 802.11n MCS and NSS value in TXVECTOR
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   147
- Bug 2533 - wifi: Provide better 802.11n/ac PHY abstraction for SIMO/MISO/MIMO
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   148
- Bug 2534 - traffic-control: ARED and PIE examples should return 1 upon exit
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   149
- Bug 2535 - utils: memory leak in bench-simulator.cc
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   150
- Bug 2536 - wimax: fixed dead assignment and potential memory leak in wimax
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   151
- Bug 2537 - traffic-control: Fix dead assigment on CoDel::DoDequeue
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   152
- Bug 2538 - tap-bridge: fixed dead assignment on tap-bridge
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   153
- Bug 2540 - mesh: fixed dead assignment on mesh/ie-dot11s-perr
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   154
- Bug 2541 - wifi: preamble not assigned correctly
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   155
- Bug 2542 - wifi: dead assignment on wifi mac-low
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   156
- Bug 2543 - lte: Fix when EstimateUlSinr returns NO_SINR
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   157
- Bug 2545 - flow-monitor: Optimized build fails for flow-monitor
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   158
- Bug 2547 - tcp: dead assignments on various tcp congestion controls
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   159
- Bug 2551 - wifi: wifi preamble should be part of TXVECTOR
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   160
- Bug 2552 - wifi: Remove code duplication between Yans and Spectrum
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   161
- Bug 2554 - wave: Fix static analysis warning
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   162
- Bug 2556 - csma, point-to-point: Avoid modification of transmitted packets
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   163
- Bug 2557 - point-to-point:  Fix dead assignments in queue-discs-benchmark
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   164
- Bug 2559 - tcp: TCP advertised window still incorrect
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   165
- Bug 2561 - tcp: TCP can not use Connect after a BindToNetDevice
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   166
- Bug 2563 - bindings: pybindgen version check to >= minimum version required
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   167
- Bug 2564 - wifi: Simulation crashes when CtsTimeout triggered for A-MPDU
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   168
- Bug 2565 - tcp: Do not wait for 2*MSL to notify socket close
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   169
- Bug 2566 - wifi: BlockAckManager::GetNRetryNeededPackets missing some packets
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   170
- Bug 2568 - examples: Avoid enumerating TCP variants
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   171
- Bug 2577 - wifi: crashes when A-MPDU and multiple TOS used, upon CTS timeout
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   172
- Bug 2578 - wifi: Unexpected assert "Internal collision but no packet in queue"
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   173
- Bug 2584 - wifi: MacLow triggers StartNext even if there is no TXOP
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   174
- Bug 2587 - tcp: Avoid overflow in htcp.cc
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   175
- Bug 2590 - traffic-control: Minor enhancements in red-queue-disc{.h, .cc}
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   176
- Bug 2591 - wifi: 802.11e Block Ack cannot be enabled on HT/VHT stations
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   177
- Bug 2594 - wifi: vht-wifi-network very low throughtput at MCS 6, 160 MHz, SGI
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   178
- Bug 2596 - network: EthernetTrailer::GetFcs() should be const
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   179
- Bug 2601 - wifi: HT stations should use 40 MHz width if configured  80 or 160z
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   180
- Bug 2604 - wifi: QosData frames separation with Block Ack enabled
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   181
- Bug 2605 - wifi: HT/VHT station sending to legacy results in null throughput
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   182
- Bug 2606 - wifi: Ideal rate manager for HT/VHT station to a legacy AP
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   183
- Bug 2607 - wifi: Correct overflow in channel width loop in Minstrel HT
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   184
- Bug 2613 - tcp: MaxRxSequence () is sometimes too large
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   185
- Bug 2614 - internet: RIP header version should be set to 2
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   186
- Bug 2615 - wifi: When the TXOP limit is nonzero, fragment in some cases
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   187
- Bug 2617 - traffic-control: PfifoFastQueueDisc::Peek all bands
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   188
- Bug 2621 - wifi:  Fix mismatch between log message and action
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   189
- Bug 2624 - lte: Inconsistent coding of type and naming
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   190
- Bug 2627 - internet: Ipv6RawSocket does not honor the bound interface
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   191
- Bug 2628 - wifi: Simulation crashes because of an out of range TID
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   192
- Bug 2629 - wifi: Assert failure in MinstrelHtWifiManager::GetLowestIndex
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   193
- Bug 2632 - lte: Build error due to uninitialized variable in rem helper
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   194
- Bug 2646 - lte: lena-simple-eps-emu example will never work
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   195
- Bug 2647 - wifi: ideal-wifi-manager-example crashes when NSS > 1
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   196
- Bug 2649 - tcp: Disabling TCP SACK doesn't fall back to NewReno
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   197
- Bug 2654 - wifi: Rraa wifi manager cannot be used with 802.11b
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   198
- Bug 2655 - wifi: A-MPDU simulation using TCP sometimes fails
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   199
- Bug 2658 - core: Avoid unexpected TracedValue type conversions
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   200
- Bug 2660 - traffic-control: TrafficControlHelper::Default configuration
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   201
- Bug 2661 - wave: Fix outdated class references in documentation
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   202
- Bug 2665 - internet: Ipv4RawSocket can not send to broadcast or multicast
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   203
- Bug 2666 - lte: Remove deprecated variables/config paths
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   204
- Bug 2668 - various: Make template classes use NS_LOG_* macros
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   205
- Bug 2671 - internet: ArpCache::Entry::SetMacAddress is misspelled
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   206
- Bug 2673 - wifi: run-time channel switch does not update WiFi spectrum model
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   207
- Bug 2675 - traffic-control: Use correct string value in PIE example
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   208
- Bug 2716 - tcp: TCP socket ignoring FIN flag when in FIN_WAIT state
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   209
- Bug 2717 - internet: Fix mask for Ipv4RoutingTableEntry::CreateDefaultRoute
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   210
- Bug 2722 - wifi: 802.11g sends DSSS spectrum signals inappropriately
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   211
- Bug 2731 - lte: Allow retranmission in RLC AM when PR expires, vtS overflows
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   212
- Bug 2732 - applications: BulkSend Tx trace is fired too much
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   213
- Bug 2733 - wifi: Ideal wifi manager cannot handle NSS higher than 1
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   214
- Bug 2741 - internet: IPv4 fragmentation fails on last fragment fragmentation
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   215
- Bug 2744 - wifi: 802.11n/ac with RTS/CTS crashes for a large number of nodes
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   216
- Bug 2751 - traffic-control: QueueDisc::Enqueue() order of operations
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   217
- Bug 2756 - internet: Ipv4AddressGenerator underestimates available addresses
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   218
- Bug 2757 - wifi: 802.11n/ac/ax maximum TXOP is not properly enforced
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   219
- Bug 2758 - internet: IPv4 sockets bound to unicast receiving subnet broadcast
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   220
- Bug 2759 - internet: Packet conversion from broadcast to subnet-directed
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   221
- Bug 2760 - internet: OLSR uses unicast-bound sockets to receive broadcasts
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   222
- Bug 2761 - wifi: Packet has no Traffic ID for CTS frames when A-MPDU is used
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   223
- Bug 2762 - internet: BindToNetDevice behaviour is not coherent with Linux
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   224
- Bug 2763 - wifi: management packets in PCAPs are marked as wrong by Wireshark
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   225
- Bug 2769 - tcp: Set ssthresh correctly upon RTO
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   226
- Bug 2771 - wifi: IdealWifiManager problems under different number of antennas
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   227
- Bug 2776 - wifi: Fix segmentation fault in MacLow
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   228
- Bug 2777 - lte: Save bearer info in m_drbMap, needed for handover request
13072
af3ffda85f2c Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 13071
diff changeset
   229
- Bug 2781 - tcp: Do not go beyond limit in TcpTxBuffer
13078
db3315a68299 wifi: Update documentation for previous two changesets
Tom Henderson <tomh@tomh.org>
parents: 13073
diff changeset
   230
- Bug 2783 - wifi: MonitorSnifferRx SNR is invariant to RxNoiseFigure
13110
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   231
- Bug 2786 - lte:  Remove unimplemented declaration
cc0c023e3c43 Update RELEASE_NOTES for ns-3.27
Tom Henderson <tomh@tomh.org>
parents: 13080
diff changeset
   232
- Bug 2796 - tcp: NSC TCP transmission flow control not working
12770
6a8a36a4a5dd internet: (fixes #2671) fix misspell in ArpCache::Entry::SetMacAddress
Tom Henderson <tomh@tomh.org>
parents: 12756
diff changeset
   233
12363
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   234
Known issues
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   235
------------
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   236
In general, known issues are tracked on the project tracker available
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   237
at http://www.nsnam.org/bugzilla/
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   238
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   239
Release 3.26
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   240
============
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   241
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   242
Availability
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   243
------------
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   244
This release is available from:
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   245
https://www.nsnam.org/release/ns-allinone-3.26.tar.bz2
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   246
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   247
Supported platforms
c1b44cbbebea documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12361
diff changeset
   248
-------------------
12144
9b1e40cd0a70 waf: (fixes #2270) Support -std=c++11 by default
Tom Henderson <tomh@tomh.org>
parents: 12143
diff changeset
   249
This release is intended to work on systems with the following minimal
9b1e40cd0a70 waf: (fixes #2270) Support -std=c++11 by default
Tom Henderson <tomh@tomh.org>
parents: 12143
diff changeset
   250
requirements:
9b1e40cd0a70 waf: (fixes #2270) Support -std=c++11 by default
Tom Henderson <tomh@tomh.org>
parents: 12143
diff changeset
   251
- g++-4.8 or later
9b1e40cd0a70 waf: (fixes #2270) Support -std=c++11 by default
Tom Henderson <tomh@tomh.org>
parents: 12143
diff changeset
   252
- clang-3.3 or later
9b1e40cd0a70 waf: (fixes #2270) Support -std=c++11 by default
Tom Henderson <tomh@tomh.org>
parents: 12143
diff changeset
   253
- Python 2.7 (Python 2 series)
9b1e40cd0a70 waf: (fixes #2270) Support -std=c++11 by default
Tom Henderson <tomh@tomh.org>
parents: 12143
diff changeset
   254
- Python 3.4 or later (Python 3 series)
9b1e40cd0a70 waf: (fixes #2270) Support -std=c++11 by default
Tom Henderson <tomh@tomh.org>
parents: 12143
diff changeset
   255
12070
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   256
This release has been tested on the following platforms:
12361
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   257
- Ubuntu 16.04 (64 bit) with g++-5.4.0
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   258
- Ubuntu 14.04 (64 bit) with g++-4.8.2
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   259
- Fedora Core 24 (64 bit) with g++-6.1.1
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   260
- Fedora Core 22 (32 bit) with g++-5.3.1
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   261
- Fedora Core 21 (64 bit) with g++-4.9.2
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   262
- CentOS/RHEL 6.7 (64-bit) with g++-4.9.2
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   263
- OS X El Capitan 10.11.4 with Xcode 7.3.1 and Apple LLVM version 7.3.0
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   264
- OS X El Capitan 10.11.3 with Xcode 7.2.1 and Apple LLVM version 7.0.2
12070
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   265
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   266
New user-visible features
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   267
-------------------------
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   268
- (aodv) The node search radius is increased progressively (as per standard). 
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   269
- (build system) New --check-config option to waf to reprint the summary 
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   270
  of optional features which are configured.
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   271
- (build system) C++11 features are now supported in the codebase
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   272
- (core) DES Metrics support; see the API docs for class DesMetrics.
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   273
- (internet) Added TCP Vegas, Scalable, Veno, Illinois, Bic, YeAH, and
12361
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   274
  H-TCP congestion control algorithms
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   275
- (internet) Add a TOS field to the InetSocketAddress class
12139
6869e7e72137 internet: (fixes #231) Remove SocketAddressTag
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12137
diff changeset
   276
- (network) SocketAddressTag has been removed from the codebase.
6869e7e72137 internet: (fixes #231) Remove SocketAddressTag
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12137
diff changeset
   277
  Users can use RecvFrom (for UDP) or GetPeerName (for TCP) instead.
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   278
- (traffic control) Added the FQ-CoDel and PIE queue disc models
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   279
- (traffic control) Introduce Byte Queue Limits (BQL)
12219
a7e5825d00b6 wifi: (closes #2400) Add SpectrumWifiPhy model
Tom Henderson <tomh@tomh.org>
parents: 12215
diff changeset
   280
- (wifi) A new SpectrumWifiPhy physical layer model, making use of the 
a7e5825d00b6 wifi: (closes #2400) Add SpectrumWifiPhy model
Tom Henderson <tomh@tomh.org>
parents: 12215
diff changeset
   281
  ns-3 spectrum framework, has been introduced.  The current version of
a7e5825d00b6 wifi: (closes #2400) Add SpectrumWifiPhy model
Tom Henderson <tomh@tomh.org>
parents: 12215
diff changeset
   282
  this model matches the API and behavior of YansWifiPhy closely, but
a7e5825d00b6 wifi: (closes #2400) Add SpectrumWifiPhy model
Tom Henderson <tomh@tomh.org>
parents: 12215
diff changeset
   283
  over time is expected to support a different PHY abstraction and error
a7e5825d00b6 wifi: (closes #2400) Add SpectrumWifiPhy model
Tom Henderson <tomh@tomh.org>
parents: 12215
diff changeset
   284
  models.
12361
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   285
- (wifi) IEEE 802.11e TXOP limits are now enforced for different access
0287b775fa6c update CHANGES.html and RELEASE_NOTES for ns-3.26
Tom Henderson <tomh@tomh.org>
parents: 12358
diff changeset
   286
  categories when a QoS MAC is configured.
12070
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   287
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   288
Bugs fixed
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   289
----------
12139
6869e7e72137 internet: (fixes #231) Remove SocketAddressTag
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12137
diff changeset
   290
- Bug 231 - Avoid adding SocketAddressTag (at all)
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   291
- Bug 1579 - Final fix for segfault caused by EDCA fragmentation
12153
090887671b94 wifi: (fixes #1797) Assert when non-HT RAA is used with HT/VHT device
Matias Richart <mrichart@fing.edu.uy>
parents: 12152
diff changeset
   292
- Bug 1797 - Rate adaptation algorithms don't work with new 802.11n/ac standards
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   293
- Bug 1911 - AODV doesn't work with more than one NetDevice
12136
948b4f066f66 Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12134
diff changeset
   294
- Bug 1939 - Aggregating the same object to two nodes produce unexpected results
12123
3b05558ad183 internet-apps: (fixes #1977) v4ping verbose output when not explicitly stopped
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12122
diff changeset
   295
- Bug 1977 - v4Ping verbose output when not explicitly stopped
12073
c2f388ad2677 internet: (fixes #2057) ARP and Ndisc caches should be updated by receiving valid L3 packets
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12072
diff changeset
   296
- Bug 2057 - ARP and Ndisc caches should be updated by receiving valid L3 packets
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   297
- Bug 2069 - Avoid integer overflow in ByteTagList
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   298
- Bug 2102 - Ipv4GlobalRouting confused by bridged interfaces
12308
4916e2174a59 aodv: (fixes #2123) AODV doesn't use / honor IP TTL in the RREQ / RREP
Andrea Lupia <alupia@dimes.unical.it>
parents: 12297
diff changeset
   299
- Bug 2123 - AODV doesn't use / honor IP TTL in the RREQ / RREP
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   300
- Bug 2149 - support deprecating attributes and trace sources
12241
ddaf3c4a8e4e wifi: (fixes #2222) Handle internal collisions
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12232
diff changeset
   301
- Bug 2222 - incorrect EDCA behavior in case of internal collision
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   302
- Bug 2270 - Support -std=c++11 by default
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   303
- Bug 2306 - Raise DCF IsBusy() condition for CCA busy
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   304
- Bug 2307 - Get rid of m_receivedAtLeastOneMpdu flag
12149
827444bf2f5d lte: (fixes #2308) PacketTag instead of ByteTag in LTE PDCP/RLC
Manuel Requena <manuel.requena@cttc.es>
parents: 12146
diff changeset
   305
- Bug 2308 - PacketTag instead of ByteTag in LTE PDCP/RLC
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   306
- Bug 2344 - Attribute names can't have spaces
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   307
- Bug 2346 - sixlowpan CompressionThreshold limit can be violated
12072
c0943e24cccc lr-wpan: (fixes #2347) Ascii traces are hooked to the wrong traces
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12071
diff changeset
   308
- Bug 2347 - LrWpan Ascii traces are hooked to the wrong traces.
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   309
- Bug 2351 - Fix symbol rate calculation for channels with 10 and 5 MHz width
12141
8756fe6b6f52 wifi: (fixes #2352) Add 'drop oldest' drop policy to WifiMacQueue (patch from Ali Rostami)
Ali Rostami <a.rostami@rutgers.edu>
parents: 12139
diff changeset
   310
- Bug 2352 - Add 'drop oldest' drop policy to WifiMacQueue
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   311
- Bug 2369 - Generate backoff if DCF requests access during AIFS
12091
5fd7f3fc2eca flow-monitor: (fixes #2375) Flowmonitor parse crashes when no pkt is received
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12090
diff changeset
   312
- Bug 2375 - Flowmonitor parse crashes when no pkt is received
12154
3a2f08a0d50c wifi: (fixes #2376) Process case when new A-MPDU is received and some MPDUs are missing
Alexander Krotov <krotov@iitp.ru>
parents: 12153
diff changeset
   313
- Bug 2376 - New A-MPDU might not be received if MPDUs of a previous A-MPDU are lost
12090
846fe53b77fc internet: (fixes #2377) SocketIpTosTag and SocketIpv6TclassTag may be added twice in UDP
Stefano Avallone <stavallo@unina.it>
parents: 12088
diff changeset
   314
- Bug 2377 - SocketIpTosTag and SocketIpv6TclassTag may be added twice in UDP
12101
7f3095ccfcb1 wifi: (fixes #2378) Properly reset A-MPDU variables if PLCP preamble/header reception failed
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12096
diff changeset
   315
- Bug 2378 - A-MPDU variables are not correctly reset in YansWifiPhy when a PLCP preamble/header failed
12166
78f607741271 wifi: (fixes #2379) Workaround to avoid BlockAckReq to be part of A-MPDUs
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12164
diff changeset
   316
- Bug 2379 - BlockAckRequest should not be part of single-TID A-MPDUs
12134
29f44a43de62 wifi: (fixes #2380) Fix to retrieve current TID (patch from Alexander Krotov)
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12133
diff changeset
   317
- Bug 2380 - EdcaTxopN fails to retrieve TID for ADDBA requests, ADDBA responses and DELBA frames
12094
67a0fea6a7cc internet: (fixes #2383) IPv4 header for reassembled packets reports a wrong payload size.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12091
diff changeset
   318
- Bug 2383 - IPv4 header for reassembled packets reports a wrong payload size
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   319
- Bug 2386 - Move UanPhyGen out of Tx mode when energy depleted
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   320
- Bug 2387 - Fix waf --check-profile command
12319
748ee83bdcec mobility: (fixes #2390) AddWaypoint uses absolute time instead of relative time
Hossam Khader <hossamkhader@gmail.com>
parents: 12317
diff changeset
   321
- Bug 2390 - WaypointMobilityModel::AddWaypoint lazy notify schedules an event using absolute time (should be relative time)
12096
8044a6a0db22 tcp: (fixes #2392) SYN advwin should not be scaled
Natale Patriciello <natale.patriciello@gmail.com>
parents: 12094
diff changeset
   322
- Bug 2392 - SYN segment advertised window should not be scaled
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   323
- Bug 2395 - Upgrade pybindgen for Python >= 3.5
12113
03f3402f5529 wifi: (fixes #2396) Move utility functions to WifiPhy
Tom Henderson <tomh@tomh.org>
parents: 12101
diff changeset
   324
- Bug 2396 - move utility functions to WifiPhy
12114
89eda56689ac wifi: (fixes #2397) Add backoff and cw tracing to EDCA
Tom Henderson <tomh@tomh.org>
parents: 12113
diff changeset
   325
- Bug 2397 - add backoff and cw tracing to EDCA
12115
400a54979483 wifi: (fixes #2398) Add SNR tag to beacons and probe responses
Tom Henderson <tomh@tomh.org>
parents: 12114
diff changeset
   326
- Bug 2398 - add SNR tag to beacons and probe responses
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   327
- Bug 2401 - Deserialize correctly the len of options in TcpHeader
12158
b1418062aa29 internet: (fixes #2402) IPv4 Interface forwarding state is not honored
Tommso Pecorella <tommaso.pecorella@unifi.it>
parents: 12155
diff changeset
   328
- Bug 2402 - IPv4 Interface forwarding state is not honored
12116
09f5230a2fe3 wifi: (fixes #2406) Fix poor performance in 802.11g ad-hoc
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12115
diff changeset
   329
- Bug 2406 - Poor 802.11g performance in ad-hoc mode
12163
f328dd208ff7 wifi: (fixes #2408) Fixes pcap issues with HT Minstrel (patch from Tommaso and Matias)
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12161
diff changeset
   330
- Bug 2408 - Simulation fails when 802.11n/ac is running with HT Minstrel and pcap enabled
12215
ffa8e03e95f4 wifi: (fixes #2412) Align WifiPhy frequency and channel number
Tom Henderson <tomh@tomh.org>
parents: 12187
diff changeset
   331
- Bug 2412 - align WifiPhy frequency and channel number
12122
d6690ca7c7c0 internet: (fixes #2414) UdpSocket doesn't call NotifyConnectionFailed
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12116
diff changeset
   332
- Bug 2414 - UdpSocket doesn't call NotifyConnectionFailed
12133
256e0be5681c wave: (fixes #2419) BsmApplication should use RecvFrom, not SocketAddressTag
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12123
diff changeset
   333
- Bug 2419 - BsmApplication should use RecvFrom and not SocketAddressTag
12155
ee71da343b3e wifi: (fixes #2420) Remove code duplication between Wifi and Wave modules
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12154
diff changeset
   334
- Bug 2420 - Remove code duplication between Wifi and Wave modules
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   335
- Bug 2421 - Forbid negative RemainingAmpduDuration for the last A-MPDU
12137
a81ae23fc7e0 internet: (fixes #2425) UdpSocketImpl simplification
Stefano Avallone <stavallo@unina.it>
parents: 12136
diff changeset
   336
- Bug 2425 - UdpSocketImpl simplification
12152
0ca48e3ff8e7 wifi: (fixes #2427) Do not set m_erpSupported for 802.11ac and 802.11n at 5GHz
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12151
diff changeset
   337
- Bug 2427 - 802.11ac selects wrong slot duration
12143
9e7412ee7a98 tcp: previous commit regards bug 2433, not 2461
Natale Patriciello <natale.patriciello@gmail.com>
parents: 12142
diff changeset
   338
- Bug 2433 - Bic does not copy private parameters
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   339
- Bug 2436 - Do not send block ack if received A-MPDU not addressed to station
12159
b87a600b1e17 internet: (fixes #2438) Routing must not chain-process packets coming from a non-forwarding interface
Tommso Pecorella <tommaso.pecorella@unifi.it>
parents: 12158
diff changeset
   340
- Bug 2438 - Routing protocols should stop processing packets coming from a non-forwarding interface
12160
b49de4b54282 sixlowpan: (fixes #2439) SixLowPan headers needs casts to int in some places
Hossam Khader <hossamkhader@gmail.com>
parents: 12159
diff changeset
   341
- Bug 2439 - SixLowPan Compression kind need to be casted to int in the Print function
12161
09c730bb82be internet: (fixes #2440) SocketIpTosTag might be added twice if a packet is sent multiple times
Stefano Avallone <stavallo@unina.it>
parents: 12160
diff changeset
   342
- Bug 2440 - SocketIpTosTag might be added twice if a packet is sent multiple times
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   343
- Bug 2442 - ConfigStore crash if object container has null item
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   344
- Bug 2443 - Increase application counters to accommodate Gbps transfer rates
12184
d788a4650d14 network: (fixes #2444) PcapHelper DataLinkType enum should have a name
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12183
diff changeset
   345
- Bug 2444 - PcapHelper DataLinkType enum should have a name
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   346
- Bug 2445 - Out of bounds array access in Minstrel HT rate control
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   347
- Bug 2446 - Fix comma delimiter instead of pipe delimiter in Attributes
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   348
- Bug 2448 - Run examples in traffic control test suite
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   349
- Bug 2452 - Add Object::IsInitialized method
12232
812955886e7f dsr: (fixes #2454) DsrRouting::NotifyDataReceipt is also triggered for wifi management packets
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12229
diff changeset
   350
- Bug 2454 - DsrRouting::NotifyDataReceipt is also triggered for wifi management packets
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   351
- Bug 2461 - TCP BIC should copy private members
12252
0abf417c0040 wifi: (fixes #2468) Fix fragmentation rules for A-MPDU and HT transmissions
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12241
diff changeset
   352
- Bug 2468 - Simulation with A-MPDU enabled hangs when fragmentation threshold is smaller than MSDU size
12253
4128d362edc0 wifi: (fixes #2469) Enable sending of block ack request when block ack association exists without A-MPDU
Tom Henderson <tomh@tomh.org>
parents: 12252
diff changeset
   353
- Bug 2469 - send Block Ack Request upon short/long retry failures
12289
2c0a5994185d applications: (fixes #2474) Make Udp[Echo|Trace]Client work with Inet[6]SocketAddresses
Stefano Avallone <stavallo@unina.it>
parents: 12284
diff changeset
   354
- Bug 2474 - UdpEchoClient does not call Connect with addresses of type Inet[6]SocketAddress
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   355
- Bug 2477 - Partial fix for wifi asserts when transmit cancels a reception
12263
23db696c639e flow-monitor: (fixes #2479) Keep track of packets dropped by queue discs
Stefano Avallone <stavallo@unina.it>
parents: 12256
diff changeset
   356
- Bug 2479 - Flow monitor does not a have a "DROP_QUEUE_DISC" drop reason
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   357
- Bug 2480 - Use SQLite prepared statements
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   358
- Bug 2481 - Missing or incorrect group names
12284
f2f398679f6c tcp: (fixes #2484) corrected the exit from CA_LOSS
Lynne Salameh <l.salameh@cs.ucl.ac.uk>
parents: 12279
diff changeset
   359
- Bug 2484 - Corrected the exit from CA_LOSS state in TCP
12277
1cc389801a4c tcp: (fixes #2486) Corrected tracing of nextTxSeq
Natale Patriciello <natale.patriciello@gmail.com>
parents: 12263
diff changeset
   360
- Bug 2486 - NextTxSequence was not traced back from TCB
12353
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   361
- Bug 2488 - Error in UanPdp::SumTapsFromMaxNc
ba4c02f67e6a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12340
diff changeset
   362
- Bug 2496 - BSS membership selector in SupportedRates
12317
3f37132c807d internet: (fixes #2500) Ipv[4,6]RawSocket ignores IpTtl tag
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12308
diff changeset
   363
- Bug 2500 - Ipv[4,6]RawSocket ignores IpTtl tag
12338
c620e56ed495 Update RELEASE_NOTES with fixed bugs 2507 and 2508
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 12329
diff changeset
   364
- Bug 2507 - ConfigStore RawTextConfigLoad doesn't reset stream error state
c620e56ed495 Update RELEASE_NOTES with fixed bugs 2507 and 2508
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 12329
diff changeset
   365
- Bug 2508 - Duplicate of bug 2507
12358
f577cc35732a wifi: (fixes #2514) Fix maximum transmission time for VHT A-MPDUs
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12353
diff changeset
   366
- Bug 2514 - The maximum transmission time for VHT A-MPDUs is not correct 
12340
ac61bfe639d2 [internet] Arp logging: label with request or reply properly
Piyush Aggarwal <piyush8311@gmail.com>
parents: 12338
diff changeset
   367
- No BugId - Arp logging: label with request or reply properly
12070
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   368
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   369
Known issues
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   370
------------
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   371
In general, known issues are tracked on the project tracker available
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   372
at http://www.nsnam.org/bugzilla/
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   373
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   374
Release 3.25
11397
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   375
============
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   376
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   377
Availability
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   378
------------
12070
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   379
This release is available from:
b250ea441642 documentation: Update for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 12068
diff changeset
   380
https://www.nsnam.org/release/ns-allinone-3.25.tar.bz2
11397
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   381
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   382
Supported platforms
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   383
-------------------
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   384
This release has been tested on the following platforms:
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   385
- Ubuntu 15.10 (64 bit) with g++-5.2.1
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   386
- Ubuntu 14.04 (64 bit) with g++-4.8.2
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   387
- Fedora Core 23 (64 bit) with g++-5.3.1
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   388
- Fedora Core 22 (32 bit) with g++-5.1.1
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   389
- Fedora Core 21 (64 bit) with g++-4.9.2
12047
96ac596d1d7b add another tested platform
Tom Henderson <tomh@tomh.org>
parents: 12041
diff changeset
   390
- Arch Linux (64 bit) with g++-5.3.0 and clang++-3.7.1
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   391
- CentOS/RHEL 6.7 (64-bit) with g++-4.4.7
12068
3316e06767e7 documentation: Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12057
diff changeset
   392
- OS X El Capitan 10.11.4 with Xcode 7.3 and Apple LLVM version 7.3.0
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   393
- OS X El Capitan 10.11.3 with Xcode 7.2.1 and Apple LLVM version 7.0.2
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   394
- OS X Yosemite 10.10.5 with Xcode 7.2.1 and Apple LLVM version 7.0.2
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   395
- FreeBSD 10.2-RELEASE (64 bit) with clang-3.4.1
11670
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   396
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   397
New user-visible features
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   398
-------------------------
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   399
- (internet) The native TCP implementation has been refactored, for the 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   400
  following improvements:  
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   401
    1) congestion control has been aligned with the Linux architecture, 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   402
       to facilitate easier coding of new congestion control algorithms
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   403
        or porting implementations from the Linux kernel, 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   404
    2) Fast Retransmit and Fast Recovery algorithms, compliant to RFCs, are 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   405
       shared by all TCP variants, unlike previous releases. 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   406
    3) TCP Hybla and TCP HighSpeed variants have been added.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   407
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   408
- (routing) The PrintRoutingTable* functions now print the following information
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   409
  each time they are called: 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   410
    1) the node ID, 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   411
    2) the global time, 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   412
    3) the local time (allowing for future introduction of per-node clocks), 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   413
    4) the routing protocol type
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   414
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   415
- (traffic control) A traffic control sublayer has been added with the aim of
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   416
  introducing an equivalent of the Linux Traffic +Control infrastructure into 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   417
  ns-3. This layer sits in between the NetDevices (L2) and the network 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   418
  protocol (e.g. IP). It is in charge of processing packets and performing 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   419
  actions on them: scheduling, dropping, marking, policing, etc.  Initial
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   420
  support for flow control has been added to the PointToPointNetDevice;
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   421
  backward-compatible support for other device types is provided.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   422
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   423
- (traffic control) A three band priority queue modelled after Linux
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   424
  pfifo_fast queueing discipline has been added.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   425
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   426
- (traffic control) Adaptive RED extensions have been added to the RED model
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   427
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   428
- (wifi) A number of changes related to improving support for 802.11n/ac
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   429
  models have been introduced.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   430
  1) Two rate controls compatible with High Throughput (HT) Wi-Fi modes
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   431
     (e.g. 802.11n/ac), Ideal and MinstrelHT, have been added  
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   432
  2) Support for multiple spatial streams (MIMO) using existing SISO
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   433
     error models
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   434
  3) The WiFi helper API for the WifiMac sublayer, and the configuration
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   435
     of HT modes and parameters, has been simplified
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   436
  4) Better support for backward compatibilty with legacy modes
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   437
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   438
- (wifi) 802.11g was made backward compatible with 802.11b networks
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   439
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   440
- (internet) L4 protocols (e.g., TCP, UDP, ICMP, etc.) can be demultiplexed 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   441
  by IP according to the incoming interface. In other words, it is now 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   442
  possible to use specialized L4 protocols according to the interface.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   443
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   444
- (internet) Ipv6Address::IsAllHostsMulticast() is now deprecated. 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   445
  FF02::3 is not in the official reserved IPv6 multicast address list.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   446
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   447
- (internet) Ipv6Address::IsAll[Nodes,Routers]Multicast() now checks the 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   448
  address scope beyond the simple link-local. Nodes are checked for 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   449
  Interface-Local, Link-Local and Realm-Local, Routers for the above plus 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   450
  Site-Local.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   451
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   452
- (internet) Ipv6 routing protocols must now *not* forward packets to upper 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   453
  layers unless for extremey specific cases. The Ipv6L3protocol handles 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   454
  almost all the packets directed to the host.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   455
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   456
- (internet) Ipv6 can now reject packets directed to an address not configured 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   457
  on the interface they are received from (Strong End System Model, RFC 1222).
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   458
11778
710f305a22c9 Bug 2234 - Ipv6L3Protocol should trash multicast packets not interesting for the node
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11777
diff changeset
   459
- (internet) UDP and Ipv6 RAW sockets can now join Ipv6 multicast groups.
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   460
  Incoming packets will be filtered according to if there's a socket listening 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   461
  to that group. Source filtering is left to the application.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   462
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   463
- (network) ns-3 is now capable of serializing cooked (SLL) headers. This is 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   464
  used in DCE to allow the generation of pcap directly readable by wireshark.
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   465
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   466
- (internet) It is now possible to set custom values for RipNg Link Down 
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   467
  (standard is 16).
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   468
11878
3e6eb8126875 Internet: Add IPv6 NDISC Static Entries
Saswat K. Mishra <clicksaswat@gmail.com>
parents: 11876
diff changeset
   469
- (internet) permanent (static) NDISC entries can be created for IPv6
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   470
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   471
- (internet) IPv4 RIPv2 protocol model is now available.
11670
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   472
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   473
Bugs fixed
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   474
----------
11672
1905dcc9d4ef Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11670
diff changeset
   475
- Bug 1132 - useless for loops in block-ack-test-suite.cc
11900
10e125f6ed5e wifi: (fixes #1205) Make EDCA more standard compliant
Dean Armstrong <deanarm@gmail.com>
parents: 11899
diff changeset
   476
- Bug 1205 - EDCA is incorrectly modelled as DCF
11746
5daa429b3df7 Bug 1761 - Rounding with olsr::EmfToSeconds
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11739
diff changeset
   477
- Bug 1571 - TCP zero-window and flow control window updates by the receiver
12041
c2b77523303f uan: (fixes #1631) fix Acoustic Modem drawn energy calculation.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 12037
diff changeset
   478
- Bug 1631 - Acoustic modem Energy consumption calc is wrong
11746
5daa429b3df7 Bug 1761 - Rounding with olsr::EmfToSeconds
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11739
diff changeset
   479
- Bug 1761 - Rounding with olsr::EmfToSeconds
11906
d8807ab22438 internet: (fixes #1783) BytesInFlight conforms to RFC 4898
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11902
diff changeset
   480
- Bug 1783 - BytesInFlight value fixed
11686
aa661e60709e Bug 1954 [wifi] - Serialized size of wifi-net-device differ for TX and RX trace
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11683
diff changeset
   481
- Bug 1954 - Serialized size of wifi-net-device differ for TX and RX trace
11792
74b6d7d375a5 Fix empty commit in changeset 11785
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11791
diff changeset
   482
- Bug 1999 - PointToPointRemoteChannel invokes PointToPointChannel constructor
11686
aa661e60709e Bug 1954 [wifi] - Serialized size of wifi-net-device differ for TX and RX trace
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11683
diff changeset
   483
- Bug 2003 - Missing DSSS short PLCP preamble
11730
84e170fa754b Updated CHANGES and RELEASE_NOTES after merging GSoC-TCP
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11693
diff changeset
   484
- Bug 2041 - TCP RTO needs unit tests
11830
9973a3314d80 [BUG 2068] Timestamp option conforms to RFC 7323
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11829
diff changeset
   485
- Bug 2068 - Timestamp option conforms to RFC 7323
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   486
- Bug 2102 - Make global routing robust to bridged links
11857
c9458709d93a Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11852
diff changeset
   487
- Bug 2116 - refactoring aggregation API
11881
8707c44ecc30 wifi: (fixes #2120) 802.11g backward compatible with 802.11b
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11879
diff changeset
   488
- Bug 2120 - 802.11g networks are not compatible with 802.11b clients
11792
74b6d7d375a5 Fix empty commit in changeset 11785
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11791
diff changeset
   489
- Bug 2141 - TCP DataSent callback now correctly notifies sent data, without missing bytes in particular conditions
11730
84e170fa754b Updated CHANGES and RELEASE_NOTES after merging GSoC-TCP
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11693
diff changeset
   490
- Bug 2150 - The TCP sender keeps retransmitting and does not terminate the connection after some retries.
84e170fa754b Updated CHANGES and RELEASE_NOTES after merging GSoC-TCP
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11693
diff changeset
   491
- Bug 2159 - TCP advertises wrong receive window
11754
b3aa90cf76b9 Bug 2176 - Building IPv4 address from char* doesn't look reliable
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11752
diff changeset
   492
- Bug 2176 - Building IPv4 address from char* doesn't look reliable
11746
5daa429b3df7 Bug 1761 - Rounding with olsr::EmfToSeconds
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11739
diff changeset
   493
- Bug 2183 - LiIonEnergySourceHelper is not in the energy wscript
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   494
- Bug 2184 - Integer overflow in Wi-Fi MacLow; remove dependency between tx and rx reference number field in MPDU status
11732
5438504862ac Bug 2185 [wifi] - WiFi MacLow may respond to errored frames that it should ignore
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11730
diff changeset
   495
- Bug 2185 - WiFi MacLow may respond to errored frames that it should ignore
11773
f5b20a1c6eb3 Bug 2193: Simulation fails when transmitting very small MPDU subframes
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11771
diff changeset
   496
- Bug 2193 - Simulation fails when transmitting very small MPDU subframes
11746
5daa429b3df7 Bug 1761 - Rounding with olsr::EmfToSeconds
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11739
diff changeset
   497
- Bug 2195 - Udp[*]Client can't send packets to broadcast address
11771
ce31a4af11d6 Bug 2201: Simulation fails when active probing is used in 802.11n/ac with channel bonding enabled
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11769
diff changeset
   498
- Bug 2201 - Simulation fails when active probing is used in 802.11n/ac with channel bonding enabled
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   499
- Bug 2206 - Split internet-apps from applications
11752
4a7e36539482 Bug 2208 - Interface index based L4 protocols
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11750
diff changeset
   500
- Bug 2207 - Print node ID and time when printing routing tables
4a7e36539482 Bug 2208 - Interface index based L4 protocols
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11750
diff changeset
   501
- Bug 2208 - Interface index based L4 protocols
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   502
- Bug 2210 - set Order field to 0 for HT/VHT 
11766
61acba4a788a Bug 2211 - Ipv{4,6}EndPoint can cause memory corruption
Alexander Krotov <ilabdsf@yandex.ru>
parents: 11764
diff changeset
   503
- Bug 2211 - Ipv{4,6}EndPoint can cause memory corruption
11857
c9458709d93a Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11852
diff changeset
   504
- Bug 2213 - Inconsistencies may exist between the selected WifiMacHelper and the chosen 802.11 version
11764
cfec4dc399f5 Bug 2219 - SixLowPanNetDevice hangs trying to decode a IPv6 Fragment extension header
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11759
diff changeset
   505
- Bug 2219 - SixLowPanNetDevice hangs trying to decode a IPv6 Fragment extension header
11892
02ada4d0519e wifi: (fixes #2224) Replace m_ampduExist flag by a map of flags keyed on recipient address
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11881
diff changeset
   506
- Bug 2224 - scope of GetAmpduExist() in EdcaTxopN
11777
a745117e5dff Bug 2233 - Implement RFC 1222 - Strong End System Model
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11776
diff changeset
   507
- Bug 2233 - Implement RFC 1222 - Strong End System Model
11778
710f305a22c9 Bug 2234 - Ipv6L3Protocol should trash multicast packets not interesting for the node
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11777
diff changeset
   508
- Bug 2234 - Ipv6L3Protocol should trash multicast packets not interesting for the node
11776
163be8ec401d Bug 2238 - Ipv6 routing reorganization
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11773
diff changeset
   509
- Bug 2238 - Ipv6 routing reorganization
11781
7bbc71a7c0c9 Bug 2242 - Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpan-phy-test.cc example.
Tanmay Kathpalia <tanmay.kathpalia@landisgyr.com>
parents: 11778
diff changeset
   510
- Bug 2242 - Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpan-phy-test.cc example.
11792
74b6d7d375a5 Fix empty commit in changeset 11785
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11791
diff changeset
   511
- Bug 2243 - TCP Socket Fork() fails to copy some parameters, causing connections to close prematurely on retransmit
11793
d05cb298c103 Bug 2246 - Some DSR LogComponents and classes are not defined in a unique way
Mohit P. Tahiliani <tahiliani.nitk@gmail.com>
parents: 11792
diff changeset
   512
- Bug 2246 - Some DSR LogComponents and classes are not defined in a unique way.
11832
02e355cbbbf5 [BUG 2247] Disabled Fast Retransmit after RTO
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11830
diff changeset
   513
- Bug 2247 - Disabled Fast retransmit after an RTO
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   514
- Bug 2249 - LTE perl speed tests possibly broken
11844
8c4b901ce891 nix-vector-routing: (fixes #2252) Nix needs StaticRouting to work.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11843
diff changeset
   515
- Bug 2252 - Nix needs StaticRouting to work
11810
a7f3de5f353c Bug 2254 - Ipv[4,6]RawSocket can return the wrong number of bytes sent.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11793
diff changeset
   516
- Bug 2254 - Ipv[4,6]RawSocket can return the wrong number of bytes sent.
11811
373f8d31c587 Bug 2255 - Ipv6RawSocket does not call data sent callbacks.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11810
diff changeset
   517
- Bug 2255 - Ipv6RawSocket does not call data sent callbacks.
11814
862a2e5c95ff Bug 2257 - Ipv[4,6]InterfaceContainer::Add are not consistent
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11811
diff changeset
   518
- Bug 2257 - Ipv[4,6]InterfaceContainer::Add are not consistent
11827
26cef97eafa8 [BUG 2258] Discarded segments should not update options and rtt
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11823
diff changeset
   519
- Bug 2258 - TcpSocketBase updated options and RTT for out of range segments.
11817
908a1df3879d bug 2259: GSL not successfully enabled for WiFi DSSS error rate model
Tom Henderson <tomh@tomh.org>
parents: 11814
diff changeset
   520
- Bug 2259 - GSL not successfully enabled for Wi-Fi DSSS error rate model
11829
4c4c70d7aa0c [BUG 2262] Corrected initial ssthresh value
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11827
diff changeset
   521
- Bug 2262 - Corrected initial slow start threshold value
11845
d6a1d7cd723f network: (fixes #2266) NixRouting info are not copied during a packet fragmentation.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11844
diff changeset
   522
- Bug 2266 - NixRouting info are not copied during a packet fragmentation.
11821
2965f0748903 Bug 2267: Wrong channel bandwidth value in pcap files
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11817
diff changeset
   523
- Bug 2267 - Wrong channel bandwidth value in pcap files
11857
c9458709d93a Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11852
diff changeset
   524
- Bug 2271 - Decision to enable RTS/CTS handshake for A-MPDUs should be based on the comparison between RtsCtsThreshold and the total A-MPDU size
11823
5aa84ba1ed7b Bug 2272 - SixLowPan NetDevice can not send uncompressed packets larger than 802.15.4 MTU
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11821
diff changeset
   525
- Bug 2272 - SixLowPan NetDevice can not send uncompressed packets larger than 802.15.4 MTU
11847
8bf821811b8c internet: (fixes #2273) WeakEs model should be enforced in Static and Global routing
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11846
diff changeset
   526
- Bug 2273 - WeakEs model should be enforced in Static and Global routing
11946
29d216cf3319 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11937
diff changeset
   527
- Bug 2275 - AdhocWifiMac not compatible with 802.11n/ac
11846
c18dbc505385 internet: (fixes #2279) Ipv[4,6]L3Protocol::GetInterfaceForDevice speedup.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11845
diff changeset
   528
- Bug 2279 - Ipv[4,6]L3Protocol::GetInterfaceForDevice speedup.
11937
fe202d97ae3d Update CHANGES and RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11916
diff changeset
   529
- Bug 2283 - Add capability to use pcap trace files with nanosecond precision timestamps
11843
1de7febc2653 network: (fixes #2286) Support for SLL header (de)serialization
Matt <matthieu.coudron@lip6.fr>
parents: 11832
diff changeset
   530
- Bug 2286 - Support for SLL header (de)serialization.
11852
ef08c8e00af2 flow-monitor: (fixes #2287) FlowMonitor is confused by IP over IP
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11847
diff changeset
   531
- Bug 2287 - FlowMonitor is confused by IP over IP.
11864
fd8c9ed96d3d internet: (fixes #2288) Ipv4 broadcast/multicast packets are sent on all the interfaces
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11861
diff changeset
   532
- Bug 2288 - Ipv4 broadcast and multicast packets are replicated on all the interfaces.
11937
fe202d97ae3d Update CHANGES and RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11916
diff changeset
   533
- Bug 2289 - RIP v2 implementation
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   534
- Bug 2290 - Cannot run click examples from test.py
11879
25c9a0b099de wifi: (fixes #2292) Uninitialized variables since commit 7c60a9f8f271
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11878
diff changeset
   535
- Bug 2292 - Uninitialized variables since commit 7c60a9f8f271
11876
f9a8116577d5 network: (fixes #2293) RED queue estimator optimization
Lynne Salameh <l.salameh@cs.ucl.ac.uk>
parents: 11864
diff changeset
   536
- Bug 2293 - Red Queue Estimator spins when trying to compute queue average size under long idle times.
11902
669c63365b9e wifi: (fixes #2297) 802.11n/ac backward compatible with legacy
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11900
diff changeset
   537
- Bug 2297 - 802.11n/ac networks are not compatible with legacy clients
11895
266d5e312598 Updating RELEASE_NOTES
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11892
diff changeset
   538
- Bug 2302 - Fixing RTT calculation inside TCP Socket
11899
19ad6005e0dc wifi: (fixes #2303) Cleanup wifi mac queue before returning its size
Alexander Krotov <krotov@iitp.ru>
parents: 11895
diff changeset
   539
- Bug 2303 - WifiMacQueue::GetSize should cleanup queue beforehand
11937
fe202d97ae3d Update CHANGES and RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11916
diff changeset
   540
- Bug 2304 - DSCP Set/Get are using 8 bit values instead of 6
11916
5737f7450650 wifi: (fixes #2307) reset m_receivedAtLeastOneAmpdu regardless of ACK policy
Alexander Krotov <krotov@iitp.ru>
parents: 11906
diff changeset
   541
- Bug 2307 - m_receivedAtLeastOneMpdu is not always reset
11946
29d216cf3319 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11937
diff changeset
   542
- Bug 2311 - save Ht/Vht capabilities info on a per-station basis
29d216cf3319 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11937
diff changeset
   543
- Bug 2313 - Assert failed when using aggregation and RTS/CTS
29d216cf3319 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11937
diff changeset
   544
- Bug 2315 - Problem when BACK Request is part of an A-MPDU
11993
ea08bf94248b wifi: (fixes #2316) use single TXVECTOR for all MPDUs belonging to a same A-MPDU
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11946
diff changeset
   545
- Bug 2316 - MacLow shall use a single TXVECTOR for all MPDUs belonging to a same A-MPDU
12000
d600a963e02e wifi: (fixes #2317) Add method to convert a HT MCS to a non-HT rate
Matías Richart <matis18@gmail.com>
parents: 11999
diff changeset
   546
- Bug 2317 - Get the non-HT reference rate of a HT MCS
11994
710403681408 wifi: (fixes #2318) avoid simulation crashes when A-MPDU is used with TCP
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11993
diff changeset
   547
- Bug 2318 - MPDU Aggregation fails with TCP
11997
342c28b433d6 wifi: (fixes #2319) increase BlockAckTimeout for 802.11n 2.4 Ghz
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11996
diff changeset
   548
- Bug 2319 - BlockAckTimeout value is too low for 802.11n operating at 2.4 GHz
11999
50fa1325ca2b wifi: (fixes #2320) Add method to check whether a WifiTxVector contains a valid combination of WifiMode, number of spatial streams and channel width
Matías Richart <matis18@gmail.com>
parents: 11998
diff changeset
   549
- Bug 2320 - Add method to check whether a WifiTxVector contains a valid combination of WifiMode, number of spatial streams and channel width
11996
4cb82703d8cb wifi: (fixes #2321) call wifi rate manager on a per A-MPDU basis
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11994
diff changeset
   550
- Bug 2321 - Wifi rate managers should not be triggered for each MPDU when A-MPDU is used
11998
ce8a7bd11698 wifi: (fixes #2327) CWmin value selection based on 802.11g standard rules
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11997
diff changeset
   551
- Bug 2327 - CWmin value selection for 802.11g is not compliant with the standard rules
12001
62b442c401a5 wifi: (fixes #2328) post-install configuration of the number of Tx antennas
Tom Henderson <tomh@tomh.org>
parents: 12000
diff changeset
   552
- Bug 2328 - changes to antenna configuration should update HT MCS set
12037
2086c8d38ef1 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 12003
diff changeset
   553
- Bug 2331 - Wrong mobility model in vanet-routing-compare example
12003
3b4340478fc1 wifi: (fixes #2332) fix buggy behaviour since commit 96b721d35158
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12001
diff changeset
   554
- Bug 2332 - Assert failed when using aggregation and two pairs of AP-STA
12050
589b138eb7f6 wifi: (fixes #2337) Replace channel width value units in MHz in WifiPhy (reported by Ali Rostami)
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12047
diff changeset
   555
- Bug 2337 - WifiPhy uses channel width in Hz iso MHz
12057
3b0fe1cef64f wifi: (fixes #2338) Improve and fix control answer rate selection
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 12050
diff changeset
   556
- Bug 2338 - WifiMode selected for control frames may sometimes be invalid
11670
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   557
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   558
Known issues
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   559
------------
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   560
In general, known issues are tracked on the project tracker available
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   561
at http://www.nsnam.org/bugzilla/
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   562
11681
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   563
Release 3.24.1
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   564
==============
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   565
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   566
Release 3.24.1 is a maintenance release that fixes three issues:
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   567
- support for Xcode 7 clang compiler version
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   568
- detection of Python bindings location
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   569
- compilation problem on 32-bit gcc-4.4 machine
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   570
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   571
The issues prevented selected systems from being able to successfully
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   572
build ns-3, and prevented the released version from being able to
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   573
detect the presence of pybindgen used for Python bindings.
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   574
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   575
Availability
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   576
------------
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   577
This release is available from:
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   578
https://www.nsnam.org/release/ns-allinone-3.24.1.tar.bz2
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   579
11730
84e170fa754b Updated CHANGES and RELEASE_NOTES after merging GSoC-TCP
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11693
diff changeset
   580
Supported platforms
11681
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   581
-------------------
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   582
This release has been tested on the following platforms:
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   583
- Ubuntu 15.04 (64 bit) with g++-4.9.2
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   584
- Fedora Core 22 (32 bit) with g++-5.1.1
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   585
- Fedora Core 21 (64 bit) with g++-4.9.2
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   586
- Ubuntu 14.04 (64 bit) with g++-4.8.2
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   587
- Ubuntu 12.04.4 (64 bit) with g++-4.6.3
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   588
- CentOS/RHEL 6.7 (64-bit) with g++-4.4.7
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   589
- OS X Yosemite 10.10.5 with Xcode 7 and Apple LLVM version 7.0.0
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   590
- OS X Yosemite 10.10.5 with Xcode 6.4 and Apple LLVM version 6.1.0
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   591
- FreeBSD 10.2-RELEASE (64 bit) with clang-3.4.1
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   592
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   593
New user-visible features
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   594
-------------------------
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   595
Features are identical to release 3.24.
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   596
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   597
Bugs fixed
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   598
----------
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   599
- Bug 2181 - Xcode 7.0 compiler warnings trigger build failure
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   600
- Bug 2182 - pybindgen required version is now a string literal
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   601
- Bug 2184 - integer overflow in MacLow
9a8fd1b59080 add release 3.24.1 to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11679
diff changeset
   602
11670
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   603
Release 3.24
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   604
============
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   605
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   606
Availability
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   607
------------
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   608
This release is available from:
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   609
https://www.nsnam.org/release/ns-allinone-3.24.tar.bz2
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   610
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   611
Supported platforms
28a8a46fbb98 update RELEASE_NOTES and CHANGES.html for next release cycle
Tom Henderson <tomh@tomh.org>
parents: 11662
diff changeset
   612
-------------------
11655
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   613
This release has been tested on the following platforms:
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   614
- Ubuntu 15.04 (64 bit) with g++-4.9.2
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   615
- Fedora Core 22 (32 bit) with g++-5.1.1
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   616
- Fedora Core 21 (64 bit) with g++-4.9.2
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   617
- Ubuntu 14.04 (64 bit) with g++-4.8.2
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   618
- Ubuntu 12.04.4 (32/64 bit) with g++-4.6.3
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   619
- CentOS/RHEL 6.7 (64-bit) with g++-4.4.7
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   620
- OS X Yosemite 10.10.4 with Xcode 6.4 and Apple LLVM version 6.1.0
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   621
- FreeBSD 10.1-RELEASE (64 bit) with clang-3.4.1
11397
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   622
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   623
New user-visible features
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   624
-------------------------
11655
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   625
- (build system) Python 3 is now supported by waf and test runner programs
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   626
- (wifi) 802.11ac Very High Throughput (VHT) physical layer modes are now 
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   627
  supported.
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   628
- (internet) permanent (static) ARP entries can be created for IPv4
11438
dfbb52d8fd44 Enh. 2130 - Allow SimpleChannel to simulate hidden terminals.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11436
diff changeset
   629
- (network) SimpleChannel allows per-NetDevice blacklists, in order to do hidden terminal testcases.
11655
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   630
- (documentation) TracedCallback function signatures now documented in Doxygen
11397
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   631
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   632
Bugs fixed
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   633
----------
11583
ae9a74963f62 update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11542
diff changeset
   634
- Bug 730 - Enabling fragmentation at run-time breaks simulation
11451
36f951da53ac Bug 1249 [wifi] - doxygen comments on device-level SetMobility ()
Tom Henderson <tomh@tomh.org>
parents: 11438
diff changeset
   635
- Bug 1249 - doxygen comments on device-level SetMobility ()
11591
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   636
- Bug 1482 - mesh module was producing fatal error with ASCII and netanim traces
11636
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   637
- Bug 1557 - errors in function OpenFlowSwitchNetDevice::BufferFromPacket()
11662
886aad6f6702 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11655
diff changeset
   638
- Bug 1681 - m_lastNavStart is assigned twice continuously
11423
cacb544159a4 update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11421
diff changeset
   639
- Bug 1736 - default dot11EDCATableMSDULifetime
11591
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   640
- Bug 1901 - mesh module producing malformed pcaps
11434
317ae8a858d8 Bug 1929 - TcpL4Protocol::Send must indicate the source address to routing (if known)
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11433
diff changeset
   641
- Bug 1929 - TcpL4Protocol::Send must indicate the source address to routing (if known)
11591
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   642
- Bug 1982 - AODV and mesh modules use random variables before seeds can be set
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   643
- Bug 2058 - TCP window update can shrink left edge of window
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   644
- Bug 2063 - FdNetDevice::SendFrom assert does not account for headers correctly
11612
47c1048095f0 Bug 2166 - SteadyStateRandomWaypointMobilityModel directs the node to the ground
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11591
diff changeset
   645
- Bug 2082 - Empirical RV fails if value provided in CDF function is negative
11591
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   646
- Bug 2093 - MultiModelSpectrumChannel::GetDevice only works for 0-th index
11480
e16a7d8c558f update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11470
diff changeset
   647
- Bug 2096 - Wrong pcap information when MPDU aggregation is used
11623
9973457339ef update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11612
diff changeset
   648
- Bug 2104 - Sequence Number passed to QosUtilsMapSeqControlToUniqueInteger instead of Sequence Control
11452
f7e2c3127a02 Bug 2108 [wifi] - Erroneous implementation in InterferenceHelper
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11451
diff changeset
   649
- Bug 2108 - Erroneous implementation in InterferenceHelper
11591
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   650
- Bug 2119 - Fix memory leaks in FdNetDevice test due to non-executed events
11470
0b3d6135a28b Bug 2124 - UdpSocketImpl::ShutdownRecv doesn't stop the Ipv[4,6]EndPointDemux
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11452
diff changeset
   651
- Bug 2124 - UdpSocketImpl::ShutdownRecv doesn't stop the Ipv[4,6]EndPointDemux
11591
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   652
- Bug 2125 - subclasses must chain up to base class NotifyNewAggregate
11421
b04cfbe73884 Bug 2126 - LrWpanNetDevice silently accepts no mobility on the node
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11397
diff changeset
   653
- Bug 2126 - LrWpanNetDevice silently accepts no mobility on the node
11591
400d72ce0f21 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11583
diff changeset
   654
- Bug 2127 - Scheduler benchmark utility works in first run only
11636
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   655
- Bug 2130 - Allow SimpleChannel to simulate hidden terminals
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   656
- Bug 2132 - TcpL4Protocol sends a bad-formatted RST packet
11433
fdf9a6da39fa Bug 2135 - TCP doesn't honor the socket's output interface
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11427
diff changeset
   657
- Bug 2135 - TCP doesn't honor the socket's output interface
11427
5681a1db3cb3 update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11423
diff changeset
   658
- Bug 2136 - The usage of tid in wifi and wave module shall be "if (tid > 7)" rather than "if (tid >= 7)"
11526
90855bfd1cda update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11516
diff changeset
   659
- Bug 2138 - SimpleNetDevice could send overlapped packets
11636
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   660
- Bug 2143 - maybe-uninitialized warning
11655
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   661
- Bug 2146 - bug in WAVE channel coordination
11542
457d8732ca24 Bug 2148 - Ipv6Interface::SetUp doesn't re-create the Link-Local addresses
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11535
diff changeset
   662
- Bug 2148 - Ipv6Interface::SetUp doesn't re-create the Link-Local addresses
11526
90855bfd1cda update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11516
diff changeset
   663
- Bug 2153 - Incorrect power limits in wifi power control algorithms
90855bfd1cda update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11516
diff changeset
   664
- Bug 2154 - Incorrect power calculation in wifi power adaptation examples
11535
e9812cb35cef Bug 2156 [wifi] - Duplicate packets when using two level aggregation
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11526
diff changeset
   665
- Bug 2156 - Duplicate packets when using two level aggregation
11636
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   666
- Bug 2157 - OpenFlowSwitchNetDevice::BufferFromPacket setting eth_type incorrectly
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   667
- Bug 2158 - OpenflowSwitchNetDevice flooding bug
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   668
- Bug 2165 - server replies to SYN (with option TS) with a SYNACK (with option TS) also if the attribute Timestamp is false
11612
47c1048095f0 Bug 2166 - SteadyStateRandomWaypointMobilityModel directs the node to the ground
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11591
diff changeset
   669
- Bug 2166 - SteadyStateRandomWaypointMobilityModel directs the node to the ground
11655
afd3d2ce8799 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11649
diff changeset
   670
- Bug 2170 - AnimationInterface outputs improperly formed XML
11636
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   671
- Bug 2171 - power-adaptation-distance.cc:202:22: error: call to 'pow' is ambiguous
11631
8a9ba9524f57 update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11623
diff changeset
   672
- Bug 2173 - WifiInformationElement::DeserializeIfPresent attempts to read beyond the end of buffer
11636
d56935c679c6 Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11631
diff changeset
   673
- Bug 2174 - m_rWnd not updated when segments without ACK are received
11649
d1bbecfd11d4 Bug 2177 - Ipv6ExtensionFragmentHeader length is initialized to a wrong value.
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11636
diff changeset
   674
- Bug 2177 - Ipv6ExtensionFragmentHeader length is initialized to a wrong value.
11397
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   675
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   676
Known issues
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   677
------------
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   678
In general, known issues are tracked on the project tracker available
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   679
at http://www.nsnam.org/bugzilla/
1887754d4504 update RELEASE_NOTES and CHANGES.html for next release
Tom Henderson <tomh@tomh.org>
parents: 11394
diff changeset
   680
11394
8ea92bc090cd update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 11390
diff changeset
   681
Release 3.23
11216
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   682
============
10958
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   683
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   684
Availability
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   685
------------
11394
8ea92bc090cd update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 11390
diff changeset
   686
This release is available from:
8ea92bc090cd update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 11390
diff changeset
   687
http://www.nsnam.org/release/ns-allinone-3.23.tar.bz2
10958
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   688
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   689
Supported platforms
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   690
-------------------
11390
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   691
This release has been tested on the following platforms:
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   692
- Ubuntu 15.04 (64 bit) with g++-4.9.2
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   693
- Fedora Core 21 (64 bit) with g++-4.9.2
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   694
- Ubuntu 14.04 (64 bit) with g++-4.8.2
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   695
- Ubuntu 12.04.4 (32/64 bit) with g++-4.6.3
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   696
- CentOS/RHEL 6.6 (64-bit) with g++-4.4.7
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   697
- OS X Yosemite 10.10.3 with Xcode 6.3.1 and Apple LLVM version 6.1.0
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   698
- FreeBSD 10.1-RELEASE (64 bit) with clang-3.4.1
10958
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   699
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   700
New user-visible features
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   701
-------------------------
11226
d1185f77286f Bug 1974 - CalculateTxTime should return a Time, not a double
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11225
diff changeset
   702
- (network) CalculateTxTime has been declared obsolete.
d1185f77286f Bug 1974 - CalculateTxTime should return a Time, not a double
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11225
diff changeset
   703
  CalculateBytesTxTime and CalculateBitsTxTime are to be used instead.
11287
a0764d24359a update RELEASE_NOTES, CHANGES.html, and AUTHORS
Tom Henderson <tomh@tomh.org>
parents: 11282
diff changeset
   704
  The return value is a Time, instead of a double.
11390
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   705
- (mobility) Classes added for converting geographic to cartesian coordinates.
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   706
- (spectrum) TvSpectrumTransmitter models added to create television 
11287
a0764d24359a update RELEASE_NOTES, CHANGES.html, and AUTHORS
Tom Henderson <tomh@tomh.org>
parents: 11282
diff changeset
   707
  transmitter(s) that transmit PSD spectrums customized by attributes such 
a0764d24359a update RELEASE_NOTES, CHANGES.html, and AUTHORS
Tom Henderson <tomh@tomh.org>
parents: 11282
diff changeset
   708
  as modulation type, power, antenna type, channel frequency, etc.
11390
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   709
- (wifi) Several model improvements have been made.  Access points now 
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   710
  establish BSSBasicRateSet for control frame transmissions.  PLCP header 
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   711
  and payload reception have been decoupled for improved PHY modeling
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   712
  accuracy.  RTS/CTS with A-MPDU is now fully supported, and 802.11n
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   713
  stations now support two-level aggregation.
11216
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   714
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   715
Bugs fixed
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   716
----------
11325
77244b8e7046 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 11290
diff changeset
   717
- Bug 1757 - RLC AM not using NACK_SN
11226
d1185f77286f Bug 1974 - CalculateTxTime should return a Time, not a double
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11225
diff changeset
   718
- Bug 1974 - CalculateTxTime should return a Time, not a double
11255
ff44fde85863 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11237
diff changeset
   719
- Bug 1982 - AODV and mesh use random variables before seed can be set
11387
ad9b049b9b7a Bug 2004 [wifi] - Wrong timeout calculation for 802.11n in WifiMac
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11386
diff changeset
   720
- Bug 2004 - Wrong timeout calculation for 802.11n in WifiMac
11347
3f8d3d686167 Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11345
diff changeset
   721
- Bug 2008 - (lr-wpan) Crash if ending rx while status change is in progress
11232
865dcb3bf5a0 Bug 2025 - (lr-wpan) Changing the channel doesn't affect the Tx params
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11231
diff changeset
   722
- Bug 2025 - (lr-wpan) Changing the channel doesn't affect the Tx params
11345
9ae402a910f3 Bug 2034 - [lr-wpan] CSMA-CA BackoffPeriod is too short
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11344
diff changeset
   723
- Bug 2034 - (lr-wpan) CSMA-CA BackoffPeriod is too short 
11390
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   724
- Bug 2054 - TCP window update can shrink the Left Edge of the window
11350
ad4a84f9c0ee Update RELEASE_NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11347
diff changeset
   725
- Bug 2066 - A-MPDU reception should check for successful preamble
11390
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   726
- Bug 2067 - TCP performance when advertised window exceeds sender buffer size
11227
646733b102d1 Bug 2070 - Wrong report of Packets and Bytes stored in CoDeL
Natale Patriciello <natale.patriciello@gmail.com>
parents: 11226
diff changeset
   727
- Bug 2070 - Wrong report of Packets and Bytes stored in CoDeL
11225
750bd0fc8706 Bug 2073 - NDisc cache entries update timer might be stuck in a loop
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11216
diff changeset
   728
- Bug 2073 - NDisc cache entries update timer might be stuck in a loop
11353
b03d1c0ada03 Bug 2075 [wifi] - A-MPDU using RTS/CTS behaves wrongly when MaxSsrc is reached
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11350
diff changeset
   729
- Bug 2075 - A-MPDU using RTS/CTS behaves wrongly when MaxSsrc is reached
11232
865dcb3bf5a0 Bug 2025 - (lr-wpan) Changing the channel doesn't affect the Tx params
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11231
diff changeset
   730
- Bug 2076 - TCP MinRTO Attribute is not actually used
11230
113f3f38226e Bug 2077 - Icmpv6L4Protocol::HandleDestinationUnreachable must check the packet size, not its serialized size
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11227
diff changeset
   731
- Bug 2077 - Icmpv6L4Protocol::HandleDestinationUnreachable must check the packet size, not its serialized size
11236
6ea11eb86c17 Update RELEASE-NOTES
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11232
diff changeset
   732
- Bug 2079 - mcs variable in ht-wifi-network example is confusing
11287
a0764d24359a update RELEASE_NOTES, CHANGES.html, and AUTHORS
Tom Henderson <tomh@tomh.org>
parents: 11282
diff changeset
   733
- Bug 2082 - Empirical RV fails if the value provided in the CDF member function is negative
11237
77e2228781ac Bug 2083 - BridgeNetDevice may send corrupted packets
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11236
diff changeset
   734
- Bug 2083 - BridgeNetDevice may send corrupted packets
11287
a0764d24359a update RELEASE_NOTES, CHANGES.html, and AUTHORS
Tom Henderson <tomh@tomh.org>
parents: 11282
diff changeset
   735
- Bug 2087 - Waf fails to build ns-3 if the path contains accented characters
11282
02bc0561837f Bug 2090 - (rip-ng) Routes may be added twice on interface activation
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11255
diff changeset
   736
- Bug 2090 - (rip-ng) Routes may be added twice on interface activation
11290
38d21ad21f47 Bug 2093 - MultiModelSpectrumChannel::GetDevice only works for 0-th index
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11287
diff changeset
   737
- Bug 2093 - MultiModelSpectrumChannel::GetDevice only works for 0-th index
11344
c0f16f16643d Bug 2095 - [wimax] Wrong values in default-traces.h for 16 QAM 3/4
Esteban Municio <esteban.municio@urjc.es>
parents: 11337
diff changeset
   738
- Bug 2095 - (wimax) Wrong values in default-traces.h for 16 QAM 3/4
11384
935dc1cc08a4 Bug 2097 [wifi] - ACKs should be sent using legacy rates and preambles in 802.11n
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11353
diff changeset
   739
- Bug 2097 - ACKs should be sent using legacy rates and preambles in 802.11n
11337
bd2696da948b Bug 2103 - Ipv[4,6]RoutingHelper::PrintRoutingTableAll[At,Every] hangs if a node doesn't have IP
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11325
diff changeset
   740
- Bug 2103 - Ipv[4,6]RoutingHelper::PrintRoutingTableAll[At,Every] hangs if a node doesn't have IP
11216
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   741
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   742
Known issues
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   743
------------
11390
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   744
In general, known issues are tracked on the project tracker available
d9349bf0bb54 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11387
diff changeset
   745
at http://www.nsnam.org/bugzilla/
11216
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   746
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   747
Release 3.22
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   748
============
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   749
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   750
Availability
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   751
------------
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   752
This release is available from:
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   753
http://www.nsnam.org/release/ns-allinone-3.22.tar.bz2
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   754
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   755
Supported platforms
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   756
-------------------
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   757
This release has been tested on the following platforms:
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   758
- Fedora Core 21 (64 bit) with g++-4.9.2
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   759
- Ubuntu 14.10 (32 bit) with g++-4.9.1
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   760
- Ubuntu 14.04 (64 bit) with g++-4.8.2
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   761
- Ubuntu 12.04.4 (32/64 bit) with g++-4.6.3
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   762
- CentOS/RHEL 6.6 (64-bit) with g++-4.4.7
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   763
- OS X Yosemite 10.10 with Xcode 6.1.1 and clang-600.0.56
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   764
- FreeBSD 10.1-RELEASE (64 bit) with clang-3.4.1
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   765
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   766
New user-visible features
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   767
-------------------------
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   768
- (wifi) Support for MPDU aggregation has been added to the wifi model, 
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   769
  as well as a number of related example programs.
11212
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   770
- (wifi) Added two combined power and rate control mechanisms to the
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   771
  wifi module.  The new mechanisms, PARF and APARF, are the first in the
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   772
  wifi module to jointly control transmission power and data rate.  Two use 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   773
  case examples (PowerAdaptationDistance and PowerAdaptationInterference) 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   774
  and a test case have also been added.
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   775
- (lte) In previous releases of the LTE module, the bearer release
11169
Nicola Baldo <nbaldo@cttc.es>
parents: 11168 10967
diff changeset
   776
  functionality was only partially supported. As an enhancement, a
Nicola Baldo <nbaldo@cttc.es>
parents: 11168 10967
diff changeset
   777
  complete release bearer procedure is now implemented, which can be
Nicola Baldo <nbaldo@cttc.es>
parents: 11168 10967
diff changeset
   778
  invoked by calling the new helper method
Nicola Baldo <nbaldo@cttc.es>
parents: 11168 10967
diff changeset
   779
  LteHelper::DeActivateDedicatedEpsBearer(). The related output can be
Nicola Baldo <nbaldo@cttc.es>
parents: 11168 10967
diff changeset
   780
  seen through the stats collected at different layers like PDCP, RLC,
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   781
  MAC, PHY. To support this implementation, an example and test suite is
11169
Nicola Baldo <nbaldo@cttc.es>
parents: 11168 10967
diff changeset
   782
  added within the LTE module examples and tests folder.  
11212
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   783
- (wave) Additional support has been added for WiFi-based vehicular networks, 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   784
  including the channel-access coordination features of IEEE 1609.4 and a 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   785
  comprehensive VANET routing example that includes a Basic Safety 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   786
  Message (BSM) packet generator application and associated statistics 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   787
  counters.  Together, these allow users to evaluate the performance effects 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   788
  in a VANET of varying transmission and channel properties (e.g., packet 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   789
  rate, message size, transmit power, propagation loss model, impact of 
4db6a4741ec7 update RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11211
diff changeset
   790
  routing protocol traffic, etc.).
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   791
- (internet) It is now possible to print the Neighbor Cache (ARP and NDISC) 
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   792
  by using the RoutingProtocolHelper
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   793
- (stats) A new TimeProbe class has been added to hook the data collection 
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   794
  framework to traced values emitting Time objects
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   795
- (documentation) the callback function signatures for all TraceSources
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   796
  is documented in Doxygen
11216
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   797
- (utils) print-introspected-doxygen.cc has had several enhancements;
11210
002836cb4ffc Additions to RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 11209
diff changeset
   798
  use -h to read the usage message for details.
11216
cce9772d17c7 update RELEASE_NOTES and CHANGES.html for post-ns-3.22
Tom Henderson <tomh@tomh.org>
parents: 11212
diff changeset
   799
- (core) TracedValue and TracedCallback function signatures are now documented,
11210
002836cb4ffc Additions to RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 11209
diff changeset
   800
  which required changing the TypeId::AddTraceSource API.
10958
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   801
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   802
Bugs fixed
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   803
----------
11190
f0458968b67d Bug 1405 - RttEstimator improvements
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11186
diff changeset
   804
- Bug 1405 - RttEstimator improvements
10967
597a9ec89e60 [Bug 1551] NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10965
diff changeset
   805
- Bug 1551 - NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
11059
2fe905238013 bug 1726: minstrel rate manager doesn't save state (patch contributions also due to Jonathan Ling and Matías Richart)
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 11054
diff changeset
   806
- Bug 1726 - WiFi Minstrel rate control algorithm doesn't save state
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   807
- Bug 1734 - TcpSocketBase produces spurious delayed ACKs
11079
fde91036410a bug 1758: Missing Yans and Nist error rate models for 5/6 code rate of 802.11n HT
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11078
diff changeset
   808
- Bug 1758 - Yans and Nist error rate models for 5/6 code rate 802.11n HT
11127
22e089766fbe update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11121
diff changeset
   809
- Bug 1770 - mesh test and example crash for 32-bit optimized builds
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   810
- Bug 1774 - compute signal power around channel, not across whole band, and fix LrWpanHelper to add a default PropagationDelayModel
11043
0c1fce0706de update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11028
diff changeset
   811
- Bug 1791 - TCP Endpoint never deallocates when closing
11186
9922f3df84ae Update RELEASE-NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11179
diff changeset
   812
- Bug 1801 - Setting Wi-Fi timing parameters through WifiMac attributes (documentation fix)
11054
67de0a6729c3 bug 1906: 802.11n PHY configuration should be different for 2.4GHz and 5GHz devices
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11043
diff changeset
   813
- Bug 1906 - 802.11n PHY configuration for 2.4GHz and 5GHz devices
11011
68da08e92ffa Bug 1957 - UdpSocketImpl is stuck after a Close()
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10967
diff changeset
   814
- Bug 1957 - UdpSocketImpl is stuck after a Close()
11043
0c1fce0706de update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11028
diff changeset
   815
- Bug 1968 - Missing supported 802.11n HT rates in the WifiPhy constructor
11121
a887a3d37d5b update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11113
diff changeset
   816
- Bug 1969 - Support short guard interval durations in 802.11n
11043
0c1fce0706de update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11028
diff changeset
   817
- Bug 1970 - Missing NotifyAckTimeoutStartNow in MacLow::StartDataTxTimers
0c1fce0706de update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11028
diff changeset
   818
- Bug 1971 - 802.11n at 2.4 GHz should include a signal extension duration
11210
002836cb4ffc Additions to RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 11209
diff changeset
   819
- Bug 1972 - CommandLine duplicate argument handling: documentation updated.
10962
8beb54fffadc Bug 1983 - FlowMonitor returns containers copies instead of references
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10961
diff changeset
   820
- Bug 1983 - FlowMonitor returns containers copies instead of references.
11113
01eb74585933 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 11079
diff changeset
   821
- Bug 1986 - test result divergence for lte-frequency-reuse test
10961
de4573473570 Bug 1991 - PcapFileWrapper::CaptureSize attribute (snaplen) has no effect.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10958
diff changeset
   822
- Bug 1991 - PcapFileWrapper::CaptureSize attribute (snaplen) has no effect.
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   823
- Bug 1995 - avoid multiple definitions of PI
11113
01eb74585933 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 11079
diff changeset
   824
- Bug 1996 - RSRQ calculation: misleading variable names
11043
0c1fce0706de update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11028
diff changeset
   825
- Bug 1997 - Fix PlotProbe() documentation and usage for GnuplotHelper and FileHelper
11186
9922f3df84ae Update RELEASE-NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11179
diff changeset
   826
- Bug 2002 - Hardcoded include paths cause breakage
11043
0c1fce0706de update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11028
diff changeset
   827
- Bug 2011 - Default Speed attribute in ConstantSpeedPropagationDelayModel
11062
91a7bee99048 Bug 2016 - Radvd do not consider the SendAdvert option and don't reply to RS
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11059
diff changeset
   828
- Bug 2016 - Radvd do not consider the SendAdvert option and don't reply to RS
11078
f7c64e56df22 bug 2020: Erroneous MCS field in 802.11n PCAP files
Sébastien Deronne <sebastien.deronne@gmail.com>
parents: 11063
diff changeset
   829
- Bug 2020 - Erroneous MCS field in 802.11n PCAP files
11063
3bfdbd13f978 Bug 2021: Missing const qualifier in TopologyReader::Link::Attributes{Begin,End}()
Nuno Cardoso <nunopcardoso@gmail.com>
parents: 11062
diff changeset
   830
- Bug 2021 - Missing const qualifier in TopologyReader::Link::Attributes{Begin,End}()
11121
a887a3d37d5b update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11113
diff changeset
   831
- Bug 2026 - 802.11n Ness parameter badly set for data frames
a887a3d37d5b update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11113
diff changeset
   832
- Bug 2027 - Calculation of HT training symbol duration does not accurately follow 802.11n standard
a887a3d37d5b update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11113
diff changeset
   833
- Bug 2028 - remove unnecessary Time to double conversions in Wifi models
11113
01eb74585933 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 11079
diff changeset
   834
- Bug 2029 - new CQI generation approach fix
11121
a887a3d37d5b update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 11113
diff changeset
   835
- Bug 2030 - provide default values for WifiTxVector
11158
fa6102d0fa6d Bug 2037 - HT capabilities may print bogus chars
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11151
diff changeset
   836
- Bug 2037 - HT capabilities may print bogus chars
11139
41dffb7d58cf Bug 2038 - Stop method does not stop next wave in WaveformGenerator
Luis Pacheco <luisbelem@gmail.com>
parents: 11127
diff changeset
   837
- Bug 2038 - Stop method does not stop next wave in WaveformGenerator
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   838
- Bug 2042 - LTE a3-rsrp-handover-algorithm.cc:  error: overflow in implicit constant conversion
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   839
- Bug 2043 - print-introspected-doxygen crashes when some modules are disabled 
11193
f35b8f7e50f1 Bug 2053 - In tcp-socket-base.cc, NotifyDataSent incorrectly called with retransmits
Steve Zabele <zabele@comcast.net>
parents: 11190
diff changeset
   840
- Bug 2044 - Buffer::Iterator::ReadNtohU16() and ReadNtohU32() not implemented correctly
11151
5c9ec4cf871f Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11139
diff changeset
   841
- Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   842
- Bug 2046 - set Block Ack timeout when SetStandard is called
11165
d390d8eaafe2 Bug 2047 - Ipv6EndPointDemux::Lookup may crash
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11158
diff changeset
   843
- Bug 2047 - Ipv6EndPointDemux::Lookup may crash
11186
9922f3df84ae Update RELEASE-NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11179
diff changeset
   844
- Bug 2049 - CQI feedback should always use the same calculation method
11193
f35b8f7e50f1 Bug 2053 - In tcp-socket-base.cc, NotifyDataSent incorrectly called with retransmits
Steve Zabele <zabele@comcast.net>
parents: 11190
diff changeset
   845
- Bug 2053 - In tcp-socket-base.cc, NotifyDataSent incorrectly called with retransmits
11195
0c5e9bfa1b48 Bug 2055 - TxBuffer and RxBuffer traces don't work
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11193
diff changeset
   846
- Bug 2055 - TCP TxBuffer and RxBuffer traces don't work
11211
c7f9ed853e60 Add nix-vector lazy flush to RELEASE_NOTES and CHANGES.html
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 11210
diff changeset
   847
- Nix-vector routing implementation now uses a lazy flush mechanism,
c7f9ed853e60 Add nix-vector lazy flush to RELEASE_NOTES and CHANGES.html
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 11210
diff changeset
   848
  which dramatically speeds up the creation of large topologies.
11186
9922f3df84ae Update RELEASE-NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 11179
diff changeset
   849
10958
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   850
Known issues
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   851
------------
11209
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   852
In general, known issues are tracked on the project tracker available
2ebe49d34182 updates to RELEASE_NOTES and CHANGES.html
Tom Henderson <tomh@tomh.org>
parents: 11195
diff changeset
   853
at http://www.nsnam.org/bugzilla/
10958
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   854
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   855
Release 3.21
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   856
============
10542
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   857
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   858
Availability
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   859
------------
10958
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   860
This release is available from:
55f1b7dc037e update RELEASE_NOTES for new release version
Tom Henderson <tomh@tomh.org>
parents: 10946
diff changeset
   861
http://www.nsnam.org/release/ns-allinone-3.21.tar.bz2
10542
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   862
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   863
Supported platforms
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   864
-------------------
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   865
- Fedora Core 20 (32/64 bit) with g++-4.8.2
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   866
- Ubuntu 14.04 (32/64 bit) with g++-4.8.2
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   867
- Ubuntu 12.04.4 (64 bit) with g++-4.6.3
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   868
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   869
- CentOS/RHEL 6.5 (64-bit) with g++-4.4.7
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   870
- OS X Mavericks 10.9 with Xcode 5.1.1 and clang-503.0.40
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   871
- FreeBSD 9.2-RELEASE (64 bit) with clang-3.3
10815
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   872
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   873
New user-visible features
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   874
-------------------------
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   875
10839
e66c193458b8 updated LTE user docs and RELEASE_NOTES for EmuEpcHelper
Nicola Baldo <nbaldo@cttc.es>
parents: 10823
diff changeset
   876
- The LTE module now supports the transport of the S1-U, X2-U and X2-C
e66c193458b8 updated LTE user docs and RELEASE_NOTES for EmuEpcHelper
Nicola Baldo <nbaldo@cttc.es>
parents: 10823
diff changeset
   877
  interfaces over emulated links via the new helper class EmuEpcHelper.
10861
40a485317b1d CommandLine Attribute shorthand
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10855
diff changeset
   878
- CommandLine can now provide a shorthand argument name for any
40a485317b1d CommandLine Attribute shorthand
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10855
diff changeset
   879
  Attribute.
10892
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   880
- Implemented support for Frequency Reuse algorithms in LTE module, as the 
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   881
  outcome of GSoC 2014 project. 
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   882
  The project also includes several sub-features, such as:
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   883
   - implementation of Downlink Power Control
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   884
   - implementation of Uplink Power Control
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   885
   - new DL-CQI generation approach, which increases throughput if FR algorithms 
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   886
     are used
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   887
   - seven options of Frequency Reuse algorithms: LteFrNoOpAlgorithm, 
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   888
     LteFrHardAlgorithm, LteFrStrictAlgorithm, LteFrSoftAlgorithm, 
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   889
     LteFfrSoftAlgorithm, LteFfrEnhancedAlgorithm, LteFfrDistributedAlgorithm
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   890
   - updated RadioEnvironmentMapHelper. Now RadioEnvironmentMap can be generated 
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   891
     for Data or Control channel and for specified RbId, what is helpful when 
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   892
     using FR algorithms
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   893
- Added a CoDel queue model.  CoDel queues measure and control the queue
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   894
  traversal delay.  The ns-3 implementation is a port of the Linux 
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   895
  implementation.
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   896
- Added support for TCP timestamp and window scale options, and added
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   897
  ability to trace the TCP slow start threshold value.
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   898
- SimpleNetDevice and SimpleChannel (used for adding basic link effects
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   899
  for testing of higher-layer protocols) have been extended to support 
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   900
  the option of broadcast or PointToPoint link semantics.  The bandwidth
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   901
  and link delay can be constrained, and it uses an output queue.
10899
9b501eb7910c Enhancements to SimpleNetDevice and SimpleChannel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10892
diff changeset
   902
- SimpleNetDevice and SimpleChannel can be installed in a node through 
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   903
  a new helper: SimpleNetDeviceHelper.
10902
527fc624722a Bug 1811 - Basic traffic generator for network module
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10899
diff changeset
   904
- Implemented new PacketSocketServer and PacketSocketClient applications.
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   905
  The primary use is in tests, to avoid using the ones from the 
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   906
  application module that also bring in a dependency on the internet module.
10899
9b501eb7910c Enhancements to SimpleNetDevice and SimpleChannel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10892
diff changeset
   907
  
10815
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   908
Bugs fixed
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   909
----------
10851
674e0a46b808 refined fix for Bug 1762
Nicola Baldo <nbaldo@cttc.es>
parents: 10847
diff changeset
   910
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   911
- Bug 1673 - Config::Set/Connect does not search for attributes in parent class
10851
674e0a46b808 refined fix for Bug 1762
Nicola Baldo <nbaldo@cttc.es>
parents: 10847
diff changeset
   912
- Bug 1762 - UE stuck in IDLE_CONNECTING because RRC CONN REQ is not transmitted
10902
527fc624722a Bug 1811 - Basic traffic generator for network module
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10899
diff changeset
   913
- Bug 1811 - basic traffic generator for network module 
10933
7442f5603ef4 Bug 1824 - L4 protocol sockets should support BindToNetDevice over IPv6
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10920
diff changeset
   914
- Bug 1824 - L4 protocol sockets should support BindToNetDevice over IPv6
10855
7ef081ddfc7f Bug 1831 - TcpSocket SlowStartThreshold is not a TraceSource
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10854
diff changeset
   915
- Bug 1831 - TcpSocket SlowStartThreshold is not a TraceSource
10905
30680ed292cf Update RELEASE_NOTE
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10902
diff changeset
   916
- Bug 1851 - WifiRadioEnergyModel energy consumption values are taken from a 802.15.4 chip
10879
a9443dfe8b21 fixed Bug 1893 - issue in DoSchedUlTriggerReq with harq
Nicola Baldo <nbaldo@cttc.es>
parents: 10876
diff changeset
   917
- Bug 1854 - std::out_of_range Problem
10906
29ef028eae7b Bug 1858 - wireless examples not correctly recording packet reception - reported by Scott Carpenter <scarpen_at_ncsu.edu>
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10905
diff changeset
   918
- Bug 1858 - wireless examples not correctly recording packet reception
10905
30680ed292cf Update RELEASE_NOTE
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10902
diff changeset
   919
- Bug 1860 - TCP needs the Window Scale option
10879
a9443dfe8b21 fixed Bug 1893 - issue in DoSchedUlTriggerReq with harq
Nicola Baldo <nbaldo@cttc.es>
parents: 10876
diff changeset
   920
- Bug 1893 - issue in DoSchedUlTriggerReq with harq
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   921
- Bug 1911 - AODV cannot work on nodes with more than one netdevice
10819
f49b201c1884 Bug 1921 - Icmpv6L4Protocol::ForgeEchoRequest returns a malformed packet
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10818
diff changeset
   922
- Bug 1921 - Icmpv6L4Protocol::ForgeEchoRequest returns a malformed packet
10816
6f50759f4394 Bug 1930 - Use of invalid reference in OLSR RemoveLinkTuple
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10815
diff changeset
   923
- Bug 1930 - Use of invalid reference in OLSR RemoveLinkTuple
10818
7c905606c90c Bug 1932 - NdiscCache entry is not failsafe on double neighbor probing
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10816
diff changeset
   924
- Bug 1932 - NdiscCache entry is not failsafe on double neighbor probing.
10823
311e95076ad1 Bug 1937 - FlowMonitor fails to track multiplexed packets
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10819
diff changeset
   925
- Bug 1937 - FlowMonitor fails to track multiplexed packets
10905
30680ed292cf Update RELEASE_NOTE
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10902
diff changeset
   926
- Bug 1942 - refactoring of lte-sinr-chunk-processor -> lte-chunk-processor
10840
d19c32382a4b Bug 1943 - Waveform generator signal duration calc error
Sascha Alexander Jopen <jopen@informatik.uni-bonn.de>
parents: 10839
diff changeset
   927
- Bug 1943 - Waveform generator signal duration calc error
10846
c45f06192b19 Bug 1951 - AODV does not update nexthop for 1-hop nodes
Roman Naumann <naumann@informatik.hu-berlin.de>
parents: 10840
diff changeset
   928
- Bug 1951 - AODV does not update nexthop for 1-hop nodes
10847
e72b8f4c25bb Bug 1955 - The IPv4 identification field should be unique per (source, destination, protocol) tuple
Lynne Salameh <l.salameh@cs.ucl.ac.uk>
parents: 10846
diff changeset
   929
- Bug 1955 - The IPv4 identification field should be unique per (source, destination, protocol) tuple
10853
43b9107a69a3 Bug 1960 - Wrong information on index range, about Node::GetDevice
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10851
diff changeset
   930
- Bug 1960 - Wrong information on index range, about Node::GetDevice
10854
e6e590450831 Fix for Bug 1961 - planetlab-tap-creator "variable set but not used"
Alina Quereilhac <alina.quereilhac@inria.fr>
parents: 10853
diff changeset
   931
- Bug 1961 - planetlab-tap-creator "variable set but not used"
10871
56b912891887 Bug 1963 - AODV can tag the same packet twice (and raise an assert).
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10861
diff changeset
   932
- Bug 1963 - AODV can tag the same packet twice (and raise an assert)
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   933
- Bug 1964 - Integer overflow on UniformRandomVariable::GetInteger()
10876
c676856eafa7 Bug 1967 - LL Multicast is not compressed in the right way in IPHC
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10871
diff changeset
   934
- Bug 1967 - LL Multicast is not compressed in the right way in IPHC
10920
1a332226336a Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10906
diff changeset
   935
- Bug 1981 - PyViz shell not compatible with ipython >= 0.11
10892
3e86fac77082 GSoC 2014 FFR algorithms
Piotr Gawlowicz <gawlowicz.p@gmail.com>
parents: 10879
diff changeset
   936
10815
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   937
Known issues
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   938
------------
10946
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   939
- Bug 1770 - The mesh module will crash if used for g++ version >= 4.8.1
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   940
in optimized mode, on a 32-bit Linux machine.  Lowering the optimization
7c58d21348f4 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10933
diff changeset
   941
level to -O1 in this case can be used as a workaround.
10815
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   942
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   943
Release 3.20
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   944
=============
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   945
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   946
Availability
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   947
------------
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   948
This release is available from:
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   949
http://www.nsnam.org/release/ns-allinone-3.20.tar.bz2
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   950
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   951
Supported platforms
d34be08307d0 start RELEASE_NOTES and CHANGES.html for next version
Tom Henderson <tomh@tomh.org>
parents: 10812
diff changeset
   952
-------------------
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   953
- Fedora Core 20 (32/64 bit) with g++-4.8.2
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   954
- Ubuntu 14.04 (32/64 bit) with g++-4.8.2
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   955
- Ubuntu 12.04.4 (64 bit) with g++-4.6.3
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   956
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   957
- CentOS/RHEL 6.5 (64-bit) with g++-4.4.7
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   958
- OS X Mavericks 10.9 with Xcode 5.1.1 and clang-503.0.40
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   959
- FreeBSD 9.2-RELEASE (64 bit) with clang-3.3
10542
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   960
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   961
New user-visible features
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   962
-------------------------
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   963
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   964
- A new LrWpan model, providing initial support for IEEE 802.15.4 networks
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   965
- A new IPv6 routing protocol has been added: RIPng. This protocol is
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   966
  an Interior Gateway Protocol and it is available in the Internet module.
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   967
- A new LTE MAC downlink scheduling algorithm named Channel and QoS Aware (CQA) 
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   968
  Scheduler is provided by the new ``ns3::CqaFfMacScheduler`` object.
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   969
- The Internet FlowMonitor can now track IPv6 packets.
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   970
- FlowMonitor no longer tracks multicast/broadcast packets, reflecting
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   971
  its original design.
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   972
- FlowMonitor "SerializeToXml" functions are now directly available 
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   973
  from the helper.
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   974
- The SixLowPan model can now use uncompressed IPv6 headers. An option to
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   975
  define the minimum compressed packet size has been added. 
10688
ad36a71c737c Simplify output of Times in a specific unit; see Time::As ()
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10686
diff changeset
   976
- Simplify output of Times in a specific unit; see Time::As ()
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   977
- Ipv6Extension::m_dropTrace has been removed. Ipv6L3Protocol::m_dropTrace 
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   978
  is now fired when appropriate.
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   979
- IPv4 identification field value is now dependent on the protocol field.
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   980
- Fixes to support Python >= 3.3 in ns3 Python bindings
10590
fbc7c02235fb Enable selection of high precision int64x64 implementation at configure time.
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10589
diff changeset
   981
- Enable selection of high precision int64x64_t implementation
fbc7c02235fb Enable selection of high precision int64x64 implementation at configure time.
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10589
diff changeset
   982
  at configure time, for debugging purposes.
10546
cceae875fefa updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10542
diff changeset
   983
10542
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   984
Bugs fixed
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
   985
----------
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10705
diff changeset
   986
- Bug 1276 - optimize NistErrorRateModel
10624
8711242c4fe6 Bug 1294 - New PeekU8 () and Read (Buffer::Iterator start, uint32_t size) methods in Buffer::Iterator
Alexander Afanasyev <alexander.afanasyev@ucla.edu>
parents: 10621
diff changeset
   987
- Bug 1294 - New PeekU8 () and Read (Buffer::Iterator start, uint32_t size) methods in Buffer::Iterator
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   988
- Bug 1443 - MinDistance replaced by MinLoss in FriisPropagationLossModel, to
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
   989
  better handle conditions outside of the assumed far field region.
10621
c23778df1349 [Bug 1653] Extension of CommandLine interface
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10619
diff changeset
   990
- Bug 1653 - Extension of CommandLine interface: restored operator << (CommandLine)
10710
1c733dcc50b2 Bug 1717 - Detect unsettable attributes
Mitch Watrous <watrous@u.washington.edu>
parents: 10709
diff changeset
   991
- Bug 1717 - Detect unsettable attributes
10775
6d21630060e2 added missing bugs in RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10774
diff changeset
   992
- Bug 1730 - no model library documentation for spectrum module
10575
16f8ac386faf Bug 1739 - The endpoint is not deallocated for UDP sockets
Juan C. Granda <jcgranda@uniovi.es>
parents: 10572
diff changeset
   993
- Bug 1739 - The endpoint is not deallocated for UDP sockets
10558
022157dbf3e1 Update RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10551
diff changeset
   994
- Bug 1786 - os << int64x64_t prints un-normalized fractional values
10619
78c44da5cc94 Bug 1787 - Runtime error when using AnimationInterface::EnablePacketMetadata() to fetch metadata of CSMA packet
Tom Goff <tgoff@tgoff.net>
parents: 10617
diff changeset
   995
- Bug 1787 - Runtime error when using AnimationInterface::EnablePacketMetadata() to fetch metadata of CSMA packet
10625
c3e9a5530654 [Bug 1792] [Bug 1853] Remove inheritance from std::stream in ParameterLogger
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10624
diff changeset
   996
- Bug 1792 - Parameter logger constructor
10597
6e1bd685bcaa [Bug 1786] Fix for os << (int64x64_t) and fractional arithmetic
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10590
diff changeset
   997
- Bug 1808 - FlowMon relies on IPv4's Identification field to trace packets
10707
bc08a6c3350b Bug 1817 - IPv4 Identification field should consider protocol as well.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10706
diff changeset
   998
- Bug 1817 - IPv4 Identification field should consider protocol as well.
10692
bdf59f5ace93 Bug 1818: FlowMonitor needs IPv6 support
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10689
diff changeset
   999
- Bug 1818 - FlowMonitor needs IPv6 support
10775
6d21630060e2 added missing bugs in RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10774
diff changeset
  1000
- Bug 1820 - models library doc: make should not rm -rf figures
10551
e0fa0db84b6b Bug 1821 - Setting an interface to Down state will cause various asserts in IPv6
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10546
diff changeset
  1001
- Bug 1821 - Setting an interface to Down state will cause various asserts in IPv6
10698
88c653a2840a Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10692
diff changeset
  1002
- Bug 1829 - Multiple TCP socket entries
10572
1aa2cad49e4b Bug 1837 - AODV crashes when using multiple interfaces
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10558
diff changeset
  1003
- Bug 1837 - AODV crashes when using multiple interfaces
10576
efba60267342 Bug 1838 - FlowMonitorHelper must not be copied.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10575
diff changeset
  1004
- Bug 1838 - FlowMonitorHelper must not be copied.
10585
4e364bc2f1db Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10576
diff changeset
  1005
- Bug 1841 - FlowMonitor fails to install if IPv4 is not installed in the node
10668
50137e334cf2 Bug 1842 - FlowMonitor SerializeToXml<Something> should be called by the helper
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10665
diff changeset
  1006
- Bug 1842 - FlowMonitor SerializeToXml<Something> should be called by the helper
10669
46c9391bc38b Bug 1843 - IPv6 extensions dropped packets do not fire L3 drop trace
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10668
diff changeset
  1007
- Bug 1843 - IPv6 extensions dropped packets do not fire L3 drop trace
10670
d04c750525d7 Bug 1845 - FlowMonitor should discard any broadcast/multicast packet
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10669
diff changeset
  1008
- Bug 1845 - FlowMonitor should discard any broadcast/multicast packet
10589
b7800701d3b3 Updated RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10586
diff changeset
  1009
- Bug 1846 - IPv6 should send Destination Unreachable if no route is available
10698
88c653a2840a Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10692
diff changeset
  1010
- Bug 1850 - TCP NewReno loss behavior
10617
e31b0f7602d8 Bug 1855 - SixLowPanNetDevice is not correctly indexed
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10616
diff changeset
  1011
- Bug 1852 - cairo-wideint-private.h error cannot find definitions for fixed-width integral types
10625
c3e9a5530654 [Bug 1792] [Bug 1853] Remove inheritance from std::stream in ParameterLogger
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10624
diff changeset
  1012
- Bug 1853 - NS_LOG_FUNCTION broken on OSX 10.9
10617
e31b0f7602d8 Bug 1855 - SixLowPanNetDevice is not correctly indexed
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10616
diff changeset
  1013
- Bug 1855 - SixLowPanNetDevice is not correctly indexed
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
  1014
- Bug 1857 - Detect location of installed boost libraries
10626
16bbfc4cb29d [Bug 1862] NS_LOG="Time=*|prefix_time" causes stack overflow
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10625
diff changeset
  1015
- Bug 1862 - NS_LOG="Time=*|prefix_time" causes stack overflow
10777
d7b9a2eb73c8 Update RELEASE_NOTE
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10776
diff changeset
  1016
- Bug 1868 - Optimized builds are sensitive to -fstrict-overflow
10648
5970605ca894 Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10646
diff changeset
  1017
- Bug 1870 - Remove unnecessary AsInt functions
10774
1f47a73ab755 Bug 1872 and 1895 - DSR model improvements (credits also to Tomasz Seweryn <tomasz.seweryn7@gmail.com>)
Yufei Cheng <yfcheng0@gmail.com>
parents: 10773
diff changeset
  1018
- Bug 1872 - Inside RREQ processing, in case of IP duplication, packet dropped instead of being forwarded
10701
37823f33885f Bug 1873 - Energy source checked to be aggregated to the node
Tomasz Seweryn <tomasz.seweryn7@gmail.com>
parents: 10698
diff changeset
  1019
- Bug 1873 - Energy source checked to be aggregated to the node
10646
a68b000ae77b Bug 1874 - Ipv4L3Protocol::ProcessFragment: addressCombination and idProto identifiers not properly computed
Rubén Martínez <rmartinez@deic.uab.cat>
parents: 10626
diff changeset
  1020
- Bug 1874 - Ipv4L3Protocol::ProcessFragment: addressCombination and idProto identifiers not properly computed
10709
82c7c2aabbb1 Bug 1876 - enable OLSR HNA table access
Christopher Kosecki <christopher.l.kosecki.ctr@mail.mil>
parents: 10707
diff changeset
  1021
- Bug 1876 - enable OLSR HNA table access
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
  1022
- Bug 1877 - constructors missing for PropagationLossModels
10662
b2a9cfe37c78 [Bug 1882] update RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10648
diff changeset
  1023
- Bug 1882 - int64x64 tests trigger valgrind bug
10663
dbc51b515e49 Bug 1883 - IPv6 don't consider the prefix and network when choosing output address
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10662
diff changeset
  1024
- Bug 1883 - IPv6 don't consider the prefix and network when choosing output address
10775
6d21630060e2 added missing bugs in RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10774
diff changeset
  1025
- Bug 1885 - WifiSpectrumValue5MhzFactory::CreateRfFilter does not align with the used 5Mhz SpectrumModel
10678
cbaefda493be Bug 1887 - Point-to-point traces should contain PPP headers
Eugene Chemeritskiy <echemeritskiy@arccn.ru>
parents: 10670
diff changeset
  1026
- Bug 1887 - Point-to-point traces should contain PPP headers
10684
156ee4e1f4aa Bug 1888 - COST231 propagation loss model: corrections
Biljana Bojović <biljana.bojovic@gmail.com>
parents: 10683
diff changeset
  1027
- Bug 1888 - COST231 propagation loss model: corrections
10773
04303015c3b5 fix RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10710
diff changeset
  1028
- Bug 1889 - PointToPointNetDevice: In some cases MacTxDrop trace is not called
10682
20ce79766233 Bug 1890 - UdpClientTrace: MPEG frame size is squeezed into (insufficient) 16 bit integer
Eugene Chemeritskiy <echemeritskiy@arccn.ru>
parents: 10681
diff changeset
  1029
- Bug 1890 - UdpClientTrace: MPEG frame size is squeezed into (insufficient) 16 bit integer
10681
42d060863f5d Bug 1891 - UdpSocketImpl::GetSockName doesn't return the IPv6 address
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10678
diff changeset
  1030
- Bug 1891 - UdpSocketImpl::GetSockName doesn't return the IPv6 address
10776
ee392f91fda6 Bug 1894 - CqaFfMacScheduler needs an update
Biljana Bojovic <biljana.bojovic@gmail.com>
parents: 10775
diff changeset
  1031
- Bug 1894 - CqaFfMacScheduler needs an update
10774
1f47a73ab755 Bug 1872 and 1895 - DSR model improvements (credits also to Tomasz Seweryn <tomasz.seweryn7@gmail.com>)
Yufei Cheng <yfcheng0@gmail.com>
parents: 10773
diff changeset
  1032
- Bug 1895 - IP header Source Address changed while forwarding RREQ
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
  1033
- Bug 1900 - Avoid floating point differences across platforms in test outputs
10705
2b4472775de6 Bug 1903 - Namespace usage in olsr-state.cc/h
Konstantinos Katsaros <dinos.katsaros@gmail.com>
parents: 10701
diff changeset
  1034
- Bug 1903 - Namespace usage in olsr-state.cc/h
10807
330f167e9c60 update release notes
Tom Henderson <tomh@tomh.org>
parents: 10799
diff changeset
  1035
- Bug 1907 - Add IsSupportedMcs method in YansWifiPhy
10796
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
  1036
- Bug 1912 - Avoid multiple Wifi MacTxMiddle instances
2ab9d1721613 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10787
diff changeset
  1037
- Bug 1913 - Avoid crash in Wifi BlockAckManager::GetNextPacket()
10785
e4c5fc7f7f5b Bug 1915 - BRITE channel delay is rounded to an integer
Chris Hood <chood8@gatech.edu>
parents: 10777
diff changeset
  1038
- Bug 1915 - BRITE channel delay is rounded to an integer
10787
5f2a338bbf5c Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10785
diff changeset
  1039
- Bug 1916 - RandomWalk2dMobilityMode default "Bounds" attribute is not a rectangle
10807
330f167e9c60 update release notes
Tom Henderson <tomh@tomh.org>
parents: 10799
diff changeset
  1040
- Bug 1919 - Strip trailing semi-colons from mobility trace files
330f167e9c60 update release notes
Tom Henderson <tomh@tomh.org>
parents: 10799
diff changeset
  1041
- Bug 1920 - Remove DSR attributes so file can be re-loaded by config-store
330f167e9c60 update release notes
Tom Henderson <tomh@tomh.org>
parents: 10799
diff changeset
  1042
- Bug 1922 - WAVE GetSsid should not be fatal
10810
b253af519662 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10807
diff changeset
  1043
- Bug 1923 - Setting Active Probing to false in Wifi Sta has no effect
10812
26cf5449be0a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10810
diff changeset
  1044
- Bug 1924 - sensing radius and CCA
10542
b7b6d7a1a79f start new version RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10540
diff changeset
  1045
10799
6ba6e4674c29 describe bug 1770 issue and workaround
Tom Henderson <tomh@tomh.org>
parents: 10796
diff changeset
  1046
Known issues
6ba6e4674c29 describe bug 1770 issue and workaround
Tom Henderson <tomh@tomh.org>
parents: 10796
diff changeset
  1047
------------
6ba6e4674c29 describe bug 1770 issue and workaround
Tom Henderson <tomh@tomh.org>
parents: 10796
diff changeset
  1048
- Bug 1770 - The mesh module will crash if used for g++ version >= 4.8.1
6ba6e4674c29 describe bug 1770 issue and workaround
Tom Henderson <tomh@tomh.org>
parents: 10796
diff changeset
  1049
in optimized mode, on a 32-bit Linux machine.  Lowering the optimization
6ba6e4674c29 describe bug 1770 issue and workaround
Tom Henderson <tomh@tomh.org>
parents: 10796
diff changeset
  1050
level to -O1 in this case can be used as a workaround.
6ba6e4674c29 describe bug 1770 issue and workaround
Tom Henderson <tomh@tomh.org>
parents: 10796
diff changeset
  1051
10540
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1052
Release 3.19
10422
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1053
=============
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1054
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1055
Availability
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1056
------------
10540
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1057
This release is available from:
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1058
http://www.nsnam.org/release/ns-allinone-3.19.tar.bz2
10422
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1059
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1060
Supported platforms
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1061
-------------------
10540
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1062
These platforms have been tested; others may work also:
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1063
- Fedora Core 20 (32 bit) with g++-4.8.2
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1064
- Fedora Core 19 (32/64 bit) with g++-4.8.1
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1065
- Ubuntu 13.10 (64 bit) with g++-4.8.1
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1066
- Ubuntu 12.04.3 (32/64 bit) with g++-4.6.3
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1067
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1068
- OS X Mavericks 10.9 with Xcode 5.0.1 and clang-500.2.79
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1069
- OS X Mountain Lion 10.8.5 with Xcode 5 and g++-4.2.1
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1070
- FreeBSD 9.2-RELEASE (64 bit) with clang-3.3
10422
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1071
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1072
New user-visible features
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1073
-------------------------
10519
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1074
- Extension to UE measurements and improved handover algorithm models in LTE
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1075
  module, as the outcome of GSoC 2013 project. The project also includes several
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1076
  sub-features, such as:
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1077
   - implementation of System Information Block Type 1 (SIB1);
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1078
   - a new option for automatic UE attachment using Idle mode cell selection
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1079
     procedure;
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1080
   - improved configurability of UE measurements; and
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1081
   - two options of handover algorithms for enabling automatic handover trigger
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1082
     in LTE simulation: A2-A4-RSRQ and strongest cell (A3-RSRP).
f7f72f3cc6e3 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details
Budiarto Herman <budiarto.herman@magister.fi>
parents: 10516
diff changeset
  1083
10540
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1084
- A new FixedRoomPositionAllocator has been added to the buildings
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1085
  module. It allows one to generate a random position uniformly
10520
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1086
  distributed in the volume of a chosen room inside a chosen building.  
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1087
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1088
- A new attribute ns3::LteRlcAm::TxOpportunityForRetxAlwaysBigEnough
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1089
  allows to overcome the lack for re-segmentation in the RLC AM
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1090
  implementation by assuming that the size of a TxOpportunity is
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1091
  always big enough for the RLC AM PDU to be retransmitted.
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1092
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1093
- After some profiling, the code of LteMiErrorModel has been optimized
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1094
  for speed, resulting in a significantly lower execution time of the
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1095
  LTE model when used with the error model enabled.
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1096
10530
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1097
- A new WiFi extension for vehicular simulation support is available in 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1098
  the src/wave directory.  The current code represents an interim capability 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1099
  to realize an IEEE 802.11p-compliant device, but without the WAVE 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1100
  extensions (which are planned for a later patch).  The WaveNetDevice 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1101
  modelled herein enforces that a WAVE-compliant physical layer (at 5.9 GHz)
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1102
  is selected, and does not require any association between devices (similar 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1103
  to an adhoc WiFi MAC), but is otherwise similar (at this time) to a 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1104
  WifiNetDevice.  WAVE capabililties of switching between control and 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1105
  service channels, or using multiple radios, are not yet modelled.
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1106
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1107
- A new IPv6 over Low power Wireless Personal Area Networks (6LoWPAN) model
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1108
  is available.  Using ns-3's naming convention, the acronym is expanded
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1109
  to SixLowPanNetDevice.   The SixLowPanNetDevice is able to act as a 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1110
  shim between IPv6 and a NetDevice, compressing IPv6 headers according 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1111
  to RFCs 4944 and 6262.  The SixLowPanNetDevice is meant to be used over 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1112
  IEEE 802.15.4 NetDevices, but it can be used on other NetDevices as 
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1113
  well (see the manual for full details).  This model precedes the
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1114
  general availability of an 802.15.4 model, so must be run in conjunction
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1115
  with a wired NetDevice model for now, or with experimental versions of
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1116
  802.15.4 models.
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1117
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1118
- It is now possible to use Ipv6PacketInfoTag from UDP applications in the
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1119
  same way as with Ipv4PacketInfoTag. See Doxygen for current limitations in
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1120
  using Ipv[4,6]PacketInfoTag to set IP properties.
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1121
  
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1122
- Ipv[4,6]Interfaces not respecting the minimum MTU requirements (68 octects
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1123
  for IPv4 and 1280 octects for IPv6) will be automatically set as Down.
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1124
  
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1125
- IPv6 addresses and routing tables are printed in a more conventional way,
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1126
  closely matching the Linux "route -A inet6" command.
10533
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1127
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1128
- Additional time units (Year, Day, Hour, Minute) were added to the time
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1129
  value class that represents simulation time; the largest unit prior to 
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1130
  this addition was Second.
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1131
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1132
- A new parallel scheduling algorithm based on null messages, a common 
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1133
  parallel DES scheduling algorithm, has been added.  The null message 
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1134
  scheduler has better scaling properties when running on some scenarios
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1135
  with large numbers of nodes since it does not require a global 
0daa97dec8db add to notes regarding null message parallel scheduler and new time units
Tom Henderson <tomh@tomh.org>
parents: 10530
diff changeset
  1136
  communication.
10530
5b8a681d1822 editing in preparation for release
Tom Henderson <tomh@tomh.org>
parents: 10528
diff changeset
  1137
  
10422
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1138
Bugs fixed
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1139
----------
10516
f70e78d94658 [Bug 1496] Finish the documentation.
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10515
diff changeset
  1140
- Bug 1496 - Option to print log level in NS_LOG messages, and documentation.
10526
a69d7ca6e5b4 Bug 1592 - Parsing bug in FlowMonitor example script (fix suggested by Eric Hein)
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10520
diff changeset
  1141
- Bug 1592 - Parsing bug in FlowMonitor example script
10520
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1142
- Bug 1756 - RLC AM Mode State Variable Bug
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1143
- Bug 1763 - Message 3 should be sent using the UL GRANT in the RAR
10434
b1850c85be24 update RELEASE_NOTES and CHANGES.html for TapBridge changes
Tom Henderson <tomh@tomh.org>
parents: 10422
diff changeset
  1144
- Bug 1778 - Implement TapBridge::IsLinkUp() function
b1850c85be24 update RELEASE_NOTES and CHANGES.html for TapBridge changes
Tom Henderson <tomh@tomh.org>
parents: 10422
diff changeset
  1145
- Bug 1777 - Implement the more direct way of "using" configuration of existing tap interface
b1850c85be24 update RELEASE_NOTES and CHANGES.html for TapBridge changes
Tom Henderson <tomh@tomh.org>
parents: 10422
diff changeset
  1146
- Bug 1776 - Improve CRC performance for CsmaNetDevice in emulation modes
10520
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1147
- Bug 1788 - unused private field warning
10510
34299825e664 Bug 1789 - missing test condition for sigma in buildings-shadowing-test
Nicola Baldo <nbaldo@cttc.es>
parents: 10494
diff changeset
  1148
- Bug 1789 - missing test condition for sigma in buildings-shadowing-test
10528
c1e835b43726 Bug 1796 - Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10526
diff changeset
  1149
- Bug 1796 - Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6
10438
32b7a66dbe7f Bug 1798 - Changing the rate of onOffApplication might stop transmission
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10434
diff changeset
  1150
- Bug 1798 - Changing the rate of onOffApplication might stop transmission
10467
c5bf751f8d4e Bug 1802 - FlowMon header deserialization problem with IPv4 fragments
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10459
diff changeset
  1151
- Bug 1802 - FlowMon header deserialization problem with IPv4 fragments
10520
aea85e35fee2 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10519
diff changeset
  1152
- Bug 1803 - Lookup /NodeList/4/DeviceList/0/LteEnbRrc/UeMap/0 got no matches
10457
299e2483e596 Bug 1807 - Multiple bugs in Ipv4L3Protocol::LocalDeliver
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10438
diff changeset
  1153
- Bug 1807 - Multiple bugs in Ipv4L3Protocol::LocalDeliver
10512
f222d52c616f Bug 1810 - IP packets can be sent on NetDevices not respecting the minimum MTU requirements
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10510
diff changeset
  1154
- Bug 1810 - IP packets can be sent on NetDevices not respecting the minimum MTU requirements
10515
8238217cb0c3 Bug 1814 - IPv6 Packets with length not multiple of 8 bytes are fragmented incorrectly.
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10514
diff changeset
  1155
- Bug 1814 - IPv6 Packet with length not multiple of 8 bytes are fragmented incorrectly.
10540
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1156
- Bug 1815 - Python bindings compilation with clang compiler toolchain
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1157
- Bug 1816 - IPv4 fragmentation loses Packet tags
10686
62079cdaafc4 Bug 1877 - constructor missing for <something>PropagationLossModels
Scott Carpenter <scarpen@ncsu.edu>
parents: 10684
diff changeset
  1158
- Bug 1877 - constructor missing for <something>PropagationLossModels
10540
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1159
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1160
Release 3.18.2
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1161
==============
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1162
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1163
ns-allinone-3.18.2 was released to include a bake configuration file update
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1164
for Direct Code Execution.  The ns-3 code in this release was unchanged
322102df792e Update RELEASE_NOTES for release
Tom Henderson <tomh@tomh.org>
parents: 10533
diff changeset
  1165
from that of ns-3.18.1.
10422
114314101699 update RELEASE_NOTES and CHANGES.html for new release
Tom Henderson <tomh@tomh.org>
parents: 10421
diff changeset
  1166
10421
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1167
Release 3.18.1
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1168
==============
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1169
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1170
This release is mainly to provide updated compiler support (clang/LLVM)
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1171
and fix the Python API scanning facility.  A few additional bug fixes
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1172
and new features are described below.
9758
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1173
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1174
Availability
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1175
------------
10421
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1176
This release is available from:
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1177
http://www.nsnam.org/release/ns-allinone-3.18.1.tar.bz2
9758
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1178
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1179
Supported platforms
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1180
-------------------
10421
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1181
These platforms have been tested; others may work also:
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1182
- Fedora Core 19 (32/64 bit) with g++-4.8.1
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1183
- Ubuntu 13.10 (64 bit) with g++-4.8.1
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1184
- Ubuntu 12.04.3 (32/64 bit) with g++-4.6.3
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1185
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1186
- OS X Mavericks 10.9 with Xcode 5.0.1 and clang-500.2.79
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1187
- OS X Mountain Lion 10.8.5 with Xcode 5 and g++-4.2.1
f6cfad75eea5 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release
Tom Henderson <tomh@tomh.org>
parents: 10401
diff changeset
  1188
- FreeBSD 9.2-RELEASE (64 bit) with clang-3.3
10234
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1189
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1190
New user-visible features
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1191
-------------------------
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1192
- It is now possible to randomize the time of the first beacon from an 
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1193
  access point.  Use an attribute "EnableBeaconJitter" to enable/disable 
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1194
  this feature.
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1195
- A new FixedRoomPositionAllocator helper class is available; it
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1196
  allows one to generate a random position uniformly distributed in the
10229
4da5979086e8 Logging wildcards: allow "***" as synonym for "*=**"
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10228
diff changeset
  1197
  volume of a chosen room inside a chosen building.
4da5979086e8 Logging wildcards: allow "***" as synonym for "*=**"
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10228
diff changeset
  1198
- Logging wildcards:  allow "***" as synonym for "*=**" to turn on all logging.
10230
cb1431abab4a Print log component list alphabetically.
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10229
diff changeset
  1199
- The log component list ("NS_LOG=print-list") is now printed alphabetically.
10188
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1200
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1201
Bugs fixed
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1202
----------
10234
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1203
- Bug 1779 - NS_UNUSED_GLOBAL not working in attribute test class declaration
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1204
- Bug 1766 - Fixes to wifi-hidden-terminal.cc example
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1205
- Bug 1722 - Avoid transmitting beacons concurrently
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1206
- Bug 1691 - RTS/CTS NAV reset prematurely
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1207
- Bug 1622 - Avoid waf hanging during apiscan
10210
674b7a1cb71e Bug 1616 - WifiPhyStateHelper reports false CCA_BUSY times at State trace source
Karsten Roscher <sfx@rocktale.de>
parents: 10209
diff changeset
  1208
- Bug 1616 - WifiPhyStateHelper reports false CCA_BUSY times at State trace source
10234
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1209
- Bug 1552 - Storing log name inside LogComponent class (NS_LOG) as std::string
10211
1af765ed27c8 Bug 1011 - assert failed. file=../src/devices/wifi/dcf-manager.cc
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10210
diff changeset
  1210
- Bug 1011 - assert failed. file=../src/devices/wifi/dcf-manager.cc
10234
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1211
- bug 945 - remove deprecated IEEE 802.11p code from wifi module
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1212
- Fix aliasing bug in optimized static builds
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1213
- Fix memory leak due to circular reference in MPI module
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1214
- Make wifi tests more robust to random variable perturbations
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1215
- Fix Time class doxygen
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1216
- Fix compilation with Clang 3.2 and newer versions, including Apple Xcode 5
cef71461175a Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10230
diff changeset
  1217
- Miscellaneous NetAnim fixes
10188
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1218
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1219
Release 3.18
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1220
=============
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1221
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1222
Availability
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1223
------------
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1224
This release is available from: 
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1225
http://www.nsnam.org/release/ns-allinone-3.18.tar.bz2
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1226
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1227
Supported platforms
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1228
-------------------
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1229
These platforms have been tested; others may work also:
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1230
- Fedora Core 18 (32/64 bit) with g++-4.7.2
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1231
- Fedora Core 17 (32/64 bit) with g++-4.7.0
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1232
- Ubuntu 13.04 (32/64 bit) with g++-4.7.3
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1233
- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1234
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1235
- OS X Mountain Lion 10.8.3 with g++-4.2.1
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1236
- FreeBSD 9.1-RELEASE (64 bit) with g++-4.2.1
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1237
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1238
New user-visible features
f2177f4b2cb1 update repository to start work on ns-3.19
Tom Henderson <tomh@tomh.org>
parents: 10179
diff changeset
  1239
-------------------------
9944
fe52d2eda4e7 Add hash to CHANGES.html and RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 9920
diff changeset
  1240
- Time attributes can now be bounded.  See attribute-test-suite.cc for an
fe52d2eda4e7 Add hash to CHANGES.html and RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 9920
diff changeset
  1241
  example.
10119
8d243058531d update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10112
diff changeset
  1242
- Data collection components have been added to the stats module.  These
8d243058531d update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10112
diff changeset
  1243
  components can be used to generate time series data in files and plots.
8d243058531d update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10112
diff changeset
  1244
- IPv6 address class 2001:db8::/32 is now dropped by routers (RFC 3849).
9944
fe52d2eda4e7 Add hash to CHANGES.html and RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 9920
diff changeset
  1245
- New generic hash function interface.  Two hash functions are provided:
fe52d2eda4e7 Add hash to CHANGES.html and RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 9920
diff changeset
  1246
  murmur3 (default), and the venerable FNV1a.  See the Hash Functions
fe52d2eda4e7 Add hash to CHANGES.html and RELEASE_NOTES
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 9920
diff changeset
  1247
  section in the Manual.
9946
df4a7e93c13d Mac16Address added, Mac64Address refactored, and Mac[16,64]Address can be used in IPv6
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9944
diff changeset
  1248
- New Mac16Address has been added, Mac64Address is now in-line with 
df4a7e93c13d Mac16Address added, Mac64Address refactored, and Mac[16,64]Address can be used in IPv6
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9944
diff changeset
  1249
  Mac48Address and all the three can be used in IPv6 autoconfigure. 
10101
9658a01ee462 addressed the comments in https://codereview.appspot.com/11374043/#msg2
Nicola Baldo <nbaldo@cttc.es>
parents: 9946
diff changeset
  1250
- Previously, the use of Building models was limited to the use of the
9658a01ee462 addressed the comments in https://codereview.appspot.com/11374043/#msg2
Nicola Baldo <nbaldo@cttc.es>
parents: 9946
diff changeset
  1251
  companion BuildingsMobilityModel. Now, any MobilityModel can be
9658a01ee462 addressed the comments in https://codereview.appspot.com/11374043/#msg2
Nicola Baldo <nbaldo@cttc.es>
parents: 9946
diff changeset
  1252
  used with Building models. 
10103
c6d9b9da1a40 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10101
diff changeset
  1253
- The latest LTE module code by the LENA project has been merged,
c6d9b9da1a40 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10101
diff changeset
  1254
  including the following new features: 
c6d9b9da1a40 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10101
diff changeset
  1255
   - PHY support for UE measurements (RSRP and RSRQ)
c6d9b9da1a40 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10101
diff changeset
  1256
   - RRC support for UE measurements (configuration, execution, reporting)
c6d9b9da1a40 updated RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 10101
diff changeset
  1257
   - Automatic Handover trigger based on RRC UE measurement reports
10127
f4cee68de571 Bug 1721 - Path MTU isn't handled properly
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10119
diff changeset
  1258
- IPv6 can now detect and use Path-MTU. See 
f4cee68de571 Bug 1721 - Path MTU isn't handled properly
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10119
diff changeset
  1259
  examples/ipv6/fragmentation-ipv6-two-MTU.cc for an example.
10129
5d1521685ad9 Bug 1728 - Radvd application is missing an Helper
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10128
diff changeset
  1260
- Radvd application have a new Helper. See the updated 
5d1521685ad9 Bug 1728 - Radvd application is missing an Helper
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10128
diff changeset
  1261
  examples/ipv6/radvd.cc for an example.
10139
17a71cd49da3 partial 802.11n support
Ghada Badawy <gbadawy@gmail.com>
parents: 10131
diff changeset
  1262
- 11n- It is now possible to create a high throughput (HT) node that used the new 11n data rates and preambles.
10143
48f66512ec9b [PATCH] core: Extending public interface of CommandLine class
Alexander Afanasyev <alexander.afanasyev@ucla.edu>
parents: 10139
diff changeset
  1263
- It is now possible to request printing command line arguments to the
48f66512ec9b [PATCH] core: Extending public interface of CommandLine class
Alexander Afanasyev <alexander.afanasyev@ucla.edu>
parents: 10139
diff changeset
  1264
  desired output stream using PrintHelp or operator <<
9758
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1265
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1266
Bugs fixed
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1267
----------
10147
52b4fed4e789 Fix Bug 1687: wscript features report doesn't respect NOCOLOR
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10146
diff changeset
  1268
- Bug  760 - IP address removal can be painful
10159
4cb133203819 Addendum to bug 1522
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10147
diff changeset
  1269
- Bug 1190 - Suppress hello if bcast was sent within the last hello interval
9918
dc9ec9fb4578 Bug 1296 - Enhancement in Ipv[4,6]RoutingHelper
Alexander Afanasyev <alexander.afanasyev@ucla.edu>
parents: 9916
diff changeset
  1270
- Bug 1296 - Enhancement in Ipv[4,6]RoutingHelper
9849
b3ec74c99612 Bug 1697 - ICMPv6 Redirect trigger contains multiple bugs
Guowang Shi <shiguowang2007@gmail.com>
parents: 9848
diff changeset
  1271
- Bug 1390 - ICMPv6 Redirect are handled correctly only for /64 networks
10159
4cb133203819 Addendum to bug 1522
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10147
diff changeset
  1272
- Bug 1522 - Hidden node scenario leads to ARP failure
10179
8dc92cb1e737 bug 1584: Association Request Timeouts not canceled. - Fixed copy-paste error in 831ad8abd1c0.
Andrey Mazo <mazo@iitp.ru>
parents: 10170
diff changeset
  1273
- Bug 1584 - Old Association Request Timeouts are not canceled
10162
46af8ddb9a53 update release notes
John Abraham <john.abraham.in@gmail.com>
parents: 10159
diff changeset
  1274
- Bug 1629 - Make AODV Default to Disable Hello
9815
ffa2ab77b59b Update the RELEASE_NOTE (track fixed bugs)
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9814
diff changeset
  1275
- Bug 1643 - NdiscCache creation and existence checks
9835
3efac978b3c9 Bug 1700 - Ipv6RawSocket does not honor the bound address when sending packets
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9817
diff changeset
  1276
- Bug 1646 - ICMPv6 Redirect are sent from global address instead of link-local
9815
ffa2ab77b59b Update the RELEASE_NOTE (track fixed bugs)
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9814
diff changeset
  1277
- Bug 1662 - m_type not set for Ipv6OptionRouterAlertHeader
9814
f31e38c2614a Bug 1678 - C++11 compliance problem with std::pair
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9758
diff changeset
  1278
- Bug 1678 - C++11 compliance problem with std::pair"
9920
e90d966ba939 Bug 1682 - ./waf crashes on FC10
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9919
diff changeset
  1279
- Bug 1682 - ./waf crashes on FC10
9815
ffa2ab77b59b Update the RELEASE_NOTE (track fixed bugs)
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9814
diff changeset
  1280
- Bug 1683 - IPv6 autoconfigured don't use *infinite* lifetimes
9816
e86da132e7e9 Fix Bug 1669 - ns-3 should support binding two and three (possibly more) arguments
Vedran Miletić <rivanvx@gmail.com>
parents: 9815
diff changeset
  1281
- Bug 1669 - ns-3 should support binding two and three (possibly more) arguments
9916
725d7c8811b8 Bug 1675 - Throughput computation error in Wireless examples
Junling Bu <linlinjavaer@gmail.com>
parents: 9915
diff changeset
  1282
- Bug 1675 - Throughput computation error in Wireless examples
10147
52b4fed4e789 Fix Bug 1687: wscript features report doesn't respect NOCOLOR
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10146
diff changeset
  1283
- Bug 1687 - wscript features report doesn't respect NOCOLOR
9848
800877664177 Bug 1688 - Routers should advertise themselves from the link-local address
Guowang Shi <shiguowang2007@gmail.com>
parents: 9837
diff changeset
  1284
- Bug 1688 - Routers should advertise themselves from the link-local address
9817
cfb7c304cf2d Bug 1689 - IPv6 shouldn't add a default gateway without checking the Router lifetime
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9816
diff changeset
  1285
- Bug 1689 - IPv6 shouldn't add a default gateway without checking the Router lifetime
10170
69d9828c473d update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10162
diff changeset
  1286
- Bug 1690 - missing header files from wifi wscript
9849
b3ec74c99612 Bug 1697 - ICMPv6 Redirect trigger contains multiple bugs
Guowang Shi <shiguowang2007@gmail.com>
parents: 9848
diff changeset
  1287
- Bug 1697 - ICMPv6 Redirect trigger contains multiple bugs
9914
201715662b32 Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9892
diff changeset
  1288
- Bug 1698 - mobility.SetPositionAllocator misses prefix "ns3::"
9835
3efac978b3c9 Bug 1700 - Ipv6RawSocket does not honor the bound address when sending packets
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9817
diff changeset
  1289
- Bug 1700 - Ipv6RawSocket does not honor the bound address when sending packets
9836
d675eb43a62f Bug 1701 - Ipv6StaticRouting: the source address should match the destination scope
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9835
diff changeset
  1290
- Bug 1701 - Ipv6StaticRouting: the source address should match the destination scope
10131
0dc090fc749d Bug 1702 - A router should't aways add itself as the default router
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10129
diff changeset
  1291
- Bug 1702 - Ipv6InterfaceContainer::SetRouter should not always add the router as the default router.
9837
9981985e3b3b Bug 1703 - Nodes don't react to a DAD
Guowang Shi <shiguowang2007@gmail.com>
parents: 9836
diff changeset
  1292
- Bug 1703 - Nodes don't react to a DAD
9882
a975d133fa12 Bug 1712 - The IP (v4 and v6) forwarding needs a test
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9855
diff changeset
  1293
- Bug 1712 - The IP (v4 and v6) forwarding needs a test
9853
5048f46bddd3 Bug 1718 - Ipv4StaticRouting log component is misspelled
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9849
diff changeset
  1294
- Bug 1718 - Ipv4StaticRouting log component is misspelled
9855
d478e8a3b66e Bug 1720 - IPv6 Fragmentation cause crashes
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9854
diff changeset
  1295
- Bug 1720 - IPv6 Fragmentation cause crashes
10127
f4cee68de571 Bug 1721 - Path MTU isn't handled properly
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10119
diff changeset
  1296
- Bug 1721 - Path MTU isn't handled properly
10170
69d9828c473d update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 10162
diff changeset
  1297
- Bug 1723 - name clash in ipv4-header.h with <termios.h>
9886
243b172140ca Bug 1727 - Ping6 should use a proper source address
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 9882
diff changeset
  1298
- Bug 1727 - Ping6 should use a proper source address
10129
5d1521685ad9 Bug 1728 - Radvd application is missing an Helper
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10128
diff changeset
  1299
- Bug 1728 - Radvd application is missing an Helper
9914
201715662b32 Update RELEASE_NOTES
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9892
diff changeset
  1300
- Bug 1731 - lte-phy-error-model passes unexpectedly
10146
efc260b40738 Update RELEASE_NOTES with Bug 1738
Peter D. Barnes, Jr. <barnes26@llnl.gov>
parents: 10143
diff changeset
  1301
- Bug 1738 - strict aliasing compiler bug
10112
fa446d420a4a Bug 1742 - IPv6 HbH and Dst Extension Header size is not correctly calculated
Francisco Javier Sánchez-Roselly <fnavarro@ujaen.es>
parents: 10103
diff changeset
  1302
- Bug 1742 - IPv6 HbH and Dst Extension Header size is not correctly calculated
10128
f30c35341c5a Bug 1752 - RadvdInterface m_defaultLifeTime is set to milliseconds instead of seconds
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10127
diff changeset
  1303
- Bug 1752 - RadvdInterface m_defaultLifeTime is set to milliseconds instead of seconds
10159
4cb133203819 Addendum to bug 1522
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10147
diff changeset
  1304
- Bug 1753 - Halting Issue with DistributedSimulatorImpl
10143
48f66512ec9b [PATCH] core: Extending public interface of CommandLine class
Alexander Afanasyev <alexander.afanasyev@ucla.edu>
parents: 10139
diff changeset
  1305
- Bug 1754 - Missing GIL lock in generated callback destructor
9758
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1306
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1307
Known issues
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1308
------------
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1309
In general, known issues are tracked on the project tracker available
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1310
at http://www.nsnam.org/bugzilla/
b7f82950d534 prepare for next release
Tom Henderson <tomh@tomh.org>
parents: 9756
diff changeset
  1311
9750
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1312
Release 3.17
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1313
============
9212
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1314
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1315
Availability
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1316
------------
9756
b4a70b99171a update RELEASE_NOTES for availability
Tom Henderson <tomh@tomh.org>
parents: 9752
diff changeset
  1317
This release is available from: 
b4a70b99171a update RELEASE_NOTES for availability
Tom Henderson <tomh@tomh.org>
parents: 9752
diff changeset
  1318
http://www.nsnam.org/release/ns-allinone-3.17.tar.bz2
9212
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1319
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1320
Supported platforms
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1321
-------------------
9750
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1322
These platforms have been tested; others may work also:
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1323
- Fedora Core 18 (32/64 bit) with g++-4.7.2
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1324
- Fedora Core 17 (32/64 bit) with g++-4.7.0
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1325
- Ubuntu 13.04 (32/64 bit) with g++-4.7.3
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1326
- Ubuntu 12.10 (32/64 bit) with g++-4.6.3
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1327
- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1328
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1329
- OS X Mountain Lion 10.8.3 with g++-4.2.1
d3b64d12f051 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9745
diff changeset
  1330
- FreeBSD 9.1-RELEASE (64 bit) with g++-4.2.1
9212
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1331
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1332
New user-visible features
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1333
-------------------------
9714
e15fefdc07f4 Documentation
Brian Swenson <bswenson3@gatech.edu>
parents: 9698
diff changeset
  1334
- new TCP Westwood and Westwood+ models
9752
c2c31a5059d4 update changes.html and release notes for FdNetDevice changes
Tom Henderson <tomh@tomh.org>
parents: 9750
diff changeset
  1335
- new FdNetDevice model and associated helpers.  The FdNetDevice is able
c2c31a5059d4 update changes.html and release notes for FdNetDevice changes
Tom Henderson <tomh@tomh.org>
parents: 9750
diff changeset
  1336
  to read and write from a file descriptor.  Various helpers are provided
c2c31a5059d4 update changes.html and release notes for FdNetDevice changes
Tom Henderson <tomh@tomh.org>
parents: 9750
diff changeset
  1337
  to associate this descriptor with underlying devices or sockets on the 
c2c31a5059d4 update changes.html and release notes for FdNetDevice changes
Tom Henderson <tomh@tomh.org>
parents: 9750
diff changeset
  1338
  host operating system, including a packet socket for emulation, and
c2c31a5059d4 update changes.html and release notes for FdNetDevice changes
Tom Henderson <tomh@tomh.org>
parents: 9750
diff changeset
  1339
  tap devices including a version specialized for use on PlanetLab.
9233
4a9feececbf3 fix RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9232
diff changeset
  1340
- ns-3-click: it's now possible to (i) have Click pull random numbers from
4a9feececbf3 fix RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9232
diff changeset
  1341
  ns-3 and (ii) have ns-3 set "defines" in Click via the simulation file 
4a9feececbf3 fix RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9232
diff changeset
  1342
  (see src/click/examples/nsclick-defines.cc).
9286
acb15be955a9 Update release notes about Waf and create-module.py changes
Vedran Miletić <rivanvx@gmail.com>
parents: 9237
diff changeset
  1343
- Waf shipped with ns-3 has been upgraded to version 1.7.10 and custom
acb15be955a9 Update release notes about Waf and create-module.py changes
Vedran Miletić <rivanvx@gmail.com>
parents: 9237
diff changeset
  1344
  pkg-config generator has been replaced by Waf's builtin tool.
acb15be955a9 Update release notes about Waf and create-module.py changes
Vedran Miletić <rivanvx@gmail.com>
parents: 9237
diff changeset
  1345
- create-module.py script has been updated to work with waf 1.7 and support
acb15be955a9 Update release notes about Waf and create-module.py changes
Vedran Miletić <rivanvx@gmail.com>
parents: 9237
diff changeset
  1346
  for creating modules with names containing dashes has been added.
9736
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 9730
diff changeset
  1347
- the M5 release of the LTE module by the LENA project has been
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 9730
diff changeset
  1348
  merged; please see src/lte/RELEASE_NOTES for more detailed info 
9212
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1349
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1350
Bugs fixed
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1351
----------
9728
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1352
- bug 1256 - Unnecessary SND.NXT advance, missing ACK for Out of Order segments
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1353
- bug 1318 - Ipv6L3Protocol::LocalDeliver can get stuck in an infinte loop
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1354
- bug 1409 - Add an attribute "SystemId" to configure the ID for MPI
9745
2b69b173a877 fixed bug 1421 - Frequency dependent propagation loss models need uniform Frequency / Lambda attribute
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
  1355
- bug 1421 - Frequency dependent propagation loss models need uniform Frequency / Lambda attribute
9728
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1356
- bug 1434 - DSR throughput not comparable to other protocols for manet example
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1357
- bug 1502 - Shutdown on tcp socket seems to misbehave
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1358
- bug 1503 - BlockAckManager infine loop
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1359
- bug 1517 - Waf clean/distclean doesn't remove the doc/html directory
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1360
- bug 1540 - Waf not finding click libraries
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1361
- bug 1549 - Test for NS_LOG
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1362
- bug 1556 - Uses of htonl making OpenFlow's match field error
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1363
- bug 1563 - Reduce valgrind test scope
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1364
- bug 1564 - Packet meta data isn't shown in dumbbell-animation.xml
9235
fd4216b85d46 Update RELEASE_NOTES
Konstantinos Katsaros <dinos.katsaros@gmail.com>
parents: 9233
diff changeset
  1365
- bug 1566 - WiFi SNR tag improvements
9728
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1366
- bug 1568 - Deserialized addresses are implicity marked as Mac48Address
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1367
- bug 1569 - droptail_vs_red example doesn't run
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1368
- bug 1570 - Valgrind errors in new test examples
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1369
- bug 1574 - Node color overwritten, by mobility updates in netanim
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1370
- bug 1575 - Invert the y-axis in netanim
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1371
- bug 1576 - Frequency units HERTZ and MEGAHERTZ mix up
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1372
- bug 1577 - Typo in ascii picture in example aodv script
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1373
- bug 1579 - edca-txop-n fragmentation causes segfault
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1374
- bug 1582 - IPv6 raw socket return value is not like Linux socket
9237
db83a668984c Bug 1585 - Length field of A-MSDU subframe header endianness
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9236
diff changeset
  1375
- bug 1585 - Length field of A-MSDU subframe header endianness
9728
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1376
- bug 1586 - Building documentation fails if make runs in parallel
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1377
- bug 1588 - UdpEchoServer::HandleRead logs fail when using Ipv6
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1378
- bug 1589 - Bake - support pre-2.7 version of python
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1379
- bug 1590 - Bake - more autotools version support
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1380
- bug 1595 - Function declarations without implementations cause problems with dsr module's python bindings
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1381
- bug 1596 - Inet TopologyReader is skipping one link and duplicating another one
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1382
- bug 1600 - Icmpv6OptionLinkLayerAddress can only carry 48 bit addresses correctly
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1383
- bug 1601 - RttEstimator doesn't set the m_currentEstimatedRtt to m_initialEstimatedRtt on creation
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1384
- bug 1602 - waf build can break due to file collisions in higher-level directory
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1385
- bug 1603 - random-variable-stream-helper - this unavalable for static member functions
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1386
- bug 1607 - OnOffApplication over TCP with IPv6 support
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1387
- bug 1608 - DSR Network ACK is not handled correctly
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1388
- bug 1609 - Route Request table is needed
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1389
- bug 1612 - pyviz (visualizer) will not be installed
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1390
- bug 1613 - Can't build ns-3-dev with g++ 4.7.2
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1391
- bug 1615 - Adjusting OLSR HelloInterval Attribute results in no links
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1392
- bug 1618 - bake.py not detecting install of libxml2-dev on ubuntu
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1393
- bug 1623 - pybindgen rev809 is not able to build after Ubuntu 1210
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1394
- bug 1625 - ns-3-dev fails to build on Debian wheezy amd64
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1395
- bug 1626 - ipv6-only network can't use UDP or TCP
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1396
- bug 1632 - Prepend bake build directory to the guessed locations
9725
8e5c78e820f2 Update release notes
Mitch Watrous <watrous@u.washington.edu>
parents: 9715
diff changeset
  1397
             that waf will look to find libraries
9728
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1398
- bug 1633 - Bake - should not report that it is downloading qt4 when it is already installed
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1399
- bug 1635 - Small bug without Simulator::Destroy()
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1400
- bug 1636 - Compilation error flagged as unmet dependency
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1401
- bug 1637 - Bake calling apt-get for unpriviledged user
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1402
- bug 1639 - bake.py support for linux mint
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1403
- bug 1640 - bake needs to test for g++
649f21865518 Updated bug fixes in RELEASE_NOTES
Brian Swenson <bswenson3@gatech.edu>
parents: 9725
diff changeset
  1404
- bug 1641 - bake reports autotools dependency, but needs automake
9730
caa72139e284 bug 1661 - Variable ub1 defined but not used in ipv6-address.cc
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 9728
diff changeset
  1405
- bug 1661 - Variable ub1 defined but not used in ipv6-address.cc
9212
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1406
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1407
Known issues
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1408
------------
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1409
In general, known issues are tracked on the project tracker available
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1410
at http://www.nsnam.org/bugzilla/
294690720935 start CHANGES.html and RELEASE_NOTES for next ns-3 version
Tom Henderson <tomh@tomh.org>
parents: 9206
diff changeset
  1411
9201
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1412
Release 3.16
8846
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1413
============
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1414
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1415
Availability
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1416
------------
9206
49d343e55cae update release notes
Tom Henderson <tomh@tomh.org>
parents: 9201
diff changeset
  1417
This release is available from: 
49d343e55cae update release notes
Tom Henderson <tomh@tomh.org>
parents: 9201
diff changeset
  1418
http://www.nsnam.org/release/ns-allinone-3.16.tar.bz2
8846
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1419
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1420
Supported platforms
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1421
-------------------
9201
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1422
- Fedora Core 17 (32/64 bit) with g++-4.7.0
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1423
- Fedora Core 15 (64 bit) with g++-4.6.3
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1424
- Ubuntu 12.10 (32/64 bit) with g++-4.6.3
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1425
- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1426
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1427
- OS X Mountain Lion 10.8.3 with g++-4.2.1
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1428
- FreeBSD 8.2 (32 bit) with g++-4.2.1
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1429
- Cygwin 1.7.9-1 with g++-4.5.3
8846
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1430
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1431
New user-visible features
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1432
-------------------------
9189
b6e9f47c260b Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
Vedran Miletić <rivanvx@gmail.com>
parents: 9178
diff changeset
  1433
- Support several new LTE MAC schedulers developed in GSoC 2012 project. 
b6e9f47c260b Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
Vedran Miletić <rivanvx@gmail.com>
parents: 9178
diff changeset
  1434
  Those schedulers include FD-MT, TD-MT, TTA, FD-BET, TD-BET, FD-TBFQ,
b6e9f47c260b Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
Vedran Miletić <rivanvx@gmail.com>
parents: 9178
diff changeset
  1435
  TD-TBFQ, PSS. Here, FD and TD mean frequency domain and time domain 
b6e9f47c260b Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
Vedran Miletić <rivanvx@gmail.com>
parents: 9178
diff changeset
  1436
  respectively.
b6e9f47c260b Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
Vedran Miletić <rivanvx@gmail.com>
parents: 9178
diff changeset
  1437
- It's now possible to use distcc when building ns-3 by using
b6e9f47c260b Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
Vedran Miletić <rivanvx@gmail.com>
parents: 9178
diff changeset
  1438
  $ CXX='distcc g++' ./waf configure
b6e9f47c260b Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
Vedran Miletić <rivanvx@gmail.com>
parents: 9178
diff changeset
  1439
  $ ./waf build
9201
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1440
- Support topology generation with the (external) BRITE topology generation 
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1441
  tool
9017
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1442
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1443
Bugs fixed
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1444
----------
9201
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1445
- bug  555 - DCF immediate access
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1446
- bug  976 - wifi-wired-bridging regression test fails because of 
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1447
             rounding errors in mobility model
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1448
- bug 1055:  Wrong UAN's Thorp absorption loss model formula
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1449
- bug 1284 - ./test.py performance tests do not exist
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1450
- bug 1324 - ns3tcp-cwnd-test-suite.cc test failing
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1451
- bug 1340 - ns3tcp-loss-suite.cc tests failing
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1452
- bug 1342 - ns3tcp-cwnd-test-suite.cc tests failing
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1453
- bug 1345 - ns-3 builds with clang compiler >= 3.0
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1454
- bug 1359 - TCP cannot receive ICMP
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1455
- bug 1361 - Set TOS from Application level (sockets)
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1456
- bug 1463 - ./test.py --example should automatically detect the path
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1457
- bug 1479 - When the Ipv4RawSocket "IpHeaderInclude" Attribute set true,
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1458
             Ip Checksum error
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1459
- bug 1485 - Setting global properties in config file (raw text) does
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1460
             not have any effect
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1461
- bug 1493 - test.py --list should show the test type default tip
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1462
- bug 1493 - test.py --list should show the test type 
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1463
- bug 1494 - test.py --constrain doesn't work
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1464
- bug 1495 - test.py claims test passed when no test was run
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1465
- bug 1506:  TCP data segment piggybacking acknowledgment
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1466
- bug 1509 - RttEstimator returns invalid value in presence of errors
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1467
- bug 1516 - GtkConfigStore does not show read-only attributes
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1468
- bug 1520 - Config paths not fully documented (partial fix)
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1469
- bug 1524 - Fragmentation Threshold equals to Packet Size at MAC Layer 
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1470
             (Data + IP + UDP) crash the reception
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1471
- bug 1525 - Linker error with mpi on Mac 10.8
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1472
- bug 1526:  Wrong calculation of pathloss within 
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1473
             UanPropModelThorp::GetPathLossDb
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1474
- bug 1527 - Ipv4RawSocket's BindToNetDevice not working
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1475
- bug 1528 - BindToNetDevice not working for IPv6 sockets
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1476
- bug 1531 - Crash when using NS_LOG in destructors of static objects
64885f1a6c77 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 9189
diff changeset
  1477
- bug 1532 - unimplemented LTE Scheduler methods
9017
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1478
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1479
Known issues
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1480
------------
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1481
In general, known issues are tracked on the project tracker available
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1482
at http://www.nsnam.org/bugzilla/
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1483
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1484
Release 3.15
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1485
============
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1486
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1487
Availability
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1488
------------
9206
49d343e55cae update release notes
Tom Henderson <tomh@tomh.org>
parents: 9201
diff changeset
  1489
This release is available from: 
49d343e55cae update release notes
Tom Henderson <tomh@tomh.org>
parents: 9201
diff changeset
  1490
http://www.nsnam.org/release/ns-allinone-3.15.tar.bz2
9017
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1491
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1492
Supported platforms
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1493
-------------------
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1494
- Fedora Core 17 (32/64 bit) with g++-4.7.0
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1495
- Fedora Core 15 (64 bit) with g++-4.6.3
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1496
- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1497
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1498
- OS X Mountain Lion 10.7.4 with g++-4.2.1
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1499
- OS X Snow Leopard 10.6.8 with g++-4.2.1 
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1500
- FreeBSD 8.2 (32 bit) with g++-4.2.1
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1501
- Cygwin 1.7.9-1 with g++-4.5.3
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1502
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1503
New user-visible features
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1504
-------------------------
8878
a007dbfb3189 update CHANGES.html and RELEASE_NOTES for random variable merge
Tom Henderson <tomh@tomh.org>
parents: 8850
diff changeset
  1505
- A new random variable base class called 'RandomVariableStream', has been
9017
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1506
  introduced.  This base class derives from ns3::Object, unlike the current 
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1507
  'RandomVariable' class which is a special type of object in the ns-3 
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1508
  system to date.  By making this class derive from ns3::Object, it can be 
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1509
  handled with the Ptr class, can carry attributes, and can have its parameters
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1510
  and initial state saved in the config-store subsystem.  A new attribute
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1511
  called "Stream" has been introduced for this class, to allow users to
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1512
  better control the assignment of underlying pseudo-random sequences to
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1513
  the RandomVariableStream objects (bug 101).
8846
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1514
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1515
Bugs fixed
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1516
----------
8878
a007dbfb3189 update CHANGES.html and RELEASE_NOTES for random variable merge
Tom Henderson <tomh@tomh.org>
parents: 8850
diff changeset
  1517
 - bug 101 - random variable initialization
9020
200c9dd61e1a bug 1256: Unnecessary SND.NXT advance, missing ACK for Out of Order segments
Tom Henderson <tomh@tomh.org>
parents: 9017
diff changeset
  1518
 - bug 1256 - Unnecessary SND.NXT advance, missing ACK for Out of Order segments
9017
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1519
 - bug 1308 - Nix-vector; do not process packets to self
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1520
 - bug 1386 - assert if PositionAllocator not provided to 
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1521
              RandomWaypointMobilityModel
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1522
 - bug 1399 - TCP not backing off retransmissions properly
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1523
 - bug 1441 - IPv4 header length handling
8921
54b4a8f3e214 Update release notes
Mitch Watrous <watrous@u.washington.edu>
parents: 8878
diff changeset
  1524
 - bug 1464 - ConfigStore Save + Load => Could not set default value 
54b4a8f3e214 Update release notes
Mitch Watrous <watrous@u.washington.edu>
parents: 8878
diff changeset
  1525
                  for ns3::UdpSocketImpl::IcmpCallback
9023
f77becf78850 bug 1470 - define default parameter for constructor in .h file
Alexander Afanasyev <alexander.afanasyev@ucla.edu>
parents: 9022
diff changeset
  1526
 - bug 1470 - define default parameter for constructor in .h file
9025
0980403d7723 bug 1473 - GetQueue/SetQueue missing from Csma python bindings
Per <per_e_lists@rocketmail.com>
parents: 9023
diff changeset
  1527
 - bug 1473 - GetQueue/SetQueue missing from Csma python bindings
8921
54b4a8f3e214 Update release notes
Mitch Watrous <watrous@u.washington.edu>
parents: 8878
diff changeset
  1528
 - bug 1475 - "test.py --list" should sort the output
54b4a8f3e214 Update release notes
Mitch Watrous <watrous@u.washington.edu>
parents: 8878
diff changeset
  1529
 - bug 1476 - TestCase::GetName () should not be private
9021
4e780b4a0969 bug 1489 - Jakes Log component is missing
Tom Henderson <tomh@tomh.org>
parents: 9020
diff changeset
  1530
 - bug 1477 - Click doesn't work with raw sockets
9026
e3475c94c01a bug 1481: openflow example doesn't run
Josh Pelkey <joshpelkey@gmail.com>
parents: 9025
diff changeset
  1531
 - bug 1481 - Openflow example doesn't run
9022
c57bd30c65cf bug 1486 - Segfaults in nix-vector-routing with bridges
Peter J. Scheibel <scheibel1@llnl.gov>
parents: 9021
diff changeset
  1532
 - bug 1486 - Segfaults in nix-vector-routing with bridges
9021
4e780b4a0969 bug 1489 - Jakes Log component is missing
Tom Henderson <tomh@tomh.org>
parents: 9020
diff changeset
  1533
 - bug 1489 - Jakes Log component is missing
9017
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1534
 - fixed bug with multiple LCs in UL BSR
ada0e58b1f58 update release notes
Tom Henderson <tomh@tomh.org>
parents: 8923
diff changeset
  1535
 - fixed bug with lena-dual-stripe crashes with --homeUesHomeEnbRatio=2
8846
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1536
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1537
Known issues
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1538
------------
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1539
In general, known issues are tracked on the project tracker available
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1540
at http://www.nsnam.org/bugzilla/
6e874a0fee27 start new release notes for future releases
Tom Henderson <tomh@tomh.org>
parents: 8840
diff changeset
  1541
8850
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1542
Release 3.14.1
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1543
==============
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1544
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1545
Availability
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1546
------------
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1547
This release is available from:
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1548
http://www.nsnam.org/release/ns-allinone-3.14.1.tar.bz2
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1549
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1550
Bugs fixed
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1551
----------
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1552
This hotfix release contains a fix for the PyViz visualizer and makes it
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1553
easier to add PyViz support to examples; otherwise it is the same as the
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1554
ns-3.14 release.
d509ac199cde update release notes for ns-3.14.1
Tom Henderson <tomh@tomh.org>
parents: 8846
diff changeset
  1555
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1556
Release 3.14
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1557
============
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1558
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1559
Availability
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1560
------------
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1561
This release is available from: 
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1562
http://www.nsnam.org/release/ns-allinone-3.14.tar.bz2
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1563
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1564
Supported platforms
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1565
-------------------
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1566
ns-3.14 has been tested on the following platforms.  Not all features are
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1567
available on all platforms; check the Installation page on the project wiki.
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1568
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1569
- Fedora Core 17 (32/64 bit) with g++-4.7.0
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1570
- Fedora Core 16 (32/64 bit) with g++-4.6.3
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1571
- Fedora Core 15 (64 bit) with g++-4.6.3
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1572
- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1573
- Ubuntu 11.10 (32 bit) with g++-4.6.1
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1574
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1575
- OS X Lion 10.7.4 with g++-4.2.1
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1576
- OS X Snow Leopard 10.6.8 with g++-4.2.1 
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1577
- FreeBSD 8.2 (32 bit) with g++-4.2.1
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1578
- Cygwin 1.7.9-1 with g++-4.5.3
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1579
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1580
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
  1581
-------------------------
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1582
- Transport protocol implementations (TCP, UDP) have been refactored to
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1583
  support also IPv6 connections. Dual-stacked IPv6 sockets are implemented. 
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1584
  An IPv6 socket can accept an IPv4 connection, returning the sender's 
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1585
  address as an IPv4-mapped address (IPV6_V6ONLY socket option is not 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1586
  implemented).
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1587
- The LTE code from the LENA project has been merged, bringing in a
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1588
  significant redesign of the LTE module as well as many new features.
7847
411299d94e07 updated CHANGES.html and RELEASE_NOTES
Nicola Baldo <nbaldo@cttc.es>
parents: 7793
diff changeset
  1589
- 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
  1590
  radiation pattern models. See the corresponding new section of the
7880
f5c22d8411e6 Update CHANGES.html and RELEASE_NOTES for QueueMode and ErrorUnit.
Vedran Miletić <rivanvx@gmail.com>
parents: 7870
diff changeset
  1591
  ns-3 models library documentation for details.
8749
4462ac63d4cf merge of the code from the LENA project into ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 7884
diff changeset
  1592
- A new buildings module is introduced which allows to model the
4462ac63d4cf merge of the code from the LENA project into ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 7884
diff changeset
  1593
  presence of buildings in a wireless network topology.  
4462ac63d4cf merge of the code from the LENA project into ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 7884
diff changeset
  1594
- New propagation models (OkumuraHata, ITU-R P.1411, ITU-R P.1238)
4462ac63d4cf merge of the code from the LENA project into ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 7884
diff changeset
  1595
  have been added
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1596
- The Dynamic Source Routing (DSR) MANET routing protocol for IPv4 was added.
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1597
- A Random Early Detection (RED) queue model has been added.
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1598
- Ipv6RoutingHelper is now in-line with Ipv4RoutingHelper concerning the RT 
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1599
  print functions. Various minor changes were made in Ipv6RoutingProtocol and 
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1600
  derived classes to make this possible.
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1601
- New "SendIcmpv6Redirect" attribute (and getter/setter functions) to 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1602
  Ipv6L3Protocol. The behavior is similar to Linux's conf "send_redirects",
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1603
  i.e., enable/disable the ICMPv6 Redirect sending.
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1604
- Longer and more descriptive names are used for error units in RateErrorModel
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1605
  class and queue mode in Queue class. Attributes in those classes are also
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1606
  changed for consistency. See API documentation for details.
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1607
- The netanim animator is now bundled with the release.
7880
f5c22d8411e6 Update CHANGES.html and RELEASE_NOTES for QueueMode and ErrorUnit.
Vedran Miletić <rivanvx@gmail.com>
parents: 7870
diff changeset
  1608
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1609
Bugs fixed
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1610
----------
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1611
 - bug 603 - Simulator::Next is useless
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1612
 - bug 631 - RealtimeSimulatorImpl does not handle Ctrl-C with python bindings
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1613
 - bug 962 - list of paths to reach objects contains bogus entries
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1614
 - bug 1000 - Make RealtimeSimulatorImpl last until stop
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1615
 - bug 1053 - Need better error diagnostics in ns2-mobility-trace example
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1616
 - bug 1109 - Point out the effects of ArpCache::PendingQueueSize
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1617
 - bug 1179 - Add LTE trace hooks for supporting visualizer
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1618
 - bug 1180 - LTE: Add TX/RX trace support
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1619
 - bug 1273 - Better error message on missing Python development files
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1620
 - bug 1282 - Sleep state and CCA
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1621
 - bug 1283 - PacketSocket::SendTo should return number of bytes 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1622
 - bug 1302 - Flow monitor bug
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1623
 - bug 1304 - Tag information changed after transmission
7863
5a610391f3f1 Bug 1392 - Modules built report does not clarify C++ or Python
Mitch Watrous <watrous@u.washington.edu>
parents: 7847
diff changeset
  1624
 - bug 1313 - Stddev (average.h) returning NaN
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1625
 - bug 1318 - Asserts for IPv6 malformed packets
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1626
 - bug 1319 - Fix Ipv6RawSocketImpl Icmpv6 filter
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1627
 - bug 1325 - Python examples get valgrind errors when build subdirectories 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1628
              are specified in waf
7863
5a610391f3f1 Bug 1392 - Modules built report does not clarify C++ or Python
Mitch Watrous <watrous@u.washington.edu>
parents: 7847
diff changeset
  1629
 - bug 1339 - test.py uses the old name for the test runner
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1630
 - bug 1348 - python bindings: deprecated conversion from string constant 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1631
              to ‘char*’
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1632
 - bug 1349 - TypeId.LookupAttributeByName Python bindings missing
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1633
 - bug 1350 - Simulator.ScheduleWithContext Python binding missing
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1634
 - bug 1351 and 1333 - TCP not able to take RTT samples on long delay network
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1635
 - bug 1352 - Fixed MapAttributes, previously was mapped to a vector in 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1636
              ObjectPtrContainer and (and key information was dropped). 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1637
              Now the container is a map.
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1638
 - bug 1354 - Building scratch subdir programs is broken
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1639
 - bug 1355 - Visualizer dependencies not detected at buildtime
7701
c96a01de2973 Bug 1357 - IPv6 fragmentation fails due to checks about malformed extensions
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7698
diff changeset
  1640
 - bug 1357 - IPv6 fragmentation fails due to checks about malformed extensions
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1641
 - bug 1362 - ICMPv6 does not forward ICMPs to upper layers (and minor 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1642
              fixes to ICMPv6)
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1643
 - bug 1376 - wrong wind variable's name
7749
7458a10a17d1 Fix bug 1378 (UdpEchoClient::SetFill() does not set packet size correctly) (fix from jesse1013000@gmail.com)
Tom Henderson <tomh@tomh.org>
parents: 7717
diff changeset
  1644
 - bug 1378 - UdpEchoClient::SetFill () does not set packet size correctly
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1645
 - bug 1379 - lte-multiple-flows example crashes
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1646
 - bug 1380 - lte-phy-uplink example crashes
7866
5d044e7085b8 Updated Release Notes
Mitch Watrous <watrous@u.washington.edu>
parents: 7863
diff changeset
  1647
 - 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
  1648
 - bug 1392 - Modules built report does not clarify C++ or Python
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1649
 - bug 1393 - IPv6 Routing Helper RT Print functions
7792
e3d19bee62e8 Bug 1395 - AODV DeferredRouteOutputTag missing constructor
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7791
diff changeset
  1650
 - bug 1395 - AODV DeferredRouteOutputTag missing constructor
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1651
 - bug 1396 - ARP with hardware addresses longer than 6 bytes
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1652
 - bug 1399 - TCP not backing off retransmissions properly
8814
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1653
 - bug 1404 - Bound user input in tutorial third.cc program
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1654
 - bug 1406 - waf exits with maximum recursion depth exceeded 
01281f707570 update RELEASE_NOTES for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8749
diff changeset
  1655
 - bug 1415 - examples-to-run.py doesn't work with command line arguments
8840
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1656
 - bug 1420 - no python bindings for csma-layout
c4f51afe00db Finalize release notes for ns-3.14
Tom Henderson <tomh@tomh.org>
parents: 8814
diff changeset
  1657
 - bug 1441 - IPv4 header length handling
7792
e3d19bee62e8 Bug 1395 - AODV DeferredRouteOutputTag missing constructor
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7791
diff changeset
  1658
 
7698
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1659
Known issues
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1660
------------
db9d8003b3cf Update Changes.html and Release_notes with the latest -dev info
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 7653
diff changeset
  1661
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
  1662
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
  1663
7505
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1664
Release 3.13
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1665
==============
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1666
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1667
Availability
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1668
------------
7652
170c47366532 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7651
diff changeset
  1669
This release is available from: 
170c47366532 update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7651
diff changeset
  1670
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
  1671
7653
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
  1672
Supported platforms
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
  1673
-------------------
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
  1674
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
  1675
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
  1676
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
  1677
- 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
  1678
- 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
  1679
- 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
  1680
- 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
  1681
- 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
  1682
- 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
  1683
  --  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
  1684
- 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
  1685
- 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
  1686
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
  1687
New user-visible features
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
  1688
-------------------------
c78cc7e78b3f fix order of items in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7652
diff changeset
  1689
- 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
  1690
7505
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1691
Bugs fixed
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1692
----------
7637
c02084912508 add bug fix list and supported platforms to RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7505
diff changeset
  1693
 - 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
  1694
 - 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
  1695
 - 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
  1696
 - 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
  1697
 - 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
  1698
 - 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
  1699
 - 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
  1700
 - 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
  1701
 - 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
  1702
 - 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
  1703
 - 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
  1704
 - 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
  1705
 - 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
  1706
 - 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
  1707
 - 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
  1708
 - 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
  1709
 - 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
  1710
 - 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
  1711
 - 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
  1712
 - 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
  1713
 - 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
  1714
 - 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
  1715
 - 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
  1716
 - 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
  1717
 - 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
  1718
 - 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
  1719
 - 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
  1720
 - 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
  1721
 - 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
  1722
 - 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
  1723
 - 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
  1724
 - 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
  1725
 - 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
  1726
 - 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
  1727
 - 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
  1728
 - 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
  1729
 - 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
  1730
 - 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
  1731
 - 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
  1732
 - 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
  1733
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1734
Known issues
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1735
------------
99f36c5bce64 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
Tom Henderson <tomh@tomh.org>
parents: 7472
diff changeset
  1736
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
  1737
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
  1738
7472
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1739
Release 3.12.1
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1740
==============
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1741
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1742
Availability
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1743
------------
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1744
This release is available from: 
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1745
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
  1746
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1747
Bugs fixed
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1748
----------
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1749
This release fixes PyViz visualizer's python bindings; otherwise, it
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1750
is the same as the ns-3.12 release.
c38f009a31df Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7459
diff changeset
  1751
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1752
Release 3.12
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1753
===========
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1754
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1755
Availability
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1756
------------
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1757
This release is available from: 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1758
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
  1759
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1760
Supported platforms
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1761
-------------------
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1762
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
  1763
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
  1764
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1765
- 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
  1766
- 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
  1767
- OS X Lion with g++-4.2.1 
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1768
- 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
  1769
- 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
  1770
- 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
  1771
- 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
  1772
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1773
New user-visible features
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1774
-------------------------
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1775
7343
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
  1776
- 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
  1777
  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
  1778
  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
  1779
  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
  1780
  SpectrumPropagationLossModel class already supported by
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
  1781
  SpectrumChannel. 
b3e668a5949c added support for single-freq PropagationLossModel to SpectrumChannel
Nicola Baldo <nbaldo@cttc.es>
parents: 7322
diff changeset
  1782
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1783
- 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
  1784
  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
  1785
  and related classes are patterned after ObjectVector.
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1786
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1787
- Support for IPv4 fragmentation has been added.
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1788
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1789
- 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
  1790
  due to a fixed bug in RERR processing.
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1791
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1792
- 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
  1793
  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
  1794
  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
  1795
7456
19c9e2b33b4a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7447
diff changeset
  1796
- Monolithic Python bindings have been removed
19c9e2b33b4a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7447
diff changeset
  1797
7322
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1798
Bugs fixed
dd3e0eb91512 update CHANGES.html and RELEASE_NOTES for new release cycle
Tom Henderson <tomh@tomh.org>
parents: 7287
diff changeset
  1799
----------
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1800
 - 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
  1801
 - 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
  1802
 - bug 1033 - Mesh airtime-metric fixed
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1803
 - 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
  1804
 - 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
  1805
 - bug 1057 - LTE bearers differentiation issue
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1806
 - 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
  1807
 - 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
  1808
 - 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
  1809
 - 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
  1810
 - 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
  1811
 - 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
  1812
 - 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
  1813
 - bug 1163 - Ipv4EndPointDemux::AllocateEphemeralPort forget to increment port
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1814
 - 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
  1815
 - 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
  1816
 - 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
  1817
 - bug 1175 - shared libraries are not versioned
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1818
 - 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
  1819
 - 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
  1820
 - 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
  1821
 - bug 1208 - Spectrum module example causing valgrind errors
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1822
 - 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
  1823
 - 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
  1824
 - bug 1222 - Incomplete PointToPointNetDevice Python bindings
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1825
 - 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
  1826
 - bug 1226 - Incomplete YansWifiChannel Python bindings
7447
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1827
 - 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
  1828
 - 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
  1829
 - 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
  1830
 - 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
  1831
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1832
Known issues
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1833
------------
d246960da42f Update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7343
diff changeset
  1834
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
  1835
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
  1836
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1837
Release 3.11
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1838
===========
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1839
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1840
Availability
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1841
------------
7287
9843c12351cb update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7283
diff changeset
  1842
This release is available from: 
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1843
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
  1844
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1845
Supported platforms
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1846
-------------------
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1847
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
  1848
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
  1849
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1850
- Linux x86_64 Ubuntu 11.04
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1851
  - g++-4.5.2
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1852
- Linux i686 Ubuntu 11.04
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1853
  - g++-4.5.2, g++-4.4.5
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1854
- Linux x86_64 Fedora Core 15
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1855
  - g++-4.6.0
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1856
- Linux x86_64 Fedora Core 14
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1857
  - 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
  1858
- Linux x86_64 Fedora Core 10
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1859
  - 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
  1860
- OS X Snow Leopard
66cae5efc709 Add OS X to list of tested platforms
Tom Henderson <tomh@tomh.org>
parents: 7261
diff changeset
  1861
  - g++-4.2.1 
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1862
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1863
New user-visible features
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1864
-------------------------
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1865
7254
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1866
  - The build system has been modularized, and the source code reorganized,
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1867
    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
  1868
    library.   User programs now link a number of smaller, per-module
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1869
    libraries depending on the dependencies expressed to the build system.  
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1870
    Source code is now being maintained in individual modules with
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1871
    consistent directory structures.
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1872
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1873
  - Python bindings have also been modularized, and the bindings are now
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1874
    generated into a 'ns' namespace instead of 'ns3' for the old
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1875
    (monolithic) bindings.  By default the bindings are now modular, with
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1876
    a backward compatibility layer for older programs.  
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1877
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1878
  - By default, example and test programs are disabled from the build.
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1879
    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
  1880
    or automatically through the use of a new .ns3rc file.
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1881
7059
b971a123c861 RELEASE_NOTES, CHANGES.html
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7030
diff changeset
  1882
  - 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
  1883
    calculations that require a high degree of fractional precision.
b971a123c861 RELEASE_NOTES, CHANGES.html
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7030
diff changeset
  1884
7254
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1885
  - An interface to the Click Modular Router and an Ipv4ClickRouting
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1886
    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
  1887
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1888
  - An interface to an OpenFlow software implementation distribution has
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1889
    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
  1890
7254
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1891
  - 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
  1892
    base, resulting in a large number of whitespace changes.  The coding 
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1893
    style has been automatically enforced by running a style checking 
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1894
    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
  1895
    program to apply changes. 
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1896
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1897
  - Some documentation reorganization to split documentation between
feab45c3c6c6 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 7206
diff changeset
  1898
    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
  1899
    "model library" document has been started.
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1900
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1901
Bugs fixed
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1902
----------
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1903
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
  1904
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
  1905
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1906
   - 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
  1907
   - 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
  1908
   - 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
  1909
   - 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
  1910
   - 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
  1911
   - 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
  1912
   - ./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
  1913
   - 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
  1914
   - CsmaNetDevice ReceiveErrorModel was not dropping the packet
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1915
   - 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
  1916
7060
f08a90113dd5 bugs fixed
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7059
diff changeset
  1917
   - 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
  1918
   - bug 699 - TestCase::DoRun probably should not return a bool
7287
9843c12351cb update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7283
diff changeset
  1919
   - 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
  1920
   - bug 957 - Issue with test.py
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1921
   - bug 1017 - node --> internet-stack --> node
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1922
   - bug 1018 - mobility --> helper --> mobility circular dependency
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1923
   - bug 1019 - common --> node --> common circular dependency
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1924
   - 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
  1925
   - 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
  1926
   - bug 1042 - AODV RERR implosion (missing RERR_RATELIMIT) 
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1927
   - 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
  1928
   - bug 1047 - Multicast routes on nodes with >16 interfaces
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1929
   - bug 1048 - suggested MatrixPropagationLossModel::SetLoss() API change
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1930
   - bug 1049 - Issues with OLSR HNA messages sent by multiple gateways
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1931
   - 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
  1932
   - bug 1054 - ipv6 InternetStackHelper EnablePcapIpv6All() broken
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1933
   - bug 1056 - CSMA: padding not handled correctly for LLC encapsulation
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1934
   - bug 1058 - InternetStackHelper pitfall: calling Install before adding routing protocols
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1935
   - bug 1060 - Setting NqStaWifiMac Active Probing true, crashes simulation
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1936
   - bug 1061 - Title level inconsistent in click.rst
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1937
   - bug 1062 - rescale-pdf not working
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1938
   - bug 1064 - Correct Friis propagation loss equation in spectrum module
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1939
   - bug 1066 - Set Radiotap modulation type flags correctly
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1940
   - bug 1069 - ApWifiMac unduly calls RegularWifiMac::Receive and crashes
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1941
   - bug 1070 - csma/ipv6 examples duplicate NS_LOG_COMPONENT_DEFINE
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1942
   - bug 1072 - crash upon call to Packet::AddAtEnd of fragmented packets 
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1943
   - bug 1075 - Python examples fail when static built is enabled
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1944
   - 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
  1945
   - 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
  1946
   - bug 1079 - MPI code doesn't compile
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1947
   - 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
  1948
   - 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
  1949
   - bug 1085 - Build failed: list index out of range
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1950
   - bug 1086 - sanity check for not calling Object::Dispose () twice
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1951
   - 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
  1952
   - 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
  1953
   - bug 1089 - lwip build issue
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1954
   - bug 1090 - WifiMacQueue is not accessible through the attribute path
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1955
   - 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
  1956
   - bug 1094 - Object::GetObject upon dlopen 
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1957
   - bug 1097 - AODV routing entry set to be VALID mistakenly.
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1958
   - bug 1098 - when to show users which modules are enabled?
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1959
   - bug 1101 - Sqlite stats disappeared from configuration file src/wscript
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1960
   - bug 1103 - Useless assignment in omnet-data-output.cc
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1961
   - bug 1105 - Move topology helpers into separate per-device modules
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1962
   - bug 1106 - Remove "CanvasLocation" dependencies in p2p helpers
7201
61140caa6f71 Update bug fixed list
Mitch Watrous <watrous@u.washington.edu>
parents: 7161
diff changeset
  1963
   - bug 1108 - test.py -e option needs repair
7206
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1964
   - bug 1110 - Sort alphabetically and display "Modules built" in columns
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1965
   - bug 1117 - bindings failures on selected platforms
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1966
   - 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
  1967
   - bug 1125 - ./waf --enable-modules fails
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1968
   - bug 1131 - Bug in Ipv4L3Protocol::RemoveAddress()
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1969
   - bug 1133 - DSDV: Possible bug in settling time calc
a6da68275fa9 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 7201
diff changeset
  1970
   - bug 1142 - Wrong 802.11p Slot time
7261
e48ed3aabca6 update RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 7254
diff changeset
  1971
   - 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
  1972
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1973
Known issues
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1974
------------
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1975
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
  1976
at http://www.nsnam.org/bugzilla/
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1977
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  1978
Release 3.10
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  1979
===========
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  1980
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  1981
Availability
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  1982
------------
6783
51e2cab823d4 start RELEASE_NOTES for ns-3.11
Tom Henderson <tomh@tomh.org>
parents: 6781
diff changeset
  1983
This release is available from: 
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  1984
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
  1985
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  1986
Supported platforms
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  1987
-------------------
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  1988
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
  1989
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
  1990
6748
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1991
- Linux i686 Ubuntu 10.10
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1992
  - g++-4.4.5
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1993
- Linux x86_64 Ubuntu 8.04.4
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1994
  - g++-3.4.6, g++-4.2.4
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1995
- Linux x86_64 Fedora Core 12
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1996
  - g++-4.4.4
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1997
- Linux x86_64 Fedora Core 10
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  1998
  - 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
  1999
- OS X Snow Leopard
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  2000
  - g++-4.2.1 
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  2001
- OS X powerpc Leopard 
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  2002
  - g++-4.0, g++-4.2
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  2003
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2004
New user-visible features
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2005
-------------------------
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2006
6678
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
  2007
   - 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
  2008
     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
  2009
     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
  2010
     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
  2011
     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
  2012
     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
  2013
     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
  2014
     simulations.
be3da7f1f82a Bring CHANGES.html and RELEASE_NOTES up to date
Tom Henderson <tomh@tomh.org>
parents: 6673
diff changeset
  2015
6673
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
  2016
   - 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
  2017
     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
  2018
     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
  2019
     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
  2020
     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
  2021
     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
  2022
     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
  2023
     operation.
ec22aa763e2d Bug 978: Consolidate Wi-Fi MAC high functionality
Dean Armstrong <deanarm@gmail.com>
parents: 6667
diff changeset
  2024
6601
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
  2025
   - 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
  2026
     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
  2027
     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
  2028
     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
  2029
     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
  2030
     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
  2031
     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
  2032
6614
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2033
   - Two attributes were added to WaypointMobilityModel.  The first
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2034
     "LazyNotify" (default false), if enabled to true, will suppress
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2035
     course change notifications if there are no position updates.
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2036
     The second, "InitialPositionIsWaypoint" (default false), if enabled,
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2037
     will allow an initial call to SetPosition () (before any waypoints
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2038
     have been added) to be treated as the first waypoint.
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2039
6652
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
  2040
   - 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
  2041
     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
  2042
     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
  2043
     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
  2044
     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
  2045
     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
  2046
     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
  2047
     program.
2d8de9b3be74 clarify the status of ./waf --regression removal
Tom Henderson <tomh@tomh.org>
parents: 6614
diff changeset
  2048
6690
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
  2049
   - New BulkSendApplication sends data as fast as possible up to 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
  2050
     MaxBytes or unlimited if MaxBytes is zero.  Think OnOff, but 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
  2051
     without the "off" and without the variable data rate. This 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
  2052
     application only works with SOCK_STREAM and SOCK_SEQPACKET 
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
  2053
     sockets, for example TCP sockets and not UDP sockets.
3fab9a03dacd Add BulkSendApplication
Josh Pelkey <jpelkey@gatech.edu>
parents: 6678
diff changeset
  2054
6699
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
  2055
   - 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
  2056
     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
  2057
     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
  2058
     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
  2059
     directory).
d8909a1fd0ff RV battery model and WiFi energy example
He Wu <mdzz@u.washington.edu>
parents: 6690
diff changeset
  2060
6703
1204fcdb71c2 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6699
diff changeset
  2061
   - New methods to print IPv4 routing tables to an output stream.
1204fcdb71c2 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6699
diff changeset
  2062
6725
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2063
   - A replacement implementation for TCP for IPv4.  TcpSocketBase
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2064
     now replaces TcpSocketImpl.  There are subclasses defined for
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2065
     TCP Tahoe, Reno, NewReno, and the original RFC793 without
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2066
     congestion control.
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2067
6715
ba60c821ad35 Energy support for UAN module and Li-Ion energy model
Andrea Sacco <andrea.sacco85@gmail.com>
parents: 6703
diff changeset
  2068
   - 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
  2069
     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
  2070
     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
  2071
     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
  2072
     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
  2073
     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
  2074
6717
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
  2075
   - Destination-Sequenced Distance Vector (DSDV) routing protocol 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
  2076
     is a proactive, table-driven routing protocol for MANETs 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
  2077
     developed by Charles E. Perkins and Pravin Bhagwat in 1994. 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
  2078
     This implementation is for IPv4 routing and was contributed 
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
  2079
     by ResilNets Research Group.
e041eb593928 DSDV routing protocol
Hemanth Narra <hemanth@ittc.ku.edu>
parents: 6715
diff changeset
  2080
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2081
   - 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
  2082
     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
  2083
     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
  2084
     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
  2085
     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
  2086
     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
  2087
     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
  2088
     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
  2089
     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
  2090
     (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
  2091
     (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
  2092
     (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
  2093
     model.
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2094
6760
9e4859305744 update release notes and CHANGES.html file
Tom Henderson <tomh@tomh.org>
parents: 6748
diff changeset
  2095
   - 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
  2096
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2097
Bugs fixed
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2098
----------
6601
b121de3717d2 Bug 852: Update RELEASE_NOTES to note this new feature
Dean Armstrong <deanarm@gmail.com>
parents: 6598
diff changeset
  2099
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
  2100
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
  2101
6725
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2102
   - 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
  2103
   - bug 852 - Add support for 802.11g devices
6614
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2104
   - bug 892 - WaypointMobilityModel incompatible with MobilityHelper::Install
87c065a7bd8a update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6604
diff changeset
  2105
   - bug 893 - Lazy CourseChange notification for WaypointMobilityModel
6748
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  2106
   - 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
  2107
   - bug 953 - WiMAX channel scanning overflow
6725
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2108
   - bug 967 - Need to decouple Ipv4L4Protocols from Ipv4L3Protocol
62511407485d Update release notes and changelog
Tom Henderson <tomh@tomh.org>
parents: 6717
diff changeset
  2109
   - 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
  2110
   - 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
  2111
   - 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
  2112
   - 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
  2113
   - 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
  2114
   - 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
  2115
   - bug 988 - MacRxMiddle::SequenceControlSmaller method
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2116
   - 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
  2117
   - bug 991 - InterferenceHelper assertion failure
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2118
   - 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
  2119
   - bug 993 - MinstrelWifiManager::UpdateStats useless if clause
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2120
   - bug 994 - PointToPointGridHelper useless if clauses
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2121
   - 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
  2122
   - bug 1004 - module header not rebuilt
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2123
   - bug 1005 - GetSocket() methods for OnOffApplication and PacketSink
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2124
   - 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
  2125
   - 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
  2126
   - 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
  2127
   - 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
  2128
   - 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
  2129
   - bug 1027 - RocketfuelTopologyReader is not working at all
6748
d1e3630ba7c4 Update release notes
Tom Henderson <tomh@tomh.org>
parents: 6735
diff changeset
  2130
   - bug 1029 - v4Ping application endian issues
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2131
   - bug 1030 - routing/aodv example fixed
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2132
   - 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
  2133
   - 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
  2134
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2135
Known issues
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2136
------------
6735
8fda47c85df2 update release notes and changes.html
Tom Henderson <tomh@tomh.org>
parents: 6725
diff changeset
  2137
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
  2138
at http://www.nsnam.org/bugzilla/
6598
7459bc9f1a3b Start tracking ns-3.10 changes
Tom Henderson <tomh@tomh.org>
parents: 6586
diff changeset
  2139
6769
9e86794fe917 Document cygwin limitation in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6760
diff changeset
  2140
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
  2141
problem (reported elsewhere) in linking large libraries.
9e86794fe917 Document cygwin limitation in RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6760
diff changeset
  2142
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
  2143
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
  2144
===========
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2145
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2146
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
  2147
------------
6586
8ddf25211f89 Final nits for 3.9 release
Tom Henderson <tomh@tomh.org>
parents: 6578
diff changeset
  2148
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2149
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
  2150
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2151
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
  2152
-------------------
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2153
ns-3.9 has been tested on the following platforms:
6578
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2154
- Ubuntu 10.04 LTS 32/64-bit gcc-4.4.3
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2155
- Fedora Core 12 64-bit gcc-4.4.3
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2156
- Ubuntu 9.10 32-bit gcc-4.4.1
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2157
- Ubuntu 8.04 LTS 64-bit gcc-4.2.4
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2158
- Fedora Core 5 32-bit gcc-4.1.1
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2159
- Mac OS X Leopard powerpc gcc-4.0.1
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2160
- 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
  2161
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2162
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
  2163
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2164
http://www.nsnam.org/wiki/Installation
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
  2165
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2166
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
  2167
-------------------------
6360
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
  2168
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
  2169
   - 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
  2170
     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
  2171
     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
  2172
     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
  2173
     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
  2174
     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
  2175
     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
  2176
     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
  2177
     those that were previously valid).
d8975477ff6a Bug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com>
parents: 6358
diff changeset
  2178
6358
5205e0dde26a Add NistErrorRateModel for wifi
Gary Pei <guangyu.pei@boeing.com>
parents: 6335
diff changeset
  2179
   - 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
  2180
     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
  2181
     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
  2182
     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
  2183
     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
  2184
6586
8ddf25211f89 Final nits for 3.9 release
Tom Henderson <tomh@tomh.org>
parents: 6578
diff changeset
  2185
   - 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
  2186
     etc. traces.
702cb83d0e1c RELEASE_NOTES updated
Martín Giachino <martin.giachino@gmail.com>
parents: 6360
diff changeset
  2187
6429
5ee11b58989d Initial import of energy model
He Wu <mdzz@u.washington.edu>
parents: 6383
diff changeset
  2188
   - 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
  2189
     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
  2190
     to notify the energy source about energy consumption.  
5ee11b58989d Initial import of energy model
He Wu <mdzz@u.washington.edu>
parents: 6383
diff changeset
  2191
6529
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
  2192
   - Rocketfuel topology dataset support for existing topology reader
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
  2193
     Rocketfuel project: 
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
  2194
     http://www.cs.washington.edu/research/networking/rocketfuel/
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
  2195
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
  2196
   - 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
  2197
     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
  2198
     of underwater network scenarios.
dd982eaf6026 release notes and changes updates
Josh Pelkey <jpelkey@gatech.edu>
parents: 6528
diff changeset
  2199
6657
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
  2200
   - 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
  2201
     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
  2202
     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
  2203
     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
  2204
     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
  2205
     included.  
4cb83cfdb335 added spectrum to release notes for ns-3.9
Nicola Baldo <nbaldo@cttc.es>
parents: 6652
diff changeset
  2206
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
  2207
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
  2208
----------
6586
8ddf25211f89 Final nits for 3.9 release
Tom Henderson <tomh@tomh.org>
parents: 6578
diff changeset
  2209
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
  2210
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
  2211
6306
283c83f1f7be Update RELEASE_NOTES and CHANGES.html since ns-3.8
Tom Henderson <tomh@tomh.org>
parents: 6300
diff changeset
  2212
   - 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
  2213
     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
  2214
   - OLSR was generating messages on non-OLSR interfaces
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2215
   - ICMPv4 objects not properly registered; affected serialization code
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2216
   - 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
  2217
               forwarding the packet to the user
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2218
   - bug 385 - Add a generic "sequence number" class
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2219
   - bug 473 - [PATCH] Alternative ns-2 trace reader
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2220
   - 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
  2221
   - 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
  2222
   - 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
  2223
   - bug 799 - Interference helper is too slow
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2224
   - 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
  2225
   - bug 802 - Minstrel algorithm causes segmentation fault
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2226
   - 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
  2227
   - 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
  2228
   - 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
  2229
   - 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
  2230
   - 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
  2231
               power
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
  2232
   - bug 846 - packet.cc triggers deprecated warning
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2233
   - 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
  2234
   - 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
  2235
   - 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
  2236
   - 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
  2237
               in IPv4 or IPv6 ascii traces
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2238
   - bug 869 - suggested test framework enhancements
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2239
   - bug 871 - naming for WifiPhyStandard
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2240
   - 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
  2241
   - 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
  2242
   - 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
  2243
   - 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
  2244
   - 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
  2245
   - 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
  2246
   - 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
  2247
   - bug 901 - Optimize Mac48Address < != and ==
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2248
   - 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
  2249
   - 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
  2250
   - 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
  2251
   - 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
  2252
   - 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
  2253
   - 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
  2254
   - 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
  2255
   - 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
  2256
   - 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
  2257
   - bug 919 - minstrel does not pass valgrind tests
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2258
   - 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
  2259
   - bug 922 - Inconsistent declaration of class/struct in 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2260
               wifi-remote-station-manager.h
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2261
   - 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
  2262
   - 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
  2263
   - 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
  2264
   - bug 926 - olsr handling of multicast packets 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2265
   - bug 927 - SimpleOfdmWimaxChannel RxPower computation
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
  2266
   - 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
  2267
               length array
6528
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2268
   - bug 931 - Abnormal exit reports SIGSEGV on failure
6335
069840de4fac update RELEASE_NOTES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6322
diff changeset
  2269
   - 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
  2270
   - 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
  2271
               (ASSERT, ABORT and FATAL_ERROR)
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2272
   - 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
  2273
   - bug 937 - bugs in ns-3 wimax
6578
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2274
   - 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
  2275
   - 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
  2276
   - 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
  2277
   - bug 943 - Add a SO_BROADCAST socket option
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2278
   - bug 944 - change default ErrorRateModel from YansErrorRateModel to 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2279
               NistErrorRateModel
6374
787aef59db0b Bug 946 - Rocketfuel topology dataset support for topology reader
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6367
diff changeset
  2280
   - 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
  2281
   - bug 949 - Node::NonPromiscReceiveFromDevice reports a meaningless 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2282
               destination address to user callbacks 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2283
   - 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
  2284
               but it is
6553
fb5ad9c7755a update release notes and fix doxygen warnings
Josh Pelkey <jpelkey@gatech.edu>
parents: 6536
diff changeset
  2285
   - 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
  2286
   - 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
  2287
   - 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
  2288
               and RtsCtsThreshold
6578
14019c625ab8 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6553
diff changeset
  2289
   - 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
  2290
   - bug 960 - V4Ping does not generate checksum
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2291
   - bug 961 - Problem with MPI activation 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2292
   - 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
  2293
   - bug 965 - Problem building /src/core/callback.cc
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2294
   - 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
  2295
               valid route
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2296
   - 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
  2297
   - bug 971 - fix AODV header Print functions 
6316b3d54f81 add bug fixes to RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6459
diff changeset
  2298
   - 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
  2299
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2300
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
  2301
------------
bd1da3a75496 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
Tom Henderson <tomh@tomh.org>
parents: 6286
diff changeset
  2302
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2303
Release 3.8
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2304
===========
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2305
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2306
Availability
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2307
------------
6286
d46e65c1595b fix release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6284
diff changeset
  2308
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2309
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
  2310
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2311
Supported platforms
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2312
-------------------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2313
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
  2314
  - 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
  2315
  - 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
  2316
  - 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
  2317
  - 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
  2318
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2319
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
  2320
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2321
http://www.nsnam.org/wiki/Installation
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2322
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2323
New user-visible features
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2324
-------------------------
6111
0b22ae082153 Merge WiMAX module
Mohamed Amine Ismail <amine.ismail@sophia.inria.fr>
parents: 5933
diff changeset
  2325
  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
  2326
6113
0ce37bf4f1c1 Merge distributed simulation code
Josh Pelkey <jpelkey@gatech.edu>
parents: 6111
diff changeset
  2327
  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
  2328
     Passing Interface (MPI) standard.
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2329
    
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2330
  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
  2331
     by source and destination nodes.
bf5e05fe051b Changes and release notes updated
Pavel Boyko <boyko@iitp.ru>
parents: 6113
diff changeset
  2332
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2333
  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
  2334
     Inet or Orbis files
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2335
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2336
  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
  2337
     has both memory and variability
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2338
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2339
  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
  2340
     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
  2341
     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
  2342
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2343
  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
  2344
     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
  2345
     SetHeightAboveZ, which will affect ALL stations
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2346
5933
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2347
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2348
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
  2349
-----------------------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2350
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
  2351
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2352
Bugs fixed
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2353
----------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2354
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
  2355
many cases referencing the Bugzilla bug number
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
  2356
   - 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
  2357
   - bug 184 - GtkConfigStore do not support ConfigureDefault
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2358
   - bug 407 - OLSR is missing HNA support
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2359
   - bug 414 - No ReceiveErrorModel in SimpleNetDevice
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2360
   - 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
  2361
   - bug 622 - [PATCH] Friendly names for pcap traces
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2362
   - 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
  2363
   - bug 706 - Backoff counting when starting NS.
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2364
   - 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
  2365
   - 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
  2366
   - bug 747 - Listening TCP socket closes on RST
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2367
   - bug 748 - Cloned TCP socket uses wrong source address
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2368
   - 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
  2369
   - bug 777 - AODV ignores specified outgoing interface in RouteOutput()
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2370
   - bug 778 - OLSR ignores specified outgoing interface in RouteOutput()
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2371
   - 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
  2372
   - 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
  2373
   - 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
  2374
   - bug 794 - Ipv4Mask constructor for "/yy"-notation is wrong
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2375
   - 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
  2376
   - bug 797 - Enhancements to src/core/random-variable.cc/h
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
  2377
   - 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
  2378
   - bug 802 - Minstrel algorithm causes segmentation fault
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2379
   - 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
  2380
   - bug 806 - TCP doesn't work over a CSMA link
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
  2381
   - 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
  2382
   - bug 809 - Missing Python binding for Ipv4GlobalRouting::GetRoute
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2383
   - 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
  2384
   - bug 812 - Assert when getting socket in RecvReply for AODV
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
  2385
   - 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
  2386
   - bug 814 - Function logging causing assert in wireless examples
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2387
   - bug 815 - waf shell file descriptor leak
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2388
   - bug 816 - tap-creator deadlock when python bindings enabled
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2389
   - 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
  2390
   - 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
  2391
   - bug 819 - Build break when gtk not installed
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2392
   - 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
  2393
   - bug 821 - AODV asserts with function logging enabled
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
  2394
   - 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
  2395
   - 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
  2396
   - bug 828 - PacketSocket::Close does not unregister protocol handler
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2397
   - bug 829 - TCP unbound memory problem (pending data)
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
  2398
   - bug 833 - OnOffApplication with PacketSocket: sniffs all traffic
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2399
   - bug 834 - Incorrect signature of Ipv4FlowProbe::DropLogger
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
  2400
   - bug 835 - Unlimited receive queues in sockets == evil
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2401
   - 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
  2402
   - 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
  2403
   - 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
  2404
   - 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
  2405
   - bug 841 - Multicast transmission breaks with QoS Wifi
6165
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2406
   - 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
  2407
   - 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
  2408
   - bug 849 - stray patch files in lwip directory
55762ca33a99 update CHANGES and RELEASE_NOTES
Josh Pelkey <jpelkey@gatech.edu>
parents: 6117
diff changeset
  2409
   - bug 850 - Ipv4GlobalRouting::LookupGlobal bug
6276
3b7ec0d36079 update fixed bug list
Josh Pelkey <jpelkey@gatech.edu>
parents: 6258
diff changeset
  2410
   - 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
  2411
   - bug 856 - initialize vbl
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
  2412
   - 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
  2413
   - 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
  2414
   - 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
  2415
               parallel jobs
6236
ac110d28c441 update AUTHORS, RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6207
diff changeset
  2416
   - 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
  2417
   - bug 863 - Wrong Scalar arithmetics
6171
c8eba37db847 update RELEASE_NOTES
Hajime Tazaki <tazaki@sfc.wide.ad.jp>
parents: 6165
diff changeset
  2418
   - 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
  2419
   - 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
  2420
   - bug 866 - WiMAX mobility models not aggregated to Node
6236
ac110d28c441 update AUTHORS, RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6207
diff changeset
  2421
   - 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
  2422
   - bug 868 - invalid packet size after Ipv4L3Protocol::Send
6207
a6ee8748aee7 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 6182
diff changeset
  2423
   - bug 872 - ns3::PcapFileWrapper::Write explodes stack
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
  2424
   - 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
  2425
   - bug 876 - Tcp socket does not handle ShutdownRecv correctly
6258
4556d543c345 update release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6236
diff changeset
  2426
   - bug 877 - python bindings broken with multiple inheritance ?
6236
ac110d28c441 update AUTHORS, RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 6207
diff changeset
  2427
   - 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
  2428
   - 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
  2429
   - bug 888 - Writing ascii trace to addtional tests fails
6276
3b7ec0d36079 update fixed bug list
Josh Pelkey <jpelkey@gatech.edu>
parents: 6258
diff changeset
  2430
   - 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
  2431
   - bug 894 - ./waf --run error message upon segfault
6282
533be42b3c7f Bug 895 - SimpleOfdmWimaxPhy SNR computation
Tom Henderson <tomh@tomh.org>
parents: 6280
diff changeset
  2432
   - bug 895 - SimpleOfdmWimaxPhy SNR computation
6280
d588e7fe6cb0 update bug list for release notes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6276
diff changeset
  2433
   - 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
  2434
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2435
Known issues
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2436
------------
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2437
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
  2438
  - gcc 3.3 and earlier
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2439
  - 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
  2440
  - 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
  2441
2fc170de5400 Update release notes and changes for ns-3.8
Josh Pelkey <jpelkey@gatech.edu>
parents: 5926
diff changeset
  2442
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2443
Release 3.7
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2444
===========
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2445
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2446
Availability
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2447
------------
5926
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2448
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2449
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
  2450
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2451
Supported platforms
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2452
-------------------
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2453
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
  2454
  - 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
  2455
  - 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
  2456
  - 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
  2457
  - 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
  2458
5926
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2459
Unofficially supported platform
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2460
-------------------
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2461
- mingw gcc 3.4.5 (debug only)
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2462
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2463
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
  2464
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2465
http://www.nsnam.org/wiki/Installation
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2466
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2467
New user-visible features
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2468
-------------------------
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2469
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2470
  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
  2471
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2472
  b) IPv6 extensions support to add IPv6 extensions and options.  Two 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2473
     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
  2474
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2475
  c) NetAnim interface: Provides an interface to the Qt-based NetAnim 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2476
     animator, which supports static, point-to-point topology-based 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2477
     packet animations.
5776
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
  2478
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2479
  d) New topology helpers have been introduced
5776
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
  2480
     - PointToPointDumbbellHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
  2481
     - PointToPointGridHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
  2482
     - PointToPointStarHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
  2483
     - CsmaStarHelper
aae948449722 Moved net-anim from contrib
Josh Pelkey <jpelkey@gatech.edu>
parents: 5742
diff changeset
  2484
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2485
  e) Equal-cost multipath for global routing: Enables quagga's equal 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2486
     cost multipath for Ipv4GlobalRouting, and adds an attribute that
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2487
     can enable it with random packet distribution policy across 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2488
     equal cost routes.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2489
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2490
  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
  2491
     socket option has been introduced to class Socket
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2492
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2493
  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
  2494
     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
  2495
     adhoc setup, and then, must chain up to their parent.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2496
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2497
  h) Ipv4::IsDestinationAddress method added to support checks of whether a 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2498
     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
  2499
     addresses.  
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2500
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2501
  i) UniformDiscPositionAllocator added; distributes uniformly the nodes 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2502
     within a disc of given radius. 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2503
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2504
  j) ChannelNumber attribute added to YansWifiPhy. Now it is possible to 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2505
     setup wifi channel using WifiPhyHelper::Set() method.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2506
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2507
  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
  2508
     (time, position) pairs
5742
19c79550b371 CHANGES.html, AUTHORS and RELEASE_NOTES updated after AODV merge
Pavel Boyko <boyko@iitp.ru>
parents: 5527
diff changeset
  2509
5926
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2510
  l) 802.11p WiFi standards 
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2511
  
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2512
  m) UDP Client/Server application
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2513
c1bb479d73ff Update RELEASE_NOTES
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents: 5915
diff changeset
  2514
  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
  2515
5742
19c79550b371 CHANGES.html, AUTHORS and RELEASE_NOTES updated after AODV merge
Pavel Boyko <boyko@iitp.ru>
parents: 5527
diff changeset
  2516
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
  2517
-----------------------
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2518
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
  2519
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2520
Bugs fixed
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2521
----------
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2522
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
  2523
many cases referencing the Bugzilla bug number
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2524
   - 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
  2525
   - bug 767:  Incorrect modulation for 802.11a modes
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2526
   - 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
  2527
   - bug 782: CreateTap () requires IP address in modes other than 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2528
     CONFIGURE_LOCAL.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2529
   - bug 769: Queue::GetTotalReceived{Bytes,Packets}() broken
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2530
   - bug 738 ReceiveErrorModel called too late
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2531
   - Fix NSC improper response to FIN
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2532
   - Fixed bug in serialization of PbbAddressBlock.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2533
   - Fix bug 780 (problem in RoutingTableComputation with asymetric links), 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2534
     while adding debugging methods to OLSR.  
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2535
   - bug 759: Ipv6 uses wrong outgoing interface.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2536
   - bug 770: IPv6 size calculation for unknown options is wrong.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2537
   - bug 771: Radvd does not set ttl value.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2538
   - Fix bug 606:  Arp depends on IP routing system
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2539
   - pad out CSMA payloads to 46 bytes if needed
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2540
   - Drop CSMA packets with CRC errors, rescan, dox tweaks
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2541
   - Add FCS capability to CSMA
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2542
   - Mesh:Dot11s: fixed airtime metric
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2543
   - 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
  2544
     realtime schedule ops, don't refcount realtime simulator impl
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2545
   - bug 695 - DcfManager::UpdateBackoff () uses slow HighPrecision::Div()
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2546
   - bug 674 - EIFS is not handled correctly in DcfManager::GetAccessGrantStart
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2547
   - bug 739 -  OLSR: Strange HTime value in HELLO messages 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2548
   - bug 746 -  UDP source address is not set to bound address
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2549
   - bug 735 Update Olsr for local delivery
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2550
   - bug 740 OLSR MprCompute () works wrong: fixed
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2551
   - bug 729 Enable IPv6 over PPP.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2552
   - bug 645: fixes for opening stats file with OMNeT++
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2553
   - 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
  2554
     more realistic.
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2555
   - bug 733: OLSR MPR Computation give incorrect result
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2556
   - Mesh: HWMP: fixed proactive routes
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2557
   - Mesh: fixed FLAME PATH_UPDATE procedure, fixed mesh.cc 
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2558
5527
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2559
Known issues
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2560
------------
5915
feff99f292d5 Update RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 5812
diff changeset
  2561
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
  2562
  - gcc 3.3 and earlier
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2563
  - 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
  2564
  - 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
  2565
83f5730e3dc6 start RELEASE_NOTES for 3.7
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 5496
diff changeset
  2566
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2567
Release 3.6
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2568
===========
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2569
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2570
Availability
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2571
------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2572
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2573
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
  2574
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2575
Supported platforms
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2576
-------------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2577
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
  2578
  - 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
  2579
  - 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
  2580
  - 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
  2581
  - 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
  2582
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2583
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
  2584
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2585
http://www.nsnam.org/wiki/Installation
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2586
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2587
New user-visible features
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2588
-------------------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2589
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2590
  a) 802.11 models:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2591
     - 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
  2592
       (Duy Nguyen for gsoc)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2593
     - 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
  2594
       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
  2595
       athstats tool (Nicola Baldo)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2596
     - 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
  2597
       (Ramon Bauza and Kirill Andreev)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2598
     - 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
  2599
       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
  2600
  
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2601
  b) IPv6 models:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2602
    - IPv6 interface;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2603
    - IPv6 layer;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2604
    - IPv6 raw socket;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2605
    - Static IPv6 routing;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2606
    - ICMPv6 layer;
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2607
    - Some ICMPv6 error messages (destination unreachable, ...);
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2608
    - 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
  2609
    - Ping6 application (send Echo request);
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2610
    - Radvd application (send RA);
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2611
    - 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
  2612
      icmpv6-redirect).
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2613
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2614
  c) Wireless Mesh Networking models:
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2615
    - 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
  2616
    - 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
  2617
    - Forwarding Layer for Meshing (FLAME) protocol.
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2618
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2619
  d) Nix-vector routing:  
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2620
    - Ipv4NixVectorHelper
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2621
    - Examples (nix-simple, nms-p2p-nix)
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2622
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2623
  e) New Test Framework
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2624
    - 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
  2625
    - 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
  2626
    - Examples are tested for run-ability.
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2627
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2628
  f) A new Flow Monitor module
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2629
   - 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
  2630
   - 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
  2631
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2632
API changes from ns-3.5
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2633
-----------------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2634
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
  2635
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2636
Known issues
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2637
------------
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2638
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
  2639
  - gcc 3.3 and earlier
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2640
  - 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
  2641
  - 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
  2642
4412
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2643
Release 3.5
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2644
===========
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2645
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2646
Availability
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2647
------------
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2648
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2649
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
  2650
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2651
Supported platforms
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2652
-------------------
5476
f410b023d472 swap in released 3.6 release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 5475
diff changeset
  2653
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
  2654
  - 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
  2655
  - 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
  2656
  - 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
  2657
  - 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
  2658
  - 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
  2659
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2660
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
  2661
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2662
http://www.nsnam.org/wiki/Installation
4412
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2663
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2664
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
  2665
-------------------------
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2666
4471
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  2667
  a) 802.11 MAC:
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  2668
     - EDCA multi-qos-class support (Mirko Banchi)
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  2669
     - 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
  2670
     - aarf-cd and cara rate control algorithms (Federico Maguolo)
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  2671
  b) 802.11 PHY:
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  2672
     - 802.11b PHY support (Gary Pei)
ef1730710767 update RELEASE_NOTES
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4412
diff changeset
  2673
     - Nakagami propagation loss model (Timo Bingmann)
4492
3ebeb7bf3c15 added support for radiotap and prism headers
Nicola Baldo <nbaldo@cttc.es>
parents: 4475
diff changeset
  2674
     - 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
  2675
  c) RandomVariable:
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2676
     - GammaVariable and ErlangVariable (Timo Bingmann)
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2677
     - ZipfVariable (Francesco Malandrino)
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2678
  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
  2679
  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
  2680
     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
  2681
 
d567b96b88e6 Added new ns-3.5 wifi features in RELEASE_NOTES
Mirko Banchi <mk.banchi@gmail.com>
parents: 4303
diff changeset
  2682
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
  2683
-----------------------
4475
a232dcbbe7a8 api changes and release notes for IPv4 routing rework
Tom Henderson <tomh@tomh.org>
parents: 4471
diff changeset
  2684
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
  2685
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
  2686
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
  2687
4612
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2688
Known issues
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2689
------------
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2690
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
  2691
  - gcc 3.3 and earlier
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2692
  - 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
  2693
  - 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
  2694
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2695
Future releases
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2696
---------------
0053aa3d8c22 update RELEASE_NOTES in preparation of rc2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4492
diff changeset
  2697
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
  2698
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
  2699
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
  2700
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
  2701
4303
cf08bd85770d RELEASE_NOTES shouldn't refer to past releases as future releases
Craig Dowell <craigdo@ee.washington.edu>
parents: 4302
diff changeset
  2702
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
  2703
===========
3466
cbf5120f5eb6 more details for 3.2 release notes
Tom Henderson <tomh@tomh.org>
parents: 3465
diff changeset
  2704
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2705
Availability
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2706
------------
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2707
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2708
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
  2709
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2710
Supported platforms
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2711
-------------------
4302
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2712
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
  2713
  - 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
  2714
  - 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
  2715
  - MacOS X ppc and x86
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2716
  - 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
  2717
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2718
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
  2719
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2720
http://www.nsnam.org/wiki/Installation
4081
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2721
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2722
New user-visible features
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2723
-------------------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2724
  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
  2725
     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
  2726
     multicast support.
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2727
4302
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2728
  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
  2729
     names has been added.
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2730
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2731
  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
  2732
     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
  2733
     and simulated networks.
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2734
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2735
  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
  2736
     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
  2737
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2738
  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
  2739
5791e06dc1d1 RELEASE_NOTES for ns-3.4
Craig Dowell <craigdo@ee.washington.edu>
parents: 4081
diff changeset
  2740
  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
  2741
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2742
API changes from ns-3.3
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2743
-----------------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2744
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
  2745
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2746
Known issues
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2747
------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2748
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
  2749
  - gcc 3.3 and earlier
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2750
  - 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
  2751
  - 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
  2752
  - 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
  2753
  - MinGW
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2754
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2755
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
  2756
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
  2757
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2758
Future releases
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2759
---------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2760
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
  2761
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
  2762
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
  2763
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
  2764
suite,
4081
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2765
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2766
Release 3.3
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2767
===========
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2768
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2769
Availability
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2770
------------
74180c1a3af9 add wifi features to release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3982
diff changeset
  2771
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2772
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
  2773
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2774
Supported platforms
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2775
-------------------
4303
cf08bd85770d RELEASE_NOTES shouldn't refer to past releases as future releases
Craig Dowell <craigdo@ee.washington.edu>
parents: 4302
diff changeset
  2776
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
  2777
  - 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
  2778
  - 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
  2779
  - MacOS X ppc and x86
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2780
  - 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
  2781
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2782
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
  2783
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2784
http://www.nsnam.org/wiki/Installation
3967
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2785
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2786
New user-visible features
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2787
-------------------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2788
  a) Emulated Net Device
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2789
     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
  2790
     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
  2791
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2792
  b) ICMP Support
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2793
     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
  2794
     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
  2795
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2796
  c) IPv6 Address Support
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2797
     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
  2798
     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
  2799
3982
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  2800
  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
  2801
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  2802
  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
  2803
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  2804
  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
  2805
     (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
  2806
     bridge net devices 
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  2807
4f370a1b637c add some things to release notes and changes.html; revise README
Tom Henderson <tomh@tomh.org>
parents: 3967
diff changeset
  2808
  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
  2809
3967
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2810
API changes from ns-3.2
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2811
-----------------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2812
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
  2813
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2814
Known issues
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2815
------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2816
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
  2817
  - gcc 3.3 and earlier
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2818
  - 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
  2819
  - 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
  2820
  - 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
  2821
  - MinGW
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2822
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2823
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
  2824
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
  2825
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2826
Future releases
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2827
---------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2828
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
  2829
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
  2830
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
  2831
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
  2832
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2833
Release 3.2
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2834
===========
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2835
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2836
Availability
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2837
------------
f33cbf6b051c update RELEASE_NOTES for ns-3.3
Craig Dowell <craigdo@ee.washington.edu>
parents: 3706
diff changeset
  2838
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2839
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
  2840
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2841
Supported platforms
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2842
-------------------
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2843
ns-3.2 has been tested on the following platforms:
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2844
  - 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
  2845
  - 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
  2846
  - MacOS X ppc and x86
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2847
  - cygwin gcc 3.4.4 (debug only)
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2848
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2849
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
  2850
wiki for more information:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2851
http://www.nsnam.org/wiki/Installation
3466
cbf5120f5eb6 more details for 3.2 release notes
Tom Henderson <tomh@tomh.org>
parents: 3465
diff changeset
  2852
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2853
New user-visible features
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2854
-------------------------
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2855
  a) Learning bridge (IEEE 802.1D)
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2856
    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
  2857
    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
  2858
    this new mode of operation. (contributed by Gustavo Carneiro)
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2859
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2860
  b) Python bindings
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2861
    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
  2862
    python bindings (contributed by Gustavo Carneiro).
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2863
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2864
  c) Real-time simulator
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2865
    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
  2866
    wall-clock time (contributed by Craig Dowell).
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2867
3706
4eba9967700e mispeeling in RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3692
diff changeset
  2868
  d) Network Simulation Cradle
4eba9967700e mispeeling in RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3692
diff changeset
  2869
    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
  2870
    (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
  2871
    using various versions of kernel TCP network stacks. (contributed
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2872
    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
  2873
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2874
  e) A statistics framework
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2875
    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
  2876
    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
  2877
    runs (database and ascii file backends are available).
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2878
    More information on the wiki:
10401
6e9d4ceb880b Update ns-3 wiki URL
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10234
diff changeset
  2879
    http://www.nsnam.org/wiki/Statistical_Framework_for_Network_Simulation
3465
a1d2a8165500 Add release notes.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3426
diff changeset
  2880
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2881
API changes from ns-3.1
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2882
-----------------------
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2883
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
  2884
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2885
Known issues
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2886
------------
3687
bef19c2939f2 some release notes edits
Tom Henderson <tomh@tomh.org>
parents: 3652
diff changeset
  2887
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
  2888
  - gcc 3.3 and earlier
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2889
  - 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
  2890
  - 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
  2891
  - 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
  2892
  - MinGW
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2893
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2894
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
  2895
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
  2896
3652
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2897
Future releases
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2898
---------------
f17da31d6081 update release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 3593
diff changeset
  2899
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
  2900
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
  2901
emulation, and synchronous posix sockets.
3465
a1d2a8165500 Add release notes.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3426
diff changeset
  2902
3357
93218ac0d373 Prepare for 3.1
Craig Dowell <craigdo@ee.washington.edu>
parents: 3279
diff changeset
  2903
Release 3.1 (2008/06/30)
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  2904
========================
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2905
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2906
The first ns-3 stable release
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2907
-----------------------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2908
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2909
This release is immediately available from:
7459
167fc2274f53 update for ns-3.12 release
Tom Henderson <tomh@tomh.org>
parents: 7456
diff changeset
  2910
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
  2911
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2912
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
  2913
Federico Maguolo.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2914
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2915
What is ns-3 ?
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2916
--------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2917
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2918
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
  2919
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
  2920
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
  2921
models.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2922
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2923
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
  2924
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
  2925
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
  2926
models and/or to maintain existing models.
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2927
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2928
Where to get more information about ns-3
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2929
----------------------------------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2930
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2931
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
  2932
http://www.nsnam.org
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  2933
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2934
Including, tutorials:
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2935
http://www.nsnam.org/tutorials.html
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2936
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2937
Supported platforms
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2938
-------------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2939
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2940
ns-3 is regularly tested on the following platforms:
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2941
  - 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
  2942
  - 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
  2943
  - MacOS X ppc and x86
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2944
  - cygwin gcc 3.4.4 (debug only)
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2945
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2946
Known issues
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2947
------------
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  2948
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2949
ns-3 is known to fail on the following platforms:
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2950
  - gcc 3.3 and earlier
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2951
  - 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
  2952
  - optimized builds on linux x86 gcc 4.0.x
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2953
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2954
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
  2955
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
  2956
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2957
Future releases
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2958
---------------
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2959
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2960
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
  2961
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
  2962
scripting, IPv6, emulation, a statistics framework and synchronous posix 
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2963
sockets.
3279
Craig Dowell <craigdo@ee.washington.edu>
parents: 3196
diff changeset
  2964
3194
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  2965
Release 3.0.13 (2008/06/02)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2966
===========================
3194
79dba133b5f8 update RELEASE_NOTES and a few other files
Tom Henderson <tomh@tomh.org>
parents: 2891
diff changeset
  2967
- 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
  2968
- 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
  2969
- 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
  2970
- 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
  2971
- 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
  2972
- 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
  2973
- 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
  2974
3196
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  2975
Warning: among API changes in this release, Application::Start and 
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  2976
Application::Stop now interprets the time argument as a relative
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  2977
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
  2978
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
  2979
will need to be adapted.  
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  2980
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  2981
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
  2982
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
  2983
absolute.
539a710e5cf9 Gustavo's API warnings
Tom Henderson <tomh@tomh.org>
parents: 3194
diff changeset
  2984
2891
aeca90b95bf5 nits for 3.0.12 release
Tom Henderson <tomh@tomh.org>
parents: 2842
diff changeset
  2985
Release 3.0.12 (2008/04/07)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2986
===========================
2842
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  2987
    - 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
  2988
attribute support to all in-tree models
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  2989
    - 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
  2990
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
  2991
    - 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
  2992
of the upcoming python bindings
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  2993
    - 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
  2994
in the 802.11 model (Federico Maguolo).
2891
aeca90b95bf5 nits for 3.0.12 release
Tom Henderson <tomh@tomh.org>
parents: 2842
diff changeset
  2995
    - regression test framework added
aeca90b95bf5 nits for 3.0.12 release
Tom Henderson <tomh@tomh.org>
parents: 2842
diff changeset
  2996
    - TCP delayed acknowledgements and multitasking server
2842
d6a128110975 initial draft of release notes.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2337
diff changeset
  2997
2337
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  2998
Release 3.0.11 (2008/02/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  2999
===========================
2337
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  3000
    - Initial port of GTNetS TCP implementation (initial version 
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  3001
that does not support multitasking or delayed acknowledgments yet, 
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  3002
but supports a reliable stream service)
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  3003
    - 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
  3004
metadata system
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  3005
    - lots of bug fixes throughout the system
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  3006
    - tutorial updates
604a3bc1fbb3 initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2219
diff changeset
  3007
2219
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  3008
Release 3.0.10 (2008/01/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3009
===========================
2219
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  3010
   - Add tutorial document content;
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  3011
   - Valgrind option for "waf" tool;
b5bf2588cde2 bump version and add release notes
Craig Dowell <craigdo@ee.washington.edu>
parents: 2194
diff changeset
  3012
   - Doxygen organization changes.
2194
25bad6958d13 update release_steps.txt
Tom Henderson <tomh@tomh.org>
parents: 2192
diff changeset
  3013
2185
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  3014
Release 3.0.9 (2007/12/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3015
==========================
2185
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  3016
   - 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
  3017
       * a rather extensive PHY model
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  3018
       * log-distance and friis propagation model
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  3019
       * 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
  3020
         AARF, constant-rate)
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  3021
       * adhoc and infrastructure mode (beacon+assoc)
2192
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  3022
   - Use smart pointer for Packet in the APIs
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  3023
   - A new contrib directory with helper classes: 
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  3024
     EventGarbageCollector, Gnuplot
4db981a0d9eb bump VERSION and finish RELEASE_NOTES
Tom Henderson <tomh@tomh.org>
parents: 2185
diff changeset
  3025
   - Tracing support for Applications
2185
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  3026
   - many bugs fixed
d3582be30902 initial release notes for upcoming release
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1850
diff changeset
  3027
1850
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  3028
Release 3.0.8 (2007/11/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3029
==========================
1850
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  3030
   - A simple error model
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  3031
   - Source files for ns-3 tutorial
560a5091e0e6 release files
Craig Dowell <craigdo@ee.washington.edu>
parents: 1785
diff changeset
  3032
1785
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  3033
Release 3.0.7 (2007/10/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3034
==========================
1785
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  3035
  - OLSR routing protocol
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  3036
  - A timer class
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  3037
  - Additional mobility models (random waypoint, random 2D walk)
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  3038
  - A mobility visualization tool 
04704f042c03 Release notes for 3.0.7
Tom Henderson <tomh@tomh.org>
parents: 1516
diff changeset
  3039
1516
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  3040
Release 3.0.6 (2007/09/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3041
==========================
1516
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  3042
  - Static multicast IPv4 routing
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  3043
  - Logging overhaul (NS_LOG macros)
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  3044
  - Refactoring of tracing subsystem
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  3045
  - Tutorial document started
6c4850dc539e release notes for 3.0.6
Tom Henderson <tomh@tomh.org>
parents: 1284
diff changeset
  3046
 
1284
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3047
Release 3.0.5 (2007/08/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3048
==========================
999
a3c715562d79 start filling release notes with merged items
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 929
diff changeset
  3049
1284
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3050
  - Refactoring to support win32-based unix environments (Cygwin, mingw)
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3051
  - "Packet socket" for allowing applications to access NetDevices directly
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3052
  - Generalized, polymorphic Address class
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3053
  - Add CSMA NetDevice model (from Emmanuelle Laprise)
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3054
  - Modularize IPv4 routing support (from Gustavo Carneiro)
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3055
  - Add mobility framework and basic mobility models 
e201ec8a248f Release notes updated
Tom Henderson <tomh@tomh.org>
parents: 999
diff changeset
  3056
  - Global unicast centralized routing 
999
a3c715562d79 start filling release notes with merged items
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 929
diff changeset
  3057
929
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  3058
Release 3.0.4 (2007/07/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3059
==========================
929
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  3060
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  3061
  - Enable waf as the default build system.
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  3062
  - 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
  3063
    are added to a packet
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  3064
  - Simplifications to point-to-point devices and channel
9394956b7fc4 changes for 3.0.4 release
Tom Henderson <tomh@tomh.org>
parents: 759
diff changeset
  3065
759
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3066
Release 3.0.3 (2007/06/15)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3067
==========================
759
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3068
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3069
  - 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
  3070
    with the "waf" tool. See doc/build-waf.txt.
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3071
  - 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
  3072
    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
  3073
    than a nanosecond: seconds, milliseconds, microseconds, 
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3074
    femtoseconds and picoseconds are supported.
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3075
  - Optimize and rework the COM framework, solidify the component 
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3076
    manager
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3077
  - Many small API cleanups
8d6562ea21a4 add release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 657
diff changeset
  3078
657
be551a3b07c6 minor changes due to documentation review
Tom Henderson <tomh@tomh.org>
parents: 635
diff changeset
  3079
Release 3.0.2 (2007/05/18)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3080
==========================
635
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  3081
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  3082
  - 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
  3083
    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
  3084
    optional)
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  3085
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  3086
  - 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
  3087
    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
  3088
71b92dfe5f55 write README, contributing.txt, reorganize the other documentation files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 421
diff changeset
  3089
  - 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
  3090
657
be551a3b07c6 minor changes due to documentation review
Tom Henderson <tomh@tomh.org>
parents: 635
diff changeset
  3091
Release 3.0.1 (2007/03/31)
3361
b8db6cd10444 update RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu>
parents: 3357
diff changeset
  3092
==========================
421
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  3093
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  3094
  - First public release; not yet pre-alpha.
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  3095
56928998e05c Final pre-release files
Tom Henderson <tomh@tomh.org>
parents:
diff changeset
  3096
  - Simple UDP-based simulation script (examples/simple-p2p.cc)