Skip to content

Commit f3547e2

Browse files
committed
CRAN release 0.9.1
1 parent d57f452 commit f3547e2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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.0.9039
4+
Version: 0.9.1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nanonext 0.9.0.9039 (development)
1+
# nanonext 0.9.1
22

33
#### New Features
44

@@ -10,6 +10,7 @@
1010

1111
#### Updates
1212

13+
* `tls_config()` now accepts a relative path if filenames are supplied for the 'client' or 'server' arguments.
1314
* 'tlsConfig' objects no longer have a 'source' attribute.
1415
* Fix cases where `base64enc()` failed for objects exceeding a certain size.
1516
* `stream()` has been updated internally for additional robustness.

R/utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ status_code <- function(x) .Call(rnng_status_code, x)
277277
#'
278278
nng_fini <- function() invisible(.Call(rnng_fini))
279279

280-
#' Concatenate 2 Strings
280+
#' Concatenate Strings
281281
#'
282-
#' A fast implementation that simply combines two strings into one.
282+
#' A fast implementation that appends one character value after another.
283283
#'
284284
#' @param a character value.
285285
#' @param b character value.

man/strcat.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)