Skip to content

Commit 92da3ca

Browse files
committed
nanonext 1.5.0
1 parent 5e3985c commit 92da3ca

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.4.0.9004
4+
Version: 1.5.0
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,4 +1,4 @@
1-
# nanonext 1.4.0.9004 (development)
1+
# nanonext 1.5.0
22

33
#### Library Updates
44

@@ -10,7 +10,7 @@
1010
* `nano()` updated with the 'poly' protocol, with 'pipe' argument enabled for the send methods.
1111
* `write_cert()` no longer displays a status message when interactive (thanks @wlandau, #74).
1212
* Removes partial matching when using `$`, `[[` or `[` on an object inheriting from class 'nano'.
13-
* Fixes a rare hang on socket close that was possible on Windows platforms (#76).
13+
* Fixes a rare hang on socket close that was possible on Windows platforms for IPC connections (#76).
1414

1515
# nanonext 1.4.0
1616

0 commit comments

Comments
 (0)