Skip to content

Commit 9c0acfa

Browse files
committed
CRAN release 0.11.0
1 parent 27eae61 commit 9c0acfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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: 0.10.4.9026
4+
Version: 0.11.0
55
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66
a socket library implementing 'Scalability Protocols', a reliable,
77
high-performance standard for common communications patterns including

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nanonext 0.10.4.9026
1+
# nanonext 0.11.0
22

33
*This is a major stability release bundling the 'libnng' v1.6.0 source code.*
44

@@ -10,11 +10,11 @@
1010

1111
#### Updates
1212

13-
* `until()` updated to be identical to `.until()`, returning FALSE instead of TRUE if the timeout has been reached.
1413
* `next_config()` replaces `nextmode()` with the following improvements:
1514
+ simplified 'refhook' argument takes a pair of serialization and unserialization functions as a list.
1615
+ registered 'refhook' functions apply to external pointer type objects only.
1716
+ no longer returns invisibly for easier confimation that the correct functions have been registered.
17+
* `until()` updated to be identical to `.until()`, returning FALSE instead of TRUE if the timeout has been reached.
1818
* `reap()` updated to no longer warn in cases it returns an 'errorValue'.
1919
* `pipe_notify()` arguments 'add', 'remove' and 'flag' now default to FALSE instead of TRUE for easier selective specification of the events to signal.
2020
* Fixes regression in release 0.10.4 that caused a potential segfault using `ncurl()` with 'follow' set to TRUE when the server returns a missing or invalid relocation address.

0 commit comments

Comments
 (0)