-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathChangeLog
66 lines (37 loc) · 1.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
0.8.0 Jean Parpaillon <[email protected]>
* Optimize array-byte of binary marshaling (Mihai Potra)
* Add service routing to the dbus connection (Mihai Potrai)
-- 2021-10-18
0.7.0 Jean Parpaillon <[email protected]>
* Handle large strings decoding
* Handle connection through abstract socket
-- 2016-10-06
0.6.1 Jean Parpaillon <[email protected]>
* Fix SASL parser
-- 2016-06-22
0.6.0 Jean Parpaillon <[email protected]>
* Add map decoding
* Harness (un)marshaling
-- 2016-06-22
0.5.3 Jean Parpaillon <[email protected]>
* Fix procket version
-- 2016-06-17
0.5.2 Jean Parpaillon <[email protected]>
* Fix compilation with GCC 6.x
-- 2016-06-17
0.5.1 Jean Parpaillon <[email protected]>
* Fix DBUS_COOKIE_SHA1 auth
-- 2016-04-04
0.5.0 Jean Parpaillon <[email protected]>
* Implement multiple authentication mechanisms
* Add CI, generated doc
-- 2016-03-10
0.2 Jean Parpaillon <[email protected]>
* Add ANONYMOUS authentication
* Fix TCP transport
-- 2015-11-19
0.1 Jean Parpaillon <[email protected]>
* Consume services from Python and Java code
* Basic unit testing
* gen_dbus not operational yet
-- 2015-11-17