Skip to content

Commit 54d3a2c

Browse files
committed
CRAN release 0.10.0
1 parent 380d521 commit 54d3a2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.9.2.9041
4+
Version: 0.10.0
55
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66
a socket library providing high-performance scalability protocols, a
77
cross-platform standard for messaging and communications. Serves as a

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nanonext 0.9.2.9041 (development)
1+
# nanonext 0.10.0
22

33
#### New Features
44

@@ -12,8 +12,8 @@
1212
* `ncurl()` argument 'async' is retired. Please use `ncurl_aio()` for asynchronous requests.
1313
* `ncurl()` now always returns the response message body at `$data` whether convert is TRUE or FALSE.
1414
* The argument 'keep.raw' for all receive functions (previously-deprecated) is removed.
15-
* Function `device()` is removed as its non-interruptible blocking behaviour is deemed unsuitable for practical use.
1615
* `cv_reset()` and `cv_signal()` now both return invisible zero rather than NULL.
16+
* Function `device()` is removed partially due to its non-interruptible blocking behaviour.
1717

1818
*Other changes:*
1919

@@ -24,7 +24,7 @@
2424
+ Permits sending of NULL, in which case an empty vector of the corresponding mode is received.
2525
+ Character vectors containing empty characters in the middle are now received correctly.
2626
+ For character vectors, respects original encoding and no longer performs automatic conversion to UTF8.
27-
* Base64 and SHA hash functions now use big-endian representation for serialization (where this is performed) to ensure consistency across all systems (fixes #14, a regression in nanonext 0.9.2).
27+
* Base64 and SHA hash functions now always use big-endian representation for serialization (where this is performed) to ensure consistency across all systems (fixes #14, a regression in nanonext 0.9.2).
2828
* Package installation now succeeds in certain environments where 'cmake' failed to make 'libmbedtls' detectable after building (thanks @kendonB #13).
2929
* Source bundles for 'libmbedtls' and 'libnng' slimmed down for smaller package and installed sizes.
3030
* Configures bundled 'libmbedtls' v3.4.0 for higher performance.

0 commit comments

Comments
 (0)