File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project (libacars C)
33
44set (LA_VERSION_MAJOR 2)
55set (LA_VERSION_MINOR 1)
6- set (LA_VERSION_PATCH 3 )
6+ set (LA_VERSION_PATCH 4 )
77set (LA_VERSION "${LA_VERSION_MAJOR} .${LA_VERSION_MINOR} .${LA_VERSION_PATCH} " )
88set (LA_SUBDIR "${PROJECT_NAME} -${LA_VERSION_MAJOR} " )
99
Original file line number Diff line number Diff line change 22
33libacars 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
You can’t perform that action at this time.
0 commit comments