X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=31b26edd2e33702b7051d5c6f6cc08da98a8e71b;hb=b1c284cf90c1b7616d2f7369798576b1e8d97754;hp=8f92083768661c1a5f1691ed40bf738abc957b48;hpb=bef5f3df3d6a79cb1250ae2a59d9149fc5708322;p=loctrkd.git diff --git a/debian/changelog b/debian/changelog index 8f92083..31b26ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,59 @@ +gps303 (1.02) experimental; urgency=medium + + * collector: prevent two active clients share IMEI + + -- Eugene Crosser Thu, 14 Jul 2022 22:17:51 +0200 + +gps303 (1.01) experimental; urgency=medium + + * collector: do not remove clients before all sends + + -- Eugene Crosser Tue, 12 Jul 2022 11:58:05 +0200 + +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