X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=e385c3b39b8ae3c3c77bb58a39db75ecacc716b5;hb=9048314b734f8c065025179e94469695abf69dd1;hp=006574ea5c4c8d08a0424db3a193a3bcda01b5bc;hpb=dbdf9d63af31770ad57302e16b17a2fdc526773f;p=loctrkd.git diff --git a/debian/changelog b/debian/changelog index 006574e..e385c3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,115 @@ +loctrkd (1.98) experimental; urgency=medium + + * Ignore pmod registrations older than an hour + * Update README for two-protocol support + * Update man pages to use correct name + + -- Eugene Crosser Sun, 04 Dec 2022 23:55:59 +0100 + +loctrkd (1.97) experimental; urgency=medium + + * Change reporting of pmod to events + + -- Eugene Crosser Sun, 27 Nov 2022 23:08:07 +0100 + +loctrkd (1.96) experimental; urgency=medium + + * Send backlog only the the ws client that requested + * Implement sending commands from the web interface + * webdemo: implement sending cmds to the terminal + + -- Eugene Crosser Sun, 27 Nov 2022 21:21:04 +0100 + +loctrkd (1.95) experimental; urgency=medium + + * beesure: implement a few more server commands + * wsgateway: clear locations on wsocket open + * opencellid: use temp table rather than memory db + * tests: separate fuzz tests in two modules + * test: add fuzzer for beesure protocol + * webdemo: use flexbox css + * sysnits & config: update name, remove unneeded bit + + -- Eugene Crosser Mon, 05 Sep 2022 10:38:56 +0200 + +loctrkd (1.94) experimental; urgency=medium + + * rectifier: set umask for zmq publish socket + * googlemaps: add code for manual testing + * beesure: consider valid if enough satellites + * lookaside returns accuracy too + + -- Eugene Crosser Fri, 05 Aug 2022 00:43:59 +0200 + +loctrkd (1.93) experimental; urgency=medium + + * beesure: fix parsing broken by prefious fix + * Update html and readme to mention new name + + -- Eugene Crosser Wed, 03 Aug 2022 22:43:45 +0200 + +loctrkd (1.92) experimental; urgency=medium + + * beesure: more reliable parsing of binary content + * opencellid: raise exception on the lack of data + + -- Eugene Crosser Wed, 03 Aug 2022 20:34:54 +0200 + +loctrkd (1.91) experimental; urgency=medium + + * opencellid: detach mem db when lookup failed + + -- Eugene Crosser Wed, 03 Aug 2022 12:20:37 +0200 + +loctrkd (1.90) experimental; urgency=medium + + * move stream parser/deframer to the protocol module + * change error reporting and fix bugs + * collector: get rid of more protocol specifics + * Initial multiprotocol support + * improve diagnistic message about left data + * Multiprotocol support in zmq messages and storage + * Rename gps303proto to zx303proto + * rename gps303 -> loctrkd + * Update package name and links in the README + * debian: this replaces gps303 + * rename deb package, adjust .gitignore + * WIP: beesure protocol + * cleanup framing/deframing of beesure + * test: more robust version check for tools (black) + * beesure: add ICCID proto + * function `proto_handled()` in proto modules + * make qry work again + * beesure: decode wifi aps + * watch: fix check for proto handling + * beesure: location info parser + * beesure: don't mess with timezones for devtime + * Revive command sender and implement some commands + * collector: close old connection on new login + * beesure: remove the PROTO attribute + * WIP converting wsgateway to multiprotocols + * beesure: implement phone book commands + * beesure: handle "TK" (Voice message) + * qry: initial support for saving data in a file + * beesure: implment MESSAGE command + * collector: streamline tracking of polled fd-s + * mkgpx: quick temp switch to beesure proto + * protocols: make "interface" module + * rename `lookaside` to `rectifier` + * Adjust config to changing messaging topology + * rectifier: add PUB zmq socket + * protocols: introduce method `rectified()` + * abstract protocol selection in `common` + * rectifier: lookaside based on rectified objects + * Convert recitifier to multiprotocol support + * Cleanup some of the types + * watch: watch for both raw and rectified feeds + * storage: save both raw and rectified reports + * wsgateway: switch to the use of cooked reports + * rectifier: log.exception on lookaside crash + + -- Eugene Crosser Wed, 03 Aug 2022 10:45:34 +0200 + loctrkd (1.02) experimental; urgency=medium * collector: prevent two active clients share IMEI