Skip to content

Commit 82db35b

Browse files
committed
Fixing README and CHANGELOG.
1 parent 369ebf7 commit 82db35b

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## v0.5.4 (202x-xx-xx)
44

5+
### Changed
6+
7+
* [#935](https://github.com/zeromq/jeromq/pull/935): With
8+
org.zeromq.ZMQ.Event.recv(socket, DONTWAIT), if there is no more,
9+
event to receive, it throws an NPE although the javadoc says it should
10+
return null. Fixed.
11+
12+
Also don’t resolve event value for ZMQ_EVENT_MONITOR_STOPPED, it’s a constant.
13+
14+
* [#937] (https://github.com/zeromq/jeromq/pull/937): When doing PLAIN or CURVE
15+
authentication, the logic can be exchanged. The client is doing the bind, and
16+
the server doing the connect. That was not handled, a connect socket was not
17+
expected to reuse the session, and so found an already configured zapPipe. It’s
18+
now handled.
19+
20+
Some error message was not returning any message, the specification says that an empty error should be returned instead.
21+
22+
Big rewrite of the tests for mechanisms, the big test function is split and more code is shared.
523

624
## v0.5.3 (2022-12-03)
725

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ JeroMQ.
140140

141141
## License
142142

143-
All source files are copyright © 2007-2022 contributors as noted in the AUTHORS file.
143+
All source files are copyright © 2007-2023 contributors as noted in the AUTHORS file.
144144

145145
Free use of this software is granted under the terms of the Mozilla Public License 2.0. For details see the file `LICENSE` included with the JeroMQ distribution.
146-

0 commit comments

Comments
 (0)