File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Package: nanonext
22Type: Package
33Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4- Version: 1.5.0.9000
4+ Version: 1.5.1
55Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66 a socket library for reliable, high-performance messaging over in-process,
77 IPC, TCP, WebSocket and secure TLS transports. Implements 'Scalability
Original file line number Diff line number Diff line change 1- # nanonext 1.5.0.9000 (development)
1+ # nanonext 1.5.1
22
33#### Updates
44
55* ` pipe_notify() ` drops argument 'cv2' for signalling 2 condition variables on one pipe event. Use signal forwarders ` %~>% ` instead.
66* The abillity to ` lock() ` and ` unlock() ` sockets is removed.
77* Renders it safe to serialize 'nano' and 'aio' objects - they will be inactive when unserialized.
88* Unified Windows build system now compiles 'libmbedtls' and 'libnng' from source even on R <= 4.1 using Rtools40 or earlier.
9- * Requires 'libnng' >= 1.9.0.
9+ * Minimum supported 'libnng' version increased to 1.9.0.
1010
1111# nanonext 1.5.0
1212
You can’t perform that action at this time.
0 commit comments