Update README, CHANGELOG for 0.8 release

This commit is contained in:
Dan Srebnick 2018-01-29 20:41:04 -05:00
parent d2efa8d1e8
commit 14dda32ebf
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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