Commit Graph

159 Commits

Author SHA1 Message Date
Tom Henderson
2cff47cffc fix order of items in RELEASE_NOTES 2011-12-23 11:29:36 -08:00
Tom Henderson
7ae712d0af update RELEASE_NOTES 2011-12-23 11:28:31 -08:00
Tom Henderson
63a99ea167 update platforms supported 2011-12-21 21:13:52 -08:00
Tom Henderson
510783a09c add bug fix list and supported platforms to RELEASE_NOTES 2011-12-14 21:50:43 -08:00
Tom Henderson
ab95b7f0f7 Seed the CHANGES.html and RELEASE_NOTES for ns-3.13 2011-09-18 14:24:24 -07:00
Tom Henderson
a183dd1f0f Update RELEASE_NOTES 2011-09-02 09:52:01 -07:00
Tom Henderson
22fab0212a update for ns-3.12 release 2011-08-24 08:29:37 -07:00
Tom Henderson
cc78e23e4c update RELEASE_NOTES 2011-08-18 21:48:39 -07:00
Tom Henderson
fc31f9502c Update CHANGES.html and RELEASE_NOTES 2011-08-17 21:59:19 -07:00
Nicola Baldo
176b697d20 added support for single-freq PropagationLossModel to SpectrumChannel 2011-07-05 19:03:55 +02:00
Tom Henderson
9240554b0f update CHANGES.html and RELEASE_NOTES for new release cycle 2011-06-28 10:26:07 -07:00
Josh Pelkey
4c070327b2 update release notes 2011-05-25 16:01:51 -04:00
Tom Henderson
ea4f728c85 Add OS X to list of tested platforms 2011-05-25 00:59:31 -07:00
Josh Pelkey
2e1fa1f97e update RELEASE_NOTES 2011-05-23 16:30:50 -04:00
Tom Henderson
c660c6d07f Update RELEASE_NOTES 2011-05-22 23:14:56 -07:00
Josh Pelkey
a12aa12884 update release notes 2011-05-15 09:28:09 -04:00
Mitch Watrous
755910e763 Update bug fixed list 2011-05-13 13:51:55 -07:00
Ken Renard
6642899baa bug 1047: Multicast routes on nodes with >16 interfaces 2011-05-13 00:21:25 -07:00
Tom Henderson
2e9964060c bug 1097: AODV routing entry set to be VALID mistakenly (reported by Yang Chi) 2011-05-12 23:14:54 -07:00
Elena Buchatskaya
3cbd6f9aa0 bug 1042: AODV RERR implosion (missing RERR_RATELIMIT) 2011-05-12 23:10:46 -07:00
Tom Henderson
e9e1e82c4a bug 1054: ipv6 InternetStackHelper EnablePcapIpv6All() broken 2011-05-12 22:47:31 -07:00
Gustavo J. A. M. Carneiro
289649516b bug 1058: InternetStackHelper pitfall: calling Install before adding routing protocols 2011-05-12 21:49:50 -07:00
Tom Goff
4282582535 bug 1056: CSMA: padding not handled correctly for LLC encapsulation 2011-05-12 21:19:07 -07:00
Nicola Baldo
4be5451f20 updated list of fixed bugs for ns-3.11 2011-04-29 16:55:07 +02:00
Mathieu Lacage
af275c07eb bugs fixed 2011-04-17 14:34:40 +02:00
Mathieu Lacage
3efa74c0a5 RELEASE_NOTES, CHANGES.html 2011-04-17 14:23:18 +02:00
Tom Henderson
338eb54233 bug 1046: Check AODV LocalDeliver callback before using it 2011-04-15 15:45:50 -07:00
Dean Armstrong
ce8b512f0f Bug 1064: Correct Friis propagation loss equation
The FrissSpectrumPropagationLoss model doesn't implement Friis formula
correctly - the whole numerator needs to be squared, rather than just
the last term.
2011-03-01 16:58:05 +00:00
Tom Henderson
6f7c7a3859 bugfix: CsmaNetDevice ErrorModel not discarding packet (reported by Rafal Mielniczuk) 2011-01-26 09:53:49 -08:00
Tom Henderson
75a034d543 start RELEASE_NOTES for ns-3.11 2011-01-25 21:47:05 -08:00
Andrea Sacco
c5dc2d552c Fixed UanPhyGen::IsStateBusy method bug 2011-01-25 19:42:58 +01:00
Tom Henderson
e0d64d4320 Document cygwin limitation in RELEASE_NOTES 2011-01-03 15:53:55 -08:00
Tom Henderson
41e93b8ce4 update release notes and CHANGES.html file 2011-01-03 13:13:26 -08:00
Tom Henderson
36f9363b57 Update release notes 2010-12-31 08:55:52 -08:00
Tom Henderson
76ad7634ec update release notes and changes.html 2010-12-29 11:05:41 -08:00
Tom Henderson
6908fb3840 Update release notes and changelog 2010-12-23 12:40:48 -08:00
Hemanth Narra
079847d813 DSDV routing protocol 2010-12-21 22:43:06 -08:00
Andrea Sacco
f1e1c21bbe Energy support for UAN module and Li-Ion energy model 2010-12-21 21:44:11 -08:00
Tom Henderson
b792c83143 Update release notes 2010-12-20 22:05:44 -08:00
He Wu
372a9b6fe8 RV battery model and WiFi energy example 2010-12-20 15:49:12 -08:00
Josh Pelkey
40187d0511 Add BulkSendApplication 2010-12-16 20:24:14 -05:00
Tom Henderson
261b75a3ab Bring CHANGES.html and RELEASE_NOTES up to date 2010-12-08 14:19:44 -08:00
Dean Armstrong
0946a77009 Bug 978: Consolidate Wi-Fi MAC high functionality
This change reorganises the Wi-Fi MAC high classes in attempt to
reduce duplication of functionality that is required for more than one
of the MAC high models. A new class called RegularWifiMac has been
created. This derives from the abstract WifiMac, and is parent of
AdhocWifiMac, StaWifiMac, ApWifiMac, and MeshWifiInterfaceMac. The QoS
and non-QoS class variants are no longer, with a RegularWifiMac
attribute "QosSupported" allowing selection between these two modes of
operation. QosWifiMacHelper and NqosWifiMacHelper continue to work as
previously.

Updates to some regression traces are necessary because the
reorganisation has led to random number streams being initialised in
slightly different orders and thus over-the-air timing changing.
2010-12-02 07:51:34 +00:00
Tom Henderson
a9b910fd14 bug 1022: inappropriate ASSERT in tcp-socket-impl.cc 2010-11-17 16:17:35 -08:00
Tom Henderson
9ced8e59b8 bug 984: change EmuNetDevice encapsulation default to DIX 2010-11-12 11:54:45 -08:00
Hajime Tazaki
be7c2dfa01 Bug 1027 - RocketfuelTopologyReader is not working at all 2010-11-12 13:28:26 +09:00
Nicola Baldo
76daf64826 added fixed wifi bugs to release notes for ns-3.10 2010-11-09 13:06:30 +01:00
Nicola Baldo
35c1bf1578 added spectrum to release notes for ns-3.9 2010-11-09 12:56:50 +01:00
Tom Henderson
f7229b64f5 clarify the status of ./waf --regression removal 2010-11-08 11:36:26 -08:00
Tom Henderson
709d578f2d update RELEASE_NOTES 2010-10-05 01:33:25 -07:00