-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
124 lines (70 loc) · 3.65 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Summary of important user-visible changes for octave zeromq 1.5.6:
-------------------------------------------------------------------
*** minor updates for Octave 8+ compatibility
*** minor doc updates
Summary of important user-visible changes for octave zeromq 1.5.5:
-------------------------------------------------------------------
*** added ZMQ_PRIORITY, ZMQ_RATE, ZMQ_ROUTING_ID, ZMQ_BACKLOG
constants
*** added Qt5 help documents
*** minor doc updates
Summary of important user-visible changes for octave zeromq 1.5.4:
-------------------------------------------------------------------
*** use octave_base_dld_value class if available
*** allow libzmq fallback detection
Summary of important user-visible changes for octave zeromq 1.5.3:
-------------------------------------------------------------------
*** bugfix use pkg-config in configure (Bug #60419)
Summary of important user-visible changes for octave zeromq 1.5.2:
-------------------------------------------------------------------
*** bugfix ref count used by unique_clone
*** minor doc updates
Summary of important user-visible changes for octave zeromq 1.5.1:
-------------------------------------------------------------------
*** minor updates for octave depreciated features
*** minor doc updates
Summary of important user-visible changes for octave zeromq 1.5.0:
-------------------------------------------------------------------
*** use OCTAVE_LOCAL_BUFFER for temp mem usage
*** minor doc updates
*** bugfix octave_zeromq_socket subsasgn access
*** add initial curve functions and authentication
*** add plain authentication options
*** add gssapi authentication options
*** added security mechanism get option
*** added socks5 support
Summary of important user-visible changes for octave zeromq 1.4.0:
-------------------------------------------------------------------
*** additional spelling checks
*** added new functions zmq_has
*** added ZMQ_LAST_ENDPOINT, ZMQ_CONNECT_TIMEOUT to getsockopts
*** added ZMQ_XSUB, ZMQ_XPUB, ZMQ_STREAM constants for zmq_socket
*** added zmq_example5.m for STREAM type example
*** added package documentation
*** lock oct file on pkg load
Summary of important user-visible changes for octave zeromq 1.3.0:
-------------------------------------------------------------------
*** spelling check in docs
*** add generation and install of oct file tests
*** updated configuration for use of depreciated symbols
*** added new functions iszmq, get, set
*** added dot notation for access of get/set of properties
*** corrected display of socket type for dealer, pair, push, pull types
Summary of important user-visible changes for octave zeromq 1.2.1:
-------------------------------------------------------------------
*** updated zmq_test for using pause and uint8 typecast for identity set
Summary of important user-visible changes for octave zeromq 1.2.0:
-------------------------------------------------------------------
*** added pub/sub example code
*** added new function zmq_disconnect
*** add ZMQ_EVENTS, ZMQ_POLLIN, ZMQ_POLLOUT to INDEX, update events documentation
*** added ZMQ_IDENTITY to get/setsockopts
Summary of important user-visible changes for octave zeromq 1.1.0:
-------------------------------------------------------------------
*** added new functions zmq_unbind, zmq_errno.
*** added getsockopt ZMQ_TYPE, ZMQ_EVENTS processing.
*** added help zeromq implementation
*** added new examples folder/files
Summary of important user-visible changes for octave zeromq 1.0.0:
-------------------------------------------------------------------
*** Initial release