Skip to content

Commit 71b2606

Browse files
committed
nanonext 1.5.1
1 parent d8378c5 commit 71b2606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nanonext
22
Type: Package
33
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4-
Version: 1.5.0.9000
4+
Version: 1.5.1
55
Description: 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

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

0 commit comments

Comments
 (0)