diff --git a/README b/README index e8dbf05..2eb4d3a 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ release may be found at http://thelifeofkenneth.com/aprx/debs/. 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. CONFIGURATION diff --git a/noaacap/DEBIAN/control b/noaacap/DEBIAN/control index b1ea0a0..1c4b145 100644 --- a/noaacap/DEBIAN/control +++ b/noaacap/DEBIAN/control @@ -1,5 +1,5 @@ Package: noaacap -Version: 0.4.1 +Version: 0.5 Section: hamradio Priority: extra Maintainer: Dan Srebnick diff --git a/noaacap/usr/local/bin/noaacap.py b/noaacap/usr/local/bin/noaacap.py index 10c9a13..18e504e 100755 --- a/noaacap/usr/local/bin/noaacap.py +++ b/noaacap/usr/local/bin/noaacap.py @@ -1,9 +1,11 @@ #!/usr/bin/python ## 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. ## +## See /usr/local/share/noaacap/CHANGELOG for change history +## version = "0.5" import sys diff --git a/noaacap/usr/local/share/noaacap/CHANGELOG b/noaacap/usr/local/share/noaacap/CHANGELOG index 39588dc..837b517 100644 --- a/noaacap/usr/local/share/noaacap/CHANGELOG +++ b/noaacap/usr/local/share/noaacap/CHANGELOG @@ -1,7 +1,7 @@ noaacap changelog ## Version: 0.5 -Release: TBD +Release: August 31, 2017 Bug fix for long messages to ensure myZone is included Improve error handling for configuration errors 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 Release: August 24, 2017 Switched to compressed zcs to improve capacity -Improved messsage + \n length check +Improved messsage length check ## Version: 0.3 Release: August 22, 2017 diff --git a/noaacap/usr/local/share/noaacap/README b/noaacap/usr/local/share/noaacap/README index 9edd308..a69f329 100644 --- a/noaacap/usr/local/share/noaacap/README +++ b/noaacap/usr/local/share/noaacap/README @@ -4,7 +4,7 @@ release may be found at http://thelifeofkenneth.com/aprx/debs/. 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. CONFIGURATION diff --git a/packages/noaacap-0.5.deb b/packages/noaacap-0.5.deb new file mode 100644 index 0000000..b5db7c1 Binary files /dev/null and b/packages/noaacap-0.5.deb differ