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