diff --git a/noaacap/usr/local/share/noaacap/CHANGELOG b/noaacap/usr/local/share/noaacap/CHANGELOG index 3e54d50..51c851e 100644 --- a/noaacap/usr/local/share/noaacap/CHANGELOG +++ b/noaacap/usr/local/share/noaacap/CHANGELOG @@ -1,8 +1,8 @@ noaacap changelog ## Version: 0.8 -Not Released Yet -Fix alerts without UGC causing BEACON EXEC abnormal close +Release: January 29, 2018 +Added added handling for expired alerts ## Version: 0.7 Release: September 28, 2017 diff --git a/noaacap/usr/local/share/noaacap/README b/noaacap/usr/local/share/noaacap/README index cd06bb9..6db239a 100644 --- a/noaacap/usr/local/share/noaacap/README +++ b/noaacap/usr/local/share/noaacap/README @@ -8,7 +8,7 @@ https://github.com/K2DLS/noaacap/releases Once you are running aprx >= 2.9, install noaacap: -Install via sudo dpkg -i noaacap-0.7.3.deb. Then, to satisfy the dependencies, +Install via sudo dpkg -i noaacap-0.8.deb. Then, to satisfy the dependencies, run sudo apt-get -f install. CONFIGURATION @@ -53,7 +53,9 @@ choosing. If noaacap beacons every 2 minutes, a value of 30 would provide hourly resends. Logging values are 0 (quiet), 1 (informational), and 2 (debug). Logs are -written to the systemd journal. +written to the systemd journal. You may view the logs in realtime using: + + sudo journalctl -u noaacap -f USE