Skip to content

Commit

Permalink
Fixing README and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacchella committed Mar 19, 2023
1 parent 369ebf7 commit 82db35b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

### Changed

* [#935](https://github.com/zeromq/jeromq/pull/935): With
org.zeromq.ZMQ.Event.recv(socket, DONTWAIT), if there is no more,
event to receive, it throws an NPE although the javadoc says it should
return null. Fixed.

Also don’t resolve event value for ZMQ_EVENT_MONITOR_STOPPED, it’s a constant.

* [#937] (https://github.com/zeromq/jeromq/pull/937): When doing PLAIN or CURVE
authentication, the logic can be exchanged. The client is doing the bind, and
the server doing the connect. That was not handled, a connect socket was not
expected to reuse the session, and so found an already configured zapPipe. It’s
now handled.

Some error message was not returning any message, the specification says that an empty error should be returned instead.

Big rewrite of the tests for mechanisms, the big test function is split and more code is shared.

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

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ JeroMQ.

## License

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

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.

0 comments on commit 82db35b

Please sign in to comment.