-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
61 lines (37 loc) · 1.59 KB
/
NEWS
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
Guile MQTT NEWS --- history of user-visible changes.
Copyright (C) 2024 Free Software Foundation, Inc.
See the end for copying conditions.
For bug reports please create an issue at
https://github.com/mdjurfeldt/guile-mqtt/issues
2024-11-12 v0.2.1
* Bugfix: Removed last reference to (nyacc foreign cdata) in (ffi
mosquitto) such that (mosquitto client) gets independent of NYACC
* Cleanups
2024-11-12 v0.2.0
* All functionality of Chicken Scheme mosquitto bindings now
implemented and documented.
* Distribute own copy of (... foreign cdata). NYACC is now not
required if building from a tar archive (as opposed to building from
a git repository clone).
* Support make in separate build directory.
* Bugfix: unsubscribe now works.
2024-11-10 v0.1.1
* connect method: Added support for new options.
In the connect method, the following new options are supported:
#:bind-address #:tls-cafile #:tls-capath #:tls-certfile #:tls-keyfile
2024-11-09 v0.1.0
* Initial release
Copyright information:
Copyright (C) 2024 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
end: