You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# nanonext 0.10.4.9026
1
+
# nanonext 0.11.0
2
2
3
3
*This is a major stability release bundling the 'libnng' v1.6.0 source code.*
4
4
@@ -10,11 +10,11 @@
10
10
11
11
#### Updates
12
12
13
-
*`until()` updated to be identical to `.until()`, returning FALSE instead of TRUE if the timeout has been reached.
14
13
*`next_config()` replaces `nextmode()` with the following improvements:
15
14
+ simplified 'refhook' argument takes a pair of serialization and unserialization functions as a list.
16
15
+ registered 'refhook' functions apply to external pointer type objects only.
17
16
+ no longer returns invisibly for easier confimation that the correct functions have been registered.
17
+
*`until()` updated to be identical to `.until()`, returning FALSE instead of TRUE if the timeout has been reached.
18
18
*`reap()` updated to no longer warn in cases it returns an 'errorValue'.
19
19
*`pipe_notify()` arguments 'add', 'remove' and 'flag' now default to FALSE instead of TRUE for easier selective specification of the events to signal.
20
20
* 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.
0 commit comments