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