Skip to content

Commit

Permalink
prod: version update to 4.2.10, WHATSNEW and ChangeLog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Apr 29, 2022
1 parent 30abc1f commit d445021
Show file tree
Hide file tree
Showing 262 changed files with 542 additions and 1 deletion.
21 changes: 21 additions & 0 deletions WHATSNEW
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Recent changes in the INET Framework
====================================

INET-4.2.10 (April 2022) - Stable
---------------------------------

Several minor bugfixes plus some compatibility fixes for OMNeT++ 6.0.
OMNeT++ 6.0 Preview and RC versions are NOT supported.

- 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.
- Fixes for change in OMNeT++ 6 where uniform(a,b) now expecting a <=b
- backported inet_fingerprinttest script from master
- voipstream: use libswresample instead of libavresample (backported from master)
- Various smaller bigfixes and optimizations


INET-4.2.9 (February 2022) - Stable
-----------------------------------

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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 released ------
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 @@ -50,7 +50,7 @@ using namespace omnetpp;
#endif

#define INET_VERSION 0x0402
#define INET_PATCH_LEVEL 0x09
#define INET_PATCH_LEVEL 0x0A

#if OMNETPP_VERSION < 0x0600 || OMNETPP_BUILDNUM < 1525
namespace omnetpp {
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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 released ------
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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 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-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

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

2022-04-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

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

2022-04-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

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

2022-04-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

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

2022-04-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

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

2022-04-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

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

2022-04-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

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

2022-04-29 ------ inet-4.2.10 released ------

2022-02-08 ------ inet-4.2.9 released ------

2021-11-16 ------ inet-4.2.8 released ------
Expand Down
Loading

0 comments on commit d445021

Please sign in to comment.