Skip to content

Commit

Permalink
prod: version bumped to 4.3.8, changelogs tagged, WHATSNEW updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Apr 26, 2022
1 parent b55c11e commit d85f225
Show file tree
Hide file tree
Showing 326 changed files with 671 additions and 1 deletion.
22 changes: 22 additions & 0 deletions WHATSNEW
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Recent changes in the INET Framework
====================================

INET-4.3.8 (April 2022) - Stable
--------------------------------

Several minor bigfixes plus compatibility fixes for OMNeT++ 6.0.
OMNeT++ 6.0 Preview and RC versions are NOT supported.
For details see individual ChangeLog files

- simplified findInterfaceByAddress() and findHostWithAddress(),
uses NetworkInterface::hasNetworkAddress()
- Replaced duplicate implementations of findInterfaceByAddress and
isLocalAddress in RoutingTables
- Changed initial values of simtime_t fields to -1 instead of NaN, because
double NaN cannot be converted to simtime_t.
- Replaced deprecated init() to new init(Context* ctx) in ResultFilters.
- Fixed #747: Avoid division by zero causing scheduling a message to
infinite simulation time.
- Fixed SendOptions duration/remainingDuration for the animation of
synchronous packet pushes/pulls in queueing/protocolelement
- Fixes for change in OMNeT++ 6 where uniform(a,b) now expecting a <=b
- Various smaller bigfixes and optimizations


INET-4.3.7 (February 2022) - Stable
-----------------------------------

Expand Down
2 changes: 2 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
====== inet-4.x ======

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

2021-11-18 Zoltan Bojthe

filters, recorders: replace deprecated init() to new init(Context* ctx)
Expand Down
2 changes: 1 addition & 1 deletion src/inet/common/INETDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ using namespace omnetpp;
#endif

#define INET_VERSION 0x0403
#define INET_PATCH_LEVEL 0x07
#define INET_PATCH_LEVEL 0x08

#if defined(INET_EXPORT)
#define INET_API OPP_DLLEXPORT
Expand Down
2 changes: 2 additions & 0 deletions src/inet/common/checksum/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
====== inet-4.x ======

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

2021-11-18 Zoltan Bojthe

filters, recorders: replace deprecated init() to new init(Context* ctx)
Expand Down
2 changes: 2 additions & 0 deletions src/inet/common/geometry/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
====== inet-4.x ======

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

2022-04-26 ------ inet-4.3.8 released ------

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

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

0 comments on commit d85f225

Please sign in to comment.