-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I thought I did this already (back in version 1.5.1), but I suppose I forgot about it. Sorry, Menno.
- Loading branch information
1 parent
5b53064
commit 2a16d65
Showing
3 changed files
with
31 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
aprs-weather-submit (1.6-2) unstable; urgency=medium | ||
aprs-weather-submit (1.6-4) unstable; urgency=medium | ||
|
||
* Support for compiling with OpenWatcom (with -D_DOS). This will allow us to | ||
target 16-bit targets and retro machines, all the way back to MS-DOS and the | ||
8086 (without APRS-IS support, unless we figure out mTCP). I've only tested | ||
it on FreeDos and an emulated 486 thus far. | ||
|
||
* Custom comments can be added to packets! Use --comment to add your own | ||
* Custom comments can be added to packets! Use --comment` to add your own | ||
notes to a packet. | ||
* When not using custom comments, the "X" in the comment field is removed. | ||
APRS packets rarely, if ever, use the operating system identifier these | ||
days, so there is no need to prefix the user agent with it. | ||
|
||
* Fix a bug (#9) where minute values less than ten would result in invalid | ||
uncompressed positions. Thank you, ploeffler! | ||
* Fix a bug where the --altitude parameter was not being detected in its | ||
APRS packets rarely, if ever, use the operating system identifier these days, | ||
so there is no need to prefix the user agent or comment with it. | ||
* Fixed GitHub issue #9: minute values less than ten would result in invalid | ||
uncompressed positions. (Thank you, ploeffler!) | ||
* Fixed a bug where the --altitude parameter was not being detected in its | ||
short form (-A). | ||
* Replace calls to strncat() with calls to strcat(). This eliminates on- | ||
by-default warnings in GCC 8.1. Thank you, KR4DIO! | ||
|
||
* Fixed GitHub issue #6 (for real this time): Worked around a bug with APRS.fi | ||
where their site would reject packets with the temperature listed before the | ||
wind gust speeds. This was not a bug in this app. Thank you, PD9MWO! | ||
* Fixed GitHub issue #4 where GCC 8.1 would emit spurious warnings. This was | ||
fixed by replacing calls to strncat() with strcat(). Thank you for the report | ||
and the pull request, KR4DIO! | ||
* Removed dependency on <assert.h>. | ||
|
||
* 1.6-2 fixes some packaging errors for Debian. The app itself is unchanged | ||
from 1.6-1, and 1.6 upstream. | ||
|
||
-- Colin Cogle <[email protected]> Wed, 26 Oct 2022 20:15:33 -0400 | ||
-- Colin Cogle <[email protected]> Wed, 26 Oct 2022 22:53:17 -0400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters