Skip to content

Commit 1cb8803

Browse files
authored
nanonext 1.7.1
1 parent d5503df commit 1cb8803

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: nanonext
33
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4-
Version: 1.7.0.9003
4+
Version: 1.7.1
55
Authors@R: c(
66
person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0750-061X")),

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# nanonext (development version)
1+
# nanonext 1.7.1
22

33
#### Updates
44

5-
* The `cv` arguments at `recv_aio()` and `request()` have been simplified.
5+
* `stop_aio()` now resets the R interrupt flags (#194).
6+
* The `cv` arguments at `recv_aio()` and `request()` have been simplified to accept just a 'conditionVariable' or NULL.
67

78
# nanonext 1.7.0
89

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## revdepcheck results
66

7-
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
7+
We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
88

99
* We saw 0 new problems
1010
* We failed to check 0 packages

0 commit comments

Comments
 (0)