Skip to content

Commit

Permalink
prod: updated ChangeLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Apr 26, 2022
1 parent 9652ad3 commit b55c11e
Show file tree
Hide file tree
Showing 15 changed files with 86 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/inet/common/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
====== inet-4.x ======

2021-11-18 Zoltan Bojthe

filters, recorders: replace deprecated init() to new init(Context* ctx)

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
4 changes: 4 additions & 0 deletions src/inet/common/figures/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
====== inet-4.x ======

2021-11-18 Zoltan Bojthe

filters, recorders: replace deprecated init() to new init(Context* ctx)

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
9 changes: 9 additions & 0 deletions src/inet/networklayer/common/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
====== inet-4.x ======

2022-02-10 Zoltan Bojthe

L3AddressResolver: simplified findHostWithAddress(), uses
NetworkInterface::hasNetworkAddress()

NetworkInterface: fixed hasNetworkAddress()

InterfaceTable: simplified findInterfaceByAddress()

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/networklayer/ipv4/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2021-05-07 Edward Longman

Replace duplicate implementations of findInterfaceByAddress and
isLocalAddress in RoutingTables

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/networklayer/ipv6/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2021-05-07 Edward Longman

Replace duplicate implementations of findInterfaceByAddress and
isLocalAddress in RoutingTables

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/networklayer/nexthop/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2021-05-07 Edward Longman

Replace duplicate implementations of findInterfaceByAddress and
isLocalAddress in RoutingTables

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/physicallayer/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2022-04-11 Levente Mészáros

All: Changed initial values of simtime_t fields to -1 instead of NaN.
Double NaN cannot be converted to simtime_t.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/physicallayer/wireless/common/medium/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2022-04-11 Levente Mészáros

All: Changed initial values of simtime_t fields to -1 instead of NaN.
Double NaN cannot be converted to simtime_t.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2022-04-11 Levente Mészáros

All: Changed initial values of simtime_t fields to -1 instead of NaN.
Double NaN cannot be converted to simtime_t.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
10 changes: 10 additions & 0 deletions src/inet/power/management/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
====== inet-4.x ======

2022-04-11 Levente Mészáros

SimpleEpEnergyManagement: Added guard condition to avoid scheduling self
message.

2022-03-21 Levente Mészáros

power: Fixed #747. Avoid division by zero causing scheduling a message to infinite
simulation time.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/power/storage/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2022-03-21 Levente Mészáros

power: Fixed #747. Avoid division by zero causing scheduling a message to infinite
simulation time.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
6 changes: 6 additions & 0 deletions src/inet/protocolelement/common/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
====== inet-4.x ======

2021-04-02 Levente Mészáros

PacketProcessorBase: Fixed SendOptions duration/remainingDuration for the
animation of synchronous packet pushes/pulls.


2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/queueing/base/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2021-04-02 Levente Mészáros

PacketProcessorBase: Fixed SendOptions duration/remainingDuration for the
animation of synchronous packet pushes/pulls.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
5 changes: 5 additions & 0 deletions src/inet/routing/dymo/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
====== inet-4.x ======

2022-04-11 Levente Mészáros

All: Changed initial values of simtime_t fields to -1 instead of NaN.
Double NaN cannot be converted to simtime_t.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down
8 changes: 8 additions & 0 deletions src/inet/transportlayer/sctp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
====== inet-4.x ======

2022-04-11 Levente Mészáros

SctpAssociation: Fixed bug found by sanitizer tests.
The value of 1 << 31 can be negative when converted to double, thanks
C++.

SctpPathVariables: Fixed negative upper limit due to C++ stupidity.

2022-02-07 ------ inet-4.3.7 released ------

2021-12-27 ------ inet-4.3.6 released ------
Expand Down

0 comments on commit b55c11e

Please sign in to comment.