Update README, CHANGELOG for 0.8 release
This commit is contained in:
parent
d2efa8d1e8
commit
14dda32ebf
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue