]> www.average.org Git - loctrkd.git/blob - debian/changelog
Update changelog for 2.00 release
[loctrkd.git] / debian / changelog
1 loctrkd (2.00) experimental; urgency=medium
2
3   * Release 2.00 without changes
4
5  -- Eugene Crosser <crosser@average.org>  Mon, 26 Dec 2022 16:27:10 +0100
6
7 loctrkd (1.98) experimental; urgency=medium
8
9   * Ignore pmod registrations older than an hour
10   * Update README for two-protocol support
11   * Update man pages to use correct name
12   * Fix test when servers crash; less logging
13   * evstore: do not use unixepoch() - for older sqlite
14
15  -- Eugene Crosser <crosser@average.org>  Thu, 08 Dec 2022 13:00:56 +0100
16
17 loctrkd (1.97) experimental; urgency=medium
18
19   * Change reporting of pmod to events
20
21  -- Eugene Crosser <crosser@average.org>  Sun, 27 Nov 2022 23:08:07 +0100
22
23 loctrkd (1.96) experimental; urgency=medium
24
25   * Send backlog only the the ws client that requested
26   * Implement sending commands from the web interface
27   * webdemo: implement sending cmds to the terminal
28
29  -- Eugene Crosser <crosser@average.org>  Sun, 27 Nov 2022 21:21:04 +0100
30
31 loctrkd (1.95) experimental; urgency=medium
32
33   * beesure: implement a few more server commands
34   * wsgateway: clear locations on wsocket open
35   * opencellid: use temp table rather than memory db
36   * tests: separate fuzz tests in two modules
37   * test: add fuzzer for beesure protocol
38   * webdemo: use flexbox css
39   * sysnits & config: update name, remove unneeded bit
40
41  -- Eugene Crosser <crosser@average.org>  Mon, 05 Sep 2022 10:38:56 +0200
42
43 loctrkd (1.94) experimental; urgency=medium
44
45   * rectifier: set umask for zmq publish socket
46   * googlemaps: add code for manual testing
47   * beesure: consider valid if enough satellites
48   * lookaside returns accuracy too
49
50  -- Eugene Crosser <crosser@average.org>  Fri, 05 Aug 2022 00:43:59 +0200
51
52 loctrkd (1.93) experimental; urgency=medium
53
54   * beesure: fix parsing broken by prefious fix
55   * Update html and readme to mention new name
56
57  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 22:43:45 +0200
58
59 loctrkd (1.92) experimental; urgency=medium
60
61   * beesure: more reliable parsing of binary content
62   * opencellid: raise exception on the lack of data
63
64  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 20:34:54 +0200
65
66 loctrkd (1.91) experimental; urgency=medium
67
68   * opencellid: detach mem db when lookup failed
69
70  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 12:20:37 +0200
71
72 loctrkd (1.90) experimental; urgency=medium
73
74   * move stream parser/deframer to the protocol module
75   * change error reporting and fix bugs
76   * collector: get rid of more protocol specifics
77   * Initial multiprotocol support
78   * improve diagnistic message about left data
79   * Multiprotocol support in zmq messages and storage
80   * Rename gps303proto to zx303proto
81   * rename gps303 -> loctrkd
82   * Update package name and links in the README
83   * debian: this replaces gps303
84   * rename deb package, adjust .gitignore
85   * WIP: beesure protocol
86   * cleanup framing/deframing of beesure
87   * test: more robust version check for tools (black)
88   * beesure: add ICCID proto
89   * function `proto_handled()` in proto modules
90   * make qry work again
91   * beesure: decode wifi aps
92   * watch: fix check for proto handling
93   * beesure: location info parser
94   * beesure: don't mess with timezones for devtime
95   * Revive command sender and implement some commands
96   * collector: close old connection on new login
97   * beesure: remove the PROTO attribute
98   * WIP converting wsgateway to multiprotocols
99   * beesure: implement phone book commands
100   * beesure: handle "TK" (Voice message)
101   * qry: initial support for saving data in a file
102   * beesure: implment MESSAGE command
103   * collector: streamline tracking of polled fd-s
104   * mkgpx: quick temp switch to beesure proto
105   * protocols: make "interface" module
106   * rename `lookaside` to `rectifier`
107   * Adjust config to changing messaging topology
108   * rectifier: add PUB zmq socket
109   * protocols: introduce method `rectified()`
110   * abstract protocol selection in `common`
111   * rectifier: lookaside based on rectified objects
112   * Convert recitifier to multiprotocol support
113   * Cleanup some of the  types
114   * watch: watch for both raw and rectified feeds
115   * storage: save both raw and rectified reports
116   * wsgateway: switch to the use of cooked reports
117   * rectifier: log.exception on lookaside crash
118
119  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 10:45:34 +0200
120
121 loctrkd (1.02) experimental; urgency=medium
122
123   * collector: prevent two active clients share IMEI
124
125  -- Eugene Crosser <crosser@average.org>  Thu, 14 Jul 2022 22:17:51 +0200
126
127 gps303 (1.01) experimental; urgency=medium
128
129   * collector: do not remove clients before all sends
130
131  -- Eugene Crosser <crosser@average.org>  Tue, 12 Jul 2022 11:58:05 +0200
132
133 gps303 (1.00) experimental; urgency=medium
134
135   * test: include lookaside and termconfig in the loop
136   * doc: edit and correct README.md
137   * docs: expand man pages
138   * forgotten manpage for install
139
140  -- Eugene Crosser <crosser@average.org>  Thu, 23 Jun 2022 22:58:35 +0200
141
142 loctrkd (0.99) experimental; urgency=medium
143
144   * Revive mkgpx example script
145   * Drop data if we are receiving junk
146   * test: fuzzing collector
147   * test: complete fuzzer unittest
148   * collector: fix problems found by fuzzer test
149   * test: make unittests individually runnable
150   * collector: enable SO_KEEPALIVE on accepted conn.
151   * test: message fuzzer and fix found problems
152   * test: move `send_and_drain` to common module
153   * test: skeleton for an end-to-end unittest
154   * test: adjust sleeps and drains when daemons run
155   * test: minimally functional test_storage
156   * do not try to use zlib's _Decompress
157   * test: use IPv4 because github actions
158   * Add sample opencellid csv for tests
159   * test: better aquisition of free ports
160   * test: opencellid downloader
161
162  -- Eugene Crosser <crosser@average.org>  Wed, 22 Jun 2022 18:04:10 +0200
163
164 loctrkd (0.98) experimental; urgency=medium
165
166   * include runtime deps as build-time for typecheck
167   * fix l3str/l3int breakage provoked by typeckeck
168   * make termconfig use unit specific config section
169   * expand README: lookaside and termconfig sections.
170   * wsgateway: reclassify http write hack as permanent
171   * Update README with configuring the terminal
172   * Implement remaining "Out" commands
173   * do not run black older than 21.1
174
175  -- Eugene Crosser <crosser@average.org>  Tue, 07 Jun 2022 00:17:55 +0200
176
177 loctrkd (0.97) experimental; urgency=medium
178
179   * adjust tests
180   * typecheck: skip test if mypy verison < 0.942
181
182  -- Eugene Crosser <crosser@average.org>  Tue, 31 May 2022 01:05:39 +0200
183
184 loctrkd (0.96) experimental; urgency=medium
185
186   * Do not write startup message for command-line cmds
187   * Add a (short) man page
188   * typing: make zmsg.py typecheck
189   * typing: annotate loctrkdproto.py (mostly)
190   * typechecking: less hacky deal with dynamic attrs
191   * typing: annotate opencellid.py
192   * typchecking: annotate googlemaps.py
193   * typechecking: annotate evstore.py
194   * typechecking: annotate common.py
195   * typeckecing: annotate ocid_dload.py
196   * typeckecing: annotate watch.py
197   * typechecking: annotate termconfig.py
198   * typeckecking: annotate storage.py
199   * typing: annotate lookaside.py
200   * typechecking: annotate collector.py
201   * typeckeck: annotate __main__ and fix loctrkdproto
202   * typeckecking: annotate wsgateway.py
203   * formatting: revive black formatting
204   * unittest: type checking and formatting
205
206  -- Eugene Crosser <crosser@average.org>  Tue, 31 May 2022 00:36:33 +0200
207
208 loctrkd (0.95) experimental; urgency=medium
209
210   * Quick fix for a missing variable
211
212  -- Eugene Crosser <crosser@average.org>  Thu, 26 May 2022 19:32:44 +0200
213
214 loctrkd (0.94) experimental; urgency=medium
215
216   * Opencellid download service
217   * Improve error handling of the downloader
218   * cleanup and document config file a bit
219   * Prepare to have dynamically chosen lookup backend
220   * Add googlemaps lookaside backend
221
222  -- Eugene Crosser <crosser@average.org>  Thu, 26 May 2022 19:25:40 +0200
223
224 loctrkd (0.93) experimental; urgency=medium
225
226   * use fixed github action
227   * try to make github actions work
228   * "the `uses' attribute must be a path, a Docker image, or owner/repo@ref"
229   * Update README
230   * actions: action-gh-release, not artifact upload
231   * Beautify logging
232   * Make a `make-release` script to run `gbp dch`
233
234  -- Eugene Crosser <crosser@average.org>  Tue, 24 May 2022 22:53:13 +0200
235
236 loctrkd (0.92) experimental; urgency=low
237
238   [ Eugene Crosser ]
239   * "When you start a pattern with *, you must use quotes."
240   * add github action
241   * allow imei as the document path
242   * Report status (with battery %) to the webpage
243   * Add references to the doc/source
244   * webdemo: draw very simplistic line between locs
245
246  -- Eugene Crosser <crosser@average.org>  Mon, 23 May 2022 23:55:46 +0200
247
248 loctrkd (0.91) experimental; urgency=low
249
250   [ Eugene Crosser ]
251   * fix log message using unknown variable
252
253  -- Eugene Crosser <crosser@average.org>  Tue, 10 May 2022 09:42:30 +0200
254
255 loctrkd (0.90) experimental; urgency=low
256
257   [ Eugene Crosser ]
258   * Expand README
259   * clean a couple of TODOs in wsgateway
260   * make parse_message return UNKNOWN on parse crash
261   * reimplement backlog query again
262   * A hack in packet framing to false stop bytes match
263   * do not respond to hibernation; minor cleanup
264   * wsgateway with new message distribution model
265   * fix zmq subscription topics
266   * misc black reformatting
267   * fill in `when` in Resp packet
268   * WIP retoure messaging
269   * Partly revert "Broadcast location, gps and approximated"
270
271  -- Eugene Crosser <crosser@average.org>  Tue, 10 May 2022 09:09:08 +0200
272
273 loctrkd (0.01) experimental; urgency=low
274
275   [ Eugene Crosser ]
276   * adjust debianization to wsgateway
277   * Update evstore schema to support in and out msgs
278   * WIP on supporting multiple markers
279   * WIP on baclog fetcher
280   * lookaside - do not look for offline positioning
281   * wsgateway aggregate subscriptions upstream
282   * support subscriptions on the client side
283   * wsgateway read html file every time
284   * Webdemo use its url as the base for ws url
285   * wsgateway properly handle write-busy websockets
286   * Make constructor of protocol objects more elegant
287   * mock use persistent history for enrered commands
288   * Show coordinates on the map
289   * WIP on ws gateway, it now works
290   * Make ws gateway act as http server too
291   * WIP on websocket gateway
292   * Try to make systemd target more robust
293   * lintian: override "unusual target"
294   * some cleanup of debianization
295   * set umask for group-writable unix domain sockets
296   * Change LocEvt to use json encoding
297   * remove local conf, add license
298   * Broadcast location, gps and approximated
299   * clean up `from_packet()`
300   * expand README
301   * update gitignore debianization
302   * debianize
303   * add command line script
304   * cleanup of loctrkdproto
305   * update mkgpx to the new api
306   * export all classes
307   * remove forgotten make_packet() call
308   * command line frontend accepts `key=value` args
309   * Accept various arg formats for `Out` construction
310   * Fix metaclass, now works
311   * WIP convert to In/Out nested classes
312   * zmsg: always pack IPv6 address (mapped for IPv4)
313   * Remove deprecated functions
314   * Don't make unneeded responses, better debug log
315   * introduce command-line forntend to send cmds
316   * make `response` class method again
317   * fix var name
318   * introduce `class_by_prefix()`
319   * add some more message types
320   * Use config from the config file to config
321   * Add some more commands
322   * Do not respond to "Manual positioning"
323   * remove obsolete __main__
324   * the whole shebang is working now
325   * change storage format - save the whole packet
326   * use old address format in the event database
327   * Support IPv6 on client socket
328   * full encoder/decoder for zmq messages
329   * implement `inline_response()`
330   * cleanup, make monolitic app work again
331   * initial storage service
332   * make collector.py work
333   * WIP to reorganise to microservices
334   * rename protocol module to "loctrkdproto"
335   * Initial version of zmq based architecture
336   * drop unresolvable points in mkgpx
337   * add lookaside module and opencellid lookup
338   * define more protocol units
339   * add README
340   * Work with cell location data; use opencellid
341   * A script to parse data from the database
342   * Use command line args and config more
343   * use correct config entry
344   * introduce config
345   * add necessary responses
346   * make object parser and sqlite store
347
348  -- Eugene Crosser <crosser@average.org>  Sat, 7 May 2022 13:21:55 +0200