-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
45 lines (26 loc) · 1.31 KB
/
NEWS
File metadata and controls
45 lines (26 loc) · 1.31 KB
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
Summary of important user-visible changes for octave-mqtt 0.0.6:
-------------------------------------------------------------------
** minor documentation updates
** mqttclient: add last will options
** flush: add flush by topic
Summary of important user-visible changes for octave-mqtt 0.0.5:
-------------------------------------------------------------------
** minor documentation updates
** provide handling windows paths with spaces
Summary of important user-visible changes for octave-mqtt 0.0.4:
-------------------------------------------------------------------
** minor documentation updates
** updates for Octave version compatibility
Summary of important user-visible changes for octave-mqtt 0.0.3:
-------------------------------------------------------------------
** Better checking of paho function fails
** minor documentation updates
** mqttclient:
- added CARootCertificate, ClientCertificate, ClientKey, SSLPassword inputs
Summary of important user-visible changes for octave-mqtt 0.0.2:
-------------------------------------------------------------------
** catch any errors in callback feval
** minor code cleanup
Summary of important user-visible changes for octave-mqtt 0.0.1:
-------------------------------------------------------------------
** Initial release