]> www.average.org Git - loctrkd.git/blob - debian/changelog
Release 0.90
[loctrkd.git] / debian / changelog
1 gps303 (0.90) experimental; urgency=low
2
3   [ Eugene Crosser ]
4   * Expand README
5   * clean a couple of TODOs in wsgateway
6   * make parse_message return UNKNOWN on parse crash
7   * reimplement backlog query again
8   * A hack in packet framing to false stop bytes match
9   * do not respond to hibernation; minor cleanup
10   * wsgateway with new message distribution model
11   * fix zmq subscription topics
12   * misc black reformatting
13   * fill in `when` in Resp packet
14   * WIP retoure messaging
15   * Partly revert "Broadcast location, gps and approximated"
16
17  -- Eugene Crosser <crosser@average.org>  Tue, 10 May 2022 09:09:08 +0200
18
19 gps303 (0.01) experimental; urgency=low
20
21   [ Eugene Crosser ]
22   * adjust debianization to wsgateway
23   * Update evstore schema to support in and out msgs
24   * WIP on supporting multiple markers
25   * WIP on baclog fetcher
26   * lookaside - do not look for offline positioning
27   * wsgateway aggregate subscriptions upstream
28   * support subscriptions on the client side
29   * wsgateway read html file every time
30   * Webdemo use its url as the base for ws url
31   * wsgateway properly handle write-busy websockets
32   * Make constructor of protocol objects more elegant
33   * mock use persistent history for enrered commands
34   * Show coordinates on the map
35   * WIP on ws gateway, it now works
36   * Make ws gateway act as http server too
37   * WIP on websocket gateway
38   * Try to make systemd target more robust
39   * lintian: override "unusual target"
40   * some cleanup of debianization
41   * set umask for group-writable unix domain sockets
42   * Change LocEvt to use json encoding
43   * remove local conf, add license
44   * Broadcast location, gps and approximated
45   * clean up `from_packet()`
46   * expand README
47   * update gitignore debianization
48   * debianize
49   * add command line script
50   * cleanup of gps303proto
51   * update mkgpx to the new api
52   * export all classes
53   * remove forgotten make_packet() call
54   * command line frontend accepts `key=value` args
55   * Accept various arg formats for `Out` construction
56   * Fix metaclass, now works
57   * WIP convert to In/Out nested classes
58   * zmsg: always pack IPv6 address (mapped for IPv4)
59   * Remove deprecated functions
60   * Don't make unneeded responses, better debug log
61   * introduce command-line forntend to send cmds
62   * make `response` class method again
63   * fix var name
64   * introduce `class_by_prefix()`
65   * add some more message types
66   * Use config from the config file to config
67   * Add some more commands
68   * Do not respond to "Manual positioning"
69   * remove obsolete __main__
70   * the whole shebang is working now
71   * change storage format - save the whole packet
72   * use old address format in the event database
73   * Support IPv6 on client socket
74   * full encoder/decoder for zmq messages
75   * implement `inline_response()`
76   * cleanup, make monolitic app work again
77   * initial storage service
78   * make collector.py work
79   * WIP to reorganise to microservices
80   * rename protocol module to "gps303proto"
81   * Initial version of zmq based architecture
82   * drop unresolvable points in mkgpx
83   * add lookaside module and opencellid lookup
84   * define more protocol units
85   * add README
86   * Work with cell location data; use opencellid
87   * A script to parse data from the database
88   * Use command line args and config more
89   * use correct config entry
90   * introduce config
91   * add necessary responses
92   * make object parser and sqlite store
93
94  -- Eugene Crosser <crosser@average.org>  Sat, 7 May 2022 13:21:55 +0200