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