From e2647fa2ad600996581e3467c77b3f19747d3205 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Thu, 21 Jun 2018 17:35:01 -0400 Subject: [PATCH] Updated PiAware version to 3.5.3 --- CHANGELOG.md | 1 + bash/variables.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caba7ff..1cd55e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The following is a history of the changes made to this project. * Checks for the location of socat and uses the proper path to feed ADS-B Exchange. * Added switch to force apt update when executing install.sh. * Updated current Planefinder client versions to 4.1.1. +* Updated current dump1090-fa version to 3.2.3. ## v2.6.2 *(April 6th, 2018)* diff --git a/bash/variables.sh b/bash/variables.sh index 1c00408..9a0a2b6 100644 --- a/bash/variables.sh +++ b/bash/variables.sh @@ -40,7 +40,7 @@ PROJECT_VERSION="2.6.1" RTLSDROGN_VERSION="0.2.5" # FlightAware PiAware -DUMP1090_FA_VERSION="3.5.1" +DUMP1090_FA_VERSION="3.5.3" PIAWARE_VERSION="3.5.3" # PlaneFinder Client