Skip to content

Commit

Permalink
CRAN release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Dec 4, 2023
1 parent 27eae61 commit 9c0acfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 0.10.4.9026
Version: 0.11.0
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library implementing 'Scalability Protocols', a reliable,
high-performance standard for common communications patterns including
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nanonext 0.10.4.9026
# nanonext 0.11.0

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

Expand All @@ -10,11 +10,11 @@

#### Updates

* `until()` updated to be identical to `.until()`, returning FALSE instead of TRUE if the timeout has been reached.
* `next_config()` replaces `nextmode()` with the following improvements:
+ simplified 'refhook' argument takes a pair of serialization and unserialization functions as a list.
+ registered 'refhook' functions apply to external pointer type objects only.
+ no longer returns invisibly for easier confimation that the correct functions have been registered.
* `until()` updated to be identical to `.until()`, returning FALSE instead of TRUE if the timeout has been reached.
* `reap()` updated to no longer warn in cases it returns an 'errorValue'.
* `pipe_notify()` arguments 'add', 'remove' and 'flag' now default to FALSE instead of TRUE for easier selective specification of the events to signal.
* 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.
Expand Down

0 comments on commit 9c0acfa

Please sign in to comment.