kopia lustrzana https://github.com/glidernet/python-ogn-client
rodzic
8a6a0d1985
commit
13adb3efed
|
@ -1,6 +1,8 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.5.0 - 2016-09-29
|
||||||
- Added aprs destination callsign as `dstcall` to aprs beacon keys (#9)
|
- Added aprs destination callsign as `dstcall` to aprs beacon keys (#9)
|
||||||
- Changed aprs parser to allow other destination calls than `APRS`
|
- Changed aprs parser to allow other destination calls than `APRS`
|
||||||
- Fixed parsing of APRS precision and datum option (#7)
|
- Fixed parsing of APRS precision and datum option (#7)
|
||||||
|
|
|
@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
|
||||||
|
|
||||||
APRS_APP_NAME = 'python-ogn-client'
|
APRS_APP_NAME = 'python-ogn-client'
|
||||||
|
|
||||||
PACKAGE_VERSION = '0.4.0'
|
PACKAGE_VERSION = '0.5.0'
|
||||||
APRS_APP_VER = PACKAGE_VERSION[:3]
|
APRS_APP_VER = PACKAGE_VERSION[:3]
|
||||||
|
|
||||||
APRS_KEEPALIVE_TIME = 240
|
APRS_KEEPALIVE_TIME = 240
|
||||||
|
|
Ładowanie…
Reference in New Issue