Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Sep 10, 2023
1 parent 80d559c commit d5315e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## Version 1.5.0 (2023-09-10)

* Added `--prettify-json` command line option which enables prettification of
JSON payloads in libacars >= 2.2.0. This currently applies to OHMA messages
only.

* The lifetime of the Aircraft_ID to ICAO hex code mapping cache can now be
changed using `--aircraft-cache-ttl <number_of_seconds>` option.

## Version 1.4.1 (2023-03-26)

- Fixed a bug which caused incorrect decoding of some uplink MPDUs
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 3.1)
project (dumphfdl C)

set (DUMPHFDL_VERSION_MAJOR 1)
set (DUMPHFDL_VERSION_MINOR 4)
set (DUMPHFDL_VERSION_PATCH 1)
set (DUMPHFDL_VERSION_MINOR 5)
set (DUMPHFDL_VERSION_PATCH 0)
set (DUMPHFDL_VERSION "${DUMPHFDL_VERSION_MAJOR}.${DUMPHFDL_VERSION_MINOR}.${DUMPHFDL_VERSION_PATCH}")
set (CMAKE_C_STANDARD 11)
set (C_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit d5315e8

Please sign in to comment.