Skip to content

Commit

Permalink
additionally patches http_schemes.c
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Nov 20, 2023
1 parent e3368d5 commit 419e47b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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.9004
Version: 0.10.4.9005
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.9004 (development)
# nanonext 0.10.4.9005 (development)

#### New Features

Expand All @@ -13,7 +13,7 @@
* `until()` updated to be identical to `.until()`, returning FALSE instead of TRUE if the timeout has been reached.
* `pipe_notify()` arguments 'add', 'remove' and 'flag' now default to FALSE instead of TRUE for easier selective specification of the events to signal.
* The weak references interface is removed as 'non-core'.
* Applies fix nanomsg/nng#1702 to bundled 'libnng' v1.6.0 (a54820f).
* Applies fixes nanomsg/nng#1702 and nanomsg/nng#1705 to bundled 'libnng' v1.6.0 (a54820f).
* Upgrades bundled 'libmbedtls' to v 3.5.1.

# nanonext 0.10.4
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Library versions
LIB_VER="a54820f-1702"
LIB_VER="a54820f-p"
TLS_VER="edb8fec"

# Initialise
Expand Down
2 changes: 1 addition & 1 deletion configure.ucrt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Library versions
LIB_VER="a54820f-1702"
LIB_VER="a54820f-p"
TLS_VER="edb8fec"

tar -xf src/mbedtls-$TLS_VER.tar.xz
Expand Down
Binary file removed src/nng-a54820f-1702.tar.xz
Binary file not shown.
Binary file added src/nng-a54820f-p.tar.xz
Binary file not shown.

0 comments on commit 419e47b

Please sign in to comment.