-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
gps303 (0.99) experimental; urgency=medium | ||
|
||
* Revive mkgpx example script | ||
* Drop data if we are receiving junk | ||
* test: fuzzing collector | ||
* test: complete fuzzer unittest | ||
* collector: fix problems found by fuzzer test | ||
* test: make unittests individually runnable | ||
* collector: enable SO_KEEPALIVE on accepted conn. | ||
* test: message fuzzer and fix found problems | ||
* test: move `send_and_drain` to common module | ||
* test: skeleton for an end-to-end unittest | ||
* test: adjust sleeps and drains when daemons run | ||
* test: minimally functional test_storage | ||
* do not try to use zlib's _Decompress | ||
* test: use IPv4 because github actions | ||
* Add sample opencellid csv for tests | ||
* test: better aquisition of free ports | ||
* test: opencellid downloader | ||
|
||
-- Eugene Crosser <[email protected]> Wed, 22 Jun 2022 18:04:10 +0200 | ||
|
||
gps303 (0.98) experimental; urgency=medium | ||
|
||
* include runtime deps as build-time for typecheck | ||
|