Skip to content

Commit

Permalink
Version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Mar 6, 2022
1 parent 3f55dfa commit 64eec70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## Version 2.1.4 (2022-03-06)

* Fix compile error under MS Visual C++ caused by `struct timeval`
being defined in `winsock.h` rather than `sys/time.h` (thx Jon Beniston)
* Fix compile error under GCC >= 10 (multiple definitions of `asn_debug_indent`)
* Fix for cmake >=3.17 not finding zlib1.dll when building with MinGW.

## Version 2.1.3 (2021-03-05)

* Fixed incorrect calculation of reporting interval in ADS-C Periodic
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (libacars C)

set (LA_VERSION_MAJOR 2)
set (LA_VERSION_MINOR 1)
set (LA_VERSION_PATCH 3)
set (LA_VERSION_PATCH 4)
set (LA_VERSION "${LA_VERSION_MAJOR}.${LA_VERSION_MINOR}.${LA_VERSION_PATCH}")
set (LA_SUBDIR "${PROJECT_NAME}-${LA_VERSION_MAJOR}")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

libacars is a library for decoding ACARS message contents.

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

## Supported message types

Expand Down

0 comments on commit 64eec70

Please sign in to comment.