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