Version 0.5 published
This commit is contained in:
parent
df68c68098
commit
616f3f2b5e
2
README
2
README
|
|
@ -9,7 +9,7 @@ release may be found at http://thelifeofkenneth.com/aprx/debs/.
|
||||||
|
|
||||||
Once you are running aprx >= 2.9, install noaacap:
|
Once you are running aprx >= 2.9, install noaacap:
|
||||||
|
|
||||||
Install via sudo dpkg -i noaacap-0.4.1.deb. Then, to satisfy the dependencies,
|
Install via sudo dpkg -i noaacap-0.5.deb. Then, to satisfy the dependencies,
|
||||||
run sudo apt-get -f install.
|
run sudo apt-get -f install.
|
||||||
|
|
||||||
CONFIGURATION
|
CONFIGURATION
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Package: noaacap
|
Package: noaacap
|
||||||
Version: 0.4.1
|
Version: 0.5
|
||||||
Section: hamradio
|
Section: hamradio
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Dan Srebnick <k2dls at k2dls.net>
|
Maintainer: Dan Srebnick <k2dls at k2dls.net>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
## Author: Dan Srebnick, K2DLS
|
## Author: Dan Srebnick, K2DLS
|
||||||
## License: BSD-2-Clause (/usr/local/share/noaacap/license.txt)
|
## License: BSD-2-Clause (/usr/local/share/noaacap/LICENSE)
|
||||||
## This program is called from aprx.
|
## This program is called from aprx.
|
||||||
##
|
##
|
||||||
|
## See /usr/local/share/noaacap/CHANGELOG for change history
|
||||||
|
##
|
||||||
version = "0.5"
|
version = "0.5"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
noaacap changelog
|
noaacap changelog
|
||||||
##
|
##
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: TBD
|
Release: August 31, 2017
|
||||||
Bug fix for long messages to ensure myZone is included
|
Bug fix for long messages to ensure myZone is included
|
||||||
Improve error handling for configuration errors
|
Improve error handling for configuration errors
|
||||||
Add -v command line switch to print version and copyright
|
Add -v command line switch to print version and copyright
|
||||||
|
|
@ -9,7 +9,7 @@ Add -v command line switch to print version and copyright
|
||||||
Version: 0.4
|
Version: 0.4
|
||||||
Release: August 24, 2017
|
Release: August 24, 2017
|
||||||
Switched to compressed zcs to improve capacity
|
Switched to compressed zcs to improve capacity
|
||||||
Improved messsage + \n length check
|
Improved messsage length check
|
||||||
##
|
##
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: August 22, 2017
|
Release: August 22, 2017
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ release may be found at http://thelifeofkenneth.com/aprx/debs/.
|
||||||
|
|
||||||
Once you are running aprx >= 2.9, install noaacap:
|
Once you are running aprx >= 2.9, install noaacap:
|
||||||
|
|
||||||
Install via sudo dpkg -i noaacap-0.4.1.deb. Then, to satisfy the dependencies,
|
Install via sudo dpkg -i noaacap-0.5.deb. Then, to satisfy the dependencies,
|
||||||
run sudo apt-get -f install.
|
run sudo apt-get -f install.
|
||||||
|
|
||||||
CONFIGURATION
|
CONFIGURATION
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue