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