X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=9f78824dec7d4eaecff8aa70e4f3480d0e1cf62f;hb=4c626ad711fff93758df01e4db7c7e722eccfef0;hp=8f92083768661c1a5f1691ed40bf738abc957b48;hpb=bef5f3df3d6a79cb1250ae2a59d9149fc5708322;p=loctrkd.git diff --git a/debian/changelog b/debian/changelog index 8f92083..9f78824 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +gps303 (1.00) experimental; urgency=medium + + * test: include lookaside and termconfig in the loop + * doc: edit and correct README.md + * docs: expand man pages + * forgotten manpage for install + + -- Eugene Crosser Thu, 23 Jun 2022 22:58:35 +0200 + +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 Wed, 22 Jun 2022 18:04:10 +0200 + +gps303 (0.98) experimental; urgency=medium + + * include runtime deps as build-time for typecheck + * fix l3str/l3int breakage provoked by typeckeck + * make termconfig use unit specific config section + * expand README: lookaside and termconfig sections. + * wsgateway: reclassify http write hack as permanent + * Update README with configuring the terminal + * Implement remaining "Out" commands + * do not run black older than 21.1 + + -- Eugene Crosser Tue, 07 Jun 2022 00:17:55 +0200 + gps303 (0.97) experimental; urgency=medium * adjust tests