Skip to content

Commit

Permalink
prod: changelogs taged with 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed May 13, 2022
1 parent 40f29dd commit ceafc91
Show file tree
Hide file tree
Showing 333 changed files with 666 additions and 0 deletions.
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-05-13 ------ inet-4.4.0 released ------

2022-04-25

Added features
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-05-13 ------ inet-4.4.0 released ------

2022-02-15 Zoltan Bojthe

Changed isInitializeStage(), isModuleStartStage(), isModuleStopStage() functions to const.
Expand Down
2 changes: 2 additions & 0 deletions src/inet/applications/clock/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
====== inet-4.x ======

2022-05-13 ------ inet-4.4.0 released ------

2021-01-28 Levente Mészáros

Added SimpleClockSynchronizer module.
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-05-13 ------ inet-4.4.0 released ------

2021-11-08 Levente Mészáros

Added generic SourceApp.
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-01-08 ------ inet-4.2.0 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-05-13 ------ inet-4.4.0 released ------

2021-04-26 Zoltan Bojthe

Added/updated Enter_Method() info to the signalname in receiveSignal().
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-05-13 ------ inet-4.4.0 released ------

2021-11-08 Levente Mészáros

Refactored submodules of compound applications.
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-05-13 ------ inet-4.4.0 released ------

2021-03-19 Zoltan Bojthe

Changed if-else-if ladders in initialize() to separate if statements because
Expand Down
2 changes: 2 additions & 0 deletions src/inet/applications/ieee8022/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
====== inet-4.x ======

2022-05-13 ------ inet-4.4.0 released ------

2021-10-22 Levente Mészáros

Added Ieee8022LlcApp, Ieee8022LlcSourceApp, Ieee8022LlcSinkApp, and
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-05-13 ------ inet-4.4.0 released ------

2022-04-13 Levente Mészáros

Commented out unused structure in NetPerfMeter that caused memory leaks.
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-07-22 Levente Mészáros
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-05-13 ------ inet-4.4.0 released ------

2022-01-26 Rudolf Hornig

Changed license from GPL to LGPL v3 with the written permission
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-05-13 ------ inet-4.4.0 released ------

2022-01-26 Rudolf Hornig

SCTP code is re-licensed now under LGPL v3
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-05-13 ------ inet-4.4.0 released ------

2022-05-04 Zoltan Bojthe

TcpGenericServerApp: Fixed "Returning Incomplete Chunk" issue #661.
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-05-13 ------ inet-4.4.0 released ------

2022-01-28 Rudolf Hornig

Code is re-licensed now under LGPL v3 with the written permission of the authors.
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-05-13 ------ inet-4.4.0 released ------

2021-11-12 Levente Mészáros

UdpSocketIo: Added multicastAddresses parameter.
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-05-13 ------ inet-4.4.0 released ------

2021-03-19 Zoltan Bojthe

Changed if-else-if ladders in initialize() to separate if statements because
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-05-13 ------ inet-4.4.0 released ------

2022-04-14 Zoltan Bojthe

Bugfixes, deprecated-free code.
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-05-13 ------ inet-4.4.0 released ------

2021-12-11 Gyorgy Szaszko

Added display directive for time difference to a reference clock.
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-05-13 ------ inet-4.4.0 released ------

2022-02-21 Zoltan Bojthe

MSG pointers are initialized to nullptr automatically.
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-05-13 ------ inet-4.4.0 released ------

2022-02-09 Zoltan Bojthe

Changed to use contract.ClockTime instead of common.ClockTime.
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-05-13 ------ inet-4.4.0 released ------

2021-11-08 Levente Mészáros

Added @mutable property to parameters which can be changed during the simulation.
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-05-13 ------ inet-4.4.0 released ------

2021-07-19 Levente Mészáros

IdealOscillator: Fixed the type of the emitted driftRateChangedSignal value.
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-05-13 ------ inet-4.4.0 released ------

2022-04-28 Zoltan Bojthe

Removed obsolete omnetpp compatibility code.
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-05-13 ------ inet-4.4.0 released ------

2022-01-28 Rudolf Hornig

Code is re-licensed now under LGPL v3 with the written permission of the authors.
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-05-13 ------ inet-4.4.0 released ------

2021-08-23 Levente Mészáros

Added ClockUserModuleMixin to EligiblityTime* modules to support optional
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-05-13 ------ inet-4.4.0 released ------

2021-02-16 Levente Mészáros

Added GateFigure to display gate scheduling.
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-01-08 ------ inet-4.2.0 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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-01-08 ------ inet-4.2.0 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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-06-08 Levente Mészáros
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-05-29 Levente Mészáros
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-01-08 ------ inet-4.2.0 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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-05-29 Levente Mészáros
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-01-08 ------ inet-4.2.0 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-05-13 ------ inet-4.4.0 released ------

2021-05-28 Zoltan Bojthe

LifecycleController: added context switcher and check context
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-05-13 ------ inet-4.4.0 released ------

2022-04-28 Zoltan Bojthe

Removed obsolete omnetpp compatibility code.
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-09-11 Zoltan Bojthe
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-05-13 ------ inet-4.4.0 released ------

2022-05-03 Levente Mészáros

Packet: Added missing region tag set update when the packet contents are changed.
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-05-13 ------ inet-4.4.0 released ------

2021-04-09 llccd

Fixed wrong function call in Chunk.h
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-04-20 Levente Mészáros
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-04-20 Levente Mészáros
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-05-13 ------ inet-4.4.0 released ------

2022-01-20 Levente Mészáros

PcapRecorder: Record packets of a given protocol only if it is complete.
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-01-08 ------ inet-4.2.0 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-05-13 ------ inet-4.4.0 released ------

2022-05-03 Levente Mészáros

SharingRegionTagSet: Fixed addTagsWhereAbsent for recently added packet test case.
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-05-13 ------ inet-4.4.0 released ------

2022-02-21 Zoltan Bojthe

MSG pointers are initialized to nullptr automatically.
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-05-13 ------ inet-4.4.0 released ------

2021-01-29 Zoltan Bojthe

RealTimeScheduler: Fixed the mixed nanosec and microsec values.
Expand Down
2 changes: 2 additions & 0 deletions src/inet/common/selfdoc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
====== inet-4.x ======

2022-05-13 ------ inet-4.4.0 released ------

2020-04-17 Zoltan Bojthe

Added an automatic self documentation engine that observes the behavior of
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

2020-10-30 Levente Mészáros
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-05-13 ------ inet-4.4.0 released ------

2021-01-11 ------ inet-4.3.0 released ------

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

2022-05-13 ------ inet-4.4.0 released ------

2022-04-11 Zoltan Bojthe

Added isWireless parameter to external network interfaces.
Expand Down
Loading

0 comments on commit ceafc91

Please sign in to comment.