Skip to content

Commit 64eec70

Browse files
committed
Version 2.1.4
1 parent 3f55dfa commit 64eec70

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## Version 2.1.4 (2022-03-06)
4+
5+
* Fix compile error under MS Visual C++ caused by `struct timeval`
6+
being defined in `winsock.h` rather than `sys/time.h` (thx Jon Beniston)
7+
* Fix compile error under GCC >= 10 (multiple definitions of `asn_debug_indent`)
8+
* Fix for cmake >=3.17 not finding zlib1.dll when building with MinGW.
9+
310
## Version 2.1.3 (2021-03-05)
411

512
* Fixed incorrect calculation of reporting interval in ADS-C Periodic

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (libacars C)
33

44
set (LA_VERSION_MAJOR 2)
55
set (LA_VERSION_MINOR 1)
6-
set (LA_VERSION_PATCH 3)
6+
set (LA_VERSION_PATCH 4)
77
set (LA_VERSION "${LA_VERSION_MAJOR}.${LA_VERSION_MINOR}.${LA_VERSION_PATCH}")
88
set (LA_SUBDIR "${PROJECT_NAME}-${LA_VERSION_MAJOR}")
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
libacars is a library for decoding ACARS message contents.
44

5-
Current stable version: **2.1.3** (released March 5, 2021)
5+
Current stable version: **2.1.4** (released March 6, 2022)
66

77
## Supported message types
88

0 commit comments

Comments
 (0)