Skip to content

Commit 8952bb5

Browse files
committed
inet 4.4.1 release
1 parent b9b6d60 commit 8952bb5

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Download.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Downloads of stable releases are available here. It is recommended that you use
1414

1515
Latest releases:
1616

17-
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz">Download latest stable version (4.4.0, for OMNeT++ 6.0)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.4.0/WHATSNEW))
17+
<a class="btn btn-primary" href="https://github.com/inet-framework/inet/releases/download/v4.4.1/inet-4.4.1-src.tgz">Download latest stable version (4.4.1, for OMNeT++ 6.0)</a> ([What's New](https://github.com/inet-framework/inet/blob/v4.4.1/WHATSNEW))
1818

1919
## OMNeT++ Compatibility
2020

@@ -24,6 +24,7 @@ Latest releases:
2424

2525
## Older releases (please do not use them for new projects):
2626

27+
* [INET 4.4.0](https://github.com/inet-framework/inet/releases/download/v4.4.0/inet-4.4.0-src.tgz) for OMNeT++ 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.4.0/WHATSNEW))
2728
* [INET 4.3.9](https://github.com/inet-framework/inet/releases/download/v4.3.9/inet-4.3.9-src.tgz) for OMNeT++ 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.3.9/WHATSNEW))
2829
* [INET 4.2.10](https://github.com/inet-framework/inet/releases/download/v4.2.10/inet-4.2.10-src.tgz) for OMNeT++ 5.7, 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.10/WHATSNEW))
2930
* [INET 4.2.9](https://github.com/inet-framework/inet/releases/download/v4.2.9/inet-4.2.9-src.tgz) for OMNeT++ 5.7, 6.0 ([What's New](https://github.com/inet-framework/inet/blob/v4.2.9/WHATSNEW))
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: post
3+
title: INET-4.4.1 Released
4+
category: news
5+
---
6+
This is a minor bugfix release, mostly fixing linker errors on Windows for projects depending on INET.
7+
8+
- Fixed #758
9+
- Added several INET_API markers to fix linker errors on Windows
10+
- Fixed duplicate symbol linker errors on Windows when using template classes as a base class.
11+
- Fixed some inline method declarations.
12+
13+
For general overview see [WHATSNEW](https://github.com/inet-framework/inet/blob/v4.4.1/WHATSNEW)
14+
15+
[Download INET-4.4.1](https://github.com/inet-framework/inet/releases/download/v4.4.1/inet-4.4.1-src.tgz)

0 commit comments

Comments
 (0)