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