File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: nanonext
2
2
Type: Package
3
3
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4
- Version: 1.5.0.9000
4
+ Version: 1.5.1
5
5
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
6
6
a socket library for reliable, high-performance messaging over in-process,
7
7
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
2
2
3
3
#### Updates
4
4
5
5
* ` pipe_notify() ` drops argument 'cv2' for signalling 2 condition variables on one pipe event. Use signal forwarders ` %~>% ` instead.
6
6
* The abillity to ` lock() ` and ` unlock() ` sockets is removed.
7
7
* Renders it safe to serialize 'nano' and 'aio' objects - they will be inactive when unserialized.
8
8
* 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.
10
10
11
11
# nanonext 1.5.0
12
12
You can’t perform that action at this time.
0 commit comments