Skip to content

Commit

Permalink
doc: added missing changelogs. increased the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Mar 20, 2012
1 parent dfc4432 commit a7ac614
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
inet-1.99.3
inet-1.99.4
4 changes: 4 additions & 0 deletions WHATSNEW
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Recent changes in the INET Framework
====================================

INET-1.99.4 (March 20, 2012)
----------------------------


INET-1.99.3 (Feb 22, 2012)
--------------------------

Expand Down
4 changes: 4 additions & 0 deletions src/applications/pingapp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-03-04 Zoltan Bojthe

Added PingTestApp for testing the connectedness of the network.

2012-02-24 ------ inet-1.99.3 released ------

2011-12-21 Andras Varga
Expand Down
9 changes: 9 additions & 0 deletions src/base/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2012-03-01 Andras Varga

Added createNode(), createLink() factory methods to Toplogy class.

2012-02-14 Tamas Borbely

Added "multicast route changed/added/deleted" notification constants
to NotifierConsts.h

2012-02-24 ------ inet-1.99.3 released ------

2012-02-11 Rudolf Hornig
Expand Down
4 changes: 4 additions & 0 deletions src/mobility/models/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-03-19 Levente Meszaros

fixed infinite loop when nextChange is set to current simulation time

2012-02-24 ------ inet-1.99.3 released ------

2012-01-05 Zoltan Bojthe
Expand Down
5 changes: 5 additions & 0 deletions src/networklayer/arp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012-02-09 Tamas Borbely

mapping an IPv4 multicast address to a multicast MAC address as specified
in RFC112, section 6.4

2012-02-24 ------ inet-1.99.3 released ------

2011-12-15 Zoltan Bojthe
Expand Down
13 changes: 13 additions & 0 deletions src/networklayer/autorouting/ipv4/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2012-03-04 Levente Meszaros

Added IPv4Configurator, a new network configurator for IPv4

This is intended to replace both routing files (.irt/.mrt) and
specialized network configurators like FlatNetworkConfigurator,
and do much more.

Covers address assignment (manual, automatic), adding manual routes,
setting up static routing, optimizing the routing tables, etc.
Unlike FlatNetworkConfigurator, it will generate per-interface
addresses. Wireless networks are also supported.

2012-02-24 ------ inet-1.99.3 released ------

2012-01-19 Andras Varga
Expand Down
5 changes: 5 additions & 0 deletions src/networklayer/bgpv4/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012-03-01 Levente Meszaros

- gateway is now correcty set on routing entries.
- eliminated redundant nextHop field from routingtable entries

2012-02-24 ------ inet-1.99.3 released ------

2012-01-19 Andras Varga
Expand Down
9 changes: 9 additions & 0 deletions src/networklayer/common/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2012-03-04 Levente Meszaros

Added "displayAddresses" parameter to InterfaceTable. Setting it to true
will display all IP addresses on the connected links.

2012-02-14 Tamas Borbely

Added getFirstMulticastInterface() to the InterfaceTable

2012-02-24 ------ inet-1.99.3 released ------

2012-01-31 Andras Varga
Expand Down
16 changes: 16 additions & 0 deletions src/networklayer/contract/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2012-03-04 Zoltan Bojthe

IPvXAddressResolver::tryResolve() uses a new syntax:
host
host(protocol)
host%interfacename
host%interfacename(protocol)
host>destmodule
host>destmodule(protocol)
address: host [ { '%' interfacename | '>' destmodule } ] [ '(' protocol ')' ]
protocol: { 'ipv4' | 'ipv6' | 'routerId' }

2012-02-28 Andras Varga

'const char*' ctors of IPv4Address/IPv6Address/MACAddress made explicit

2012-02-24 ------ inet-1.99.3 released ------

2012-02-10 Rudolf Hornig
Expand Down
14 changes: 14 additions & 0 deletions src/networklayer/ipv4/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@
if you simulate multicast networks by setting the
'forwardMulticast' parameter of Router modules.

2012-03-04 Andras Varga

- Added a RoutingTableRecorder module that records all the changes
in the routing table to a file.
- Better dump method for routing table.

2012-03-04 Levente Meszaros

Fixed routing table change notifications.

2012-02-20 Tamas Borbely

Added printMulticastRoutingTable() to IRoutingTable

2012-02-15 Tamas Borbely

The multicastTtlThreshold field is added to IPv4InterfaceData.
Expand Down
4 changes: 4 additions & 0 deletions src/networklayer/ospfv2/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-03-01 Levente Meszaros

Gateway is now correcty set on routing entries.

2012-02-24 ------ inet-1.99.3 released ------

2012-01-19 Andras Varga
Expand Down
4 changes: 4 additions & 0 deletions src/nodes/inet/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-01-26 Zoltan Bojthe

Added IPingApp interface and support for more than one PingApp in a host.

2012-02-24 ------ inet-1.99.3 released ------

2012-01-11 Zoltan Bojthe
Expand Down
4 changes: 4 additions & 0 deletions src/nodes/ipv6/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-01-26 Zoltan Bojthe

Added IPingApp interface and support for more than one PingApp in a host.

2012-02-24 ------ inet-1.99.3 released ------

2011-11-18 ------ INET-1.99.2 released ------
Expand Down
4 changes: 4 additions & 0 deletions src/transport/tcp_lwip/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-03-04 Zoltan Bojthe

ICMP messages are correctly handled now.

2012-02-24 ------ inet-1.99.3 released ------

2012-02-08 Andras Varga
Expand Down
4 changes: 4 additions & 0 deletions src/transport/tcp_nsc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-03-04 Zoltan Bojthe

ICMP messages are correctly handled now.

2012-02-24 ------ inet-1.99.3 released ------

2012-02-08 Andras Varga
Expand Down

0 comments on commit a7ac614

Please sign in to comment.