Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Jan 27, 2020
1 parent ce5554d commit 66c4fda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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 (dumpvdl2 C)

set (DUMPVDL2_VERSION_MAJOR 1)
set (DUMPVDL2_VERSION_MINOR 8)
set (DUMPVDL2_VERSION_PATCH 1)
set (DUMPVDL2_VERSION_PATCH 2)
set (DUMPVDL2_VERSION "${DUMPVDL2_VERSION_MAJOR}.${DUMPVDL2_VERSION_MINOR}.${DUMPVDL2_VERSION_PATCH}")
set (CMAKE_C_STANDARD 11)
set (C_STANDARD_REQUIRED ON)
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 @@

dumpvdl2 is a VDL Mode 2 message decoder and protocol analyzer.

Current stable version: 1.8.1 (released January 23, 2020)
Current stable version: 1.8.2 (released January 27, 2020)

## Features

Expand Down
6 changes: 6 additions & 0 deletions doc/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NEWS

## Version 1.8.2 (2020-01-27):
* Fix another crash opportunity due to missing sanity check on unparseable ACARS
messages.
* Fix ACARS output to Planeplotter. Only first three characters of Message
Serial Number (MSN) field were sent instead of all four.

## Version 1.8.1 (2020-01-23):
* Fix a bug where an unparseable ACARS message could cause the program to crash
* Add a little bit of optimization when compiling with debugging enabled. Debug
Expand Down

0 comments on commit 66c4fda

Please sign in to comment.