Releases: inet-framework/inet
INET 4.2.7
This release contains compatibility fixes for OMNeT++ 6.0 Preview 13 and OMNeT++ 5.7.
Earlier OMNeT++ 6 versions WILL NOT work.
INET 3.8.0
This release requires OMNeT++ 5.7 or 6.0 preview 13. For older OMNeT++ versions please use INET 3.7.x. This version serves as a stepping stone for porting older INET based models to OMNeT++ 6 and INET 4.x. A recommended way is to port first to INET 3.8 (and OMNeT++ 5.7), then upgrade to OMNeT++ 6 and finally port the model to INET 4.x.
Main changes since 3.7:
- MSG files are now in OMNeT++ 6 compatible format (i.e. using --msg6 because OMNeT++ 6 no longer supports --msg4)
- NED files are now compatible with both OMNeT++ 5.7 and 6.0 (i.e. they are explicitly using
parent.foo
andthis.foo
in expressions of submodule and connection blocks.) - Follow OMNeT++ API changes: use AnyPtr instead of void*
- Fix #92: TcpConnection: accepts simultaneous open requests
INET 4.2.6
This release contains compatibility fixes for OMNeT++ 6.0 Preview 12 and OMNeT++ 5.7 Preview 1. It WILL NOT work with OMNeT++ 5.6.x or 6.0pre11 or ealier versions. If you want to use those versions, please use INET 4.2.5.
INET 4.3.3
- This release contains compatibility fixes for OMNeT++ 6.0 Preview 12.
- OMNeT++ 6.0 Preview 11 or earlier versions are NOT supported (use INET 4.3.2 for those versions).
INET 4.2.5
This release contains:
- Compatibility fixes for OMNeT++ 6.0 Preview 11.
- Fixed default type names for 802.15.4 transmitter and receiver.
- Fixed wrong state change signal in Radio
- Fixed crash in rare cases when accessing receptionTimer.
INET 4.2.4
This release contains compatibility fixes for OMNeT++ 6.0 Preview 11.
NOTE: This version works both with OMNeT++ 5.6 and 6.0pre11.
INET 4.3.2
This release contains compatibility fixes for OMNeT++ 6.0 Preview 11.
NOTE: This version does NOT work with OMNeT++ 5.6. It requires OMNeT++ 6.0 Preview 10 or later.
INET 4.2.3
This release contains compatibility fixes for OMNeT++ 6.0 Preview 11.
NOTE: This version works both with OMNeT++ 5.6 and 6.0pre11.
INET 3.7.1
This release contains compatibility fixes for OMNeT++ 6.0 preview 11, and some minor bugfixes:
- localPort parameter didn't take effect in TCPAppBase
- use BYPASS for multicast packets to allow unfiltered multicast traffic in IPSec
INET 4.3.1
Minor bugfixes.
- Fixed bug #646
- Fixed calling base ClockUserModuleMixin class from initialize
- Fixed several smaller issues. See the commit history for details.