Upstream changes:
Changes in Rcpp version 1.0.1 (2019-03-17)
Changes in Rcpp API:
Subsetting is no longer limited by an integer range (William Nolan in #920 fixing #919).
Error messages from subsetting are now more informative (Qiang and Dirk).
Shelter increases count only on non-null objects (Dirk in #940 as suggested by Stepan Sindelar in #935).
AttributeProxy::set() and a few related setters get Shiled<> to ensure rchk is happy (Romain in #947) fixing #946).
Changes in Rcpp Attributes:
A new plugin was added for C++20 (Dirk in #927)
Fixed an issue where 'stale' symbols could become registered in RcppExports.cpp, leading to linker errors and other related issues (Kevin in #939 fixing #733 and #934).
The wrapper macro gets an UNPROTECT to ensure rchk is happy (Romain in #949) fixing #948).
Changes in Rcpp Documentation:
Three small corrections were added in the 'Rcpp Quickref' vignette (Zhuoer Dong in #933 fixing #932).
The Rcpp-modules vignette now has documentation for .factory (Ralf Stubner in #938 fixing #937).
Changes in Rcpp Deployment:
Travis CI again reports to CodeCov.io (Dirk and Ralf Stubner in #942 fixing #941).
Upstream changes:
**** 1.12 Mar 19, 2019
Avoid use of EC_POINT_set_affine_coordinates_GFp which is
deprecated in OpenSSL 3.0.0
Reduce level of support for OpenSSL non-LTS releases.
Changes:
0.9.6.10
--------
- (Google Translate only) Show gender-specific translations (#274)
- Support multiple source languages (#281)
- GNU awk 5.0.0 compatibility (#285)
- Fix for virtual emulators that have own BiDi support, e.g., konsole (#288)
- New option: `-bidi` (enforce bidirectional conversion, #288)
- New options: `-4`, `-6` (choose manually IPv4 or IPv6 connection, #287)
- Support the use of language aliases for TTS
- New option: `-no-browser` (do not open the web browser, #295)
- New option: `-join-sentence` (treat all arguments as one single sentence,
#294)
- Multiple fixes
Upstream changes:
**** 1.20 Mar 22, 2019
Revise documentation examples to use AAAA instead of A records.
TSIG MAC representation changed to Base64 (align with BIND).
Update Parameters.pm to resync with IANA registry.
Refactor resolver test scripts.
Fix rt.cpan.org #128081
Recurse.pm fails to resolve domain “kickboxingireland.ie”
Fix rt.cpan.org #127307
Provide a more informative exception report if application code
has no "use Net::DNS::SEC" declaration but nevertheless attempts
to invoke the DNSSEC sign or verify features.
Upstream changes:
2019-03-19 k <andk@cpan.org>
* release 2.26
* testfix release, no functional change
* 97-run.t is now skipped when test is run by root user because
perldoc often fails for root user (thanks to Binarus for
reporting)
* small additions to distroprefs and to the Makefile.PL
Upstream changes:
version 3.96 at 2019-04-19 21:36:20 +0000
-----------------------------------------
Change: faf2a2a5c9a85cfb0ee5645487f71a28fcd10840
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2019-04-19 22:36:20 +0000
Updated for v5.28.2
-----------------------------------------
version 3.94 at 2019-04-05 20:02:23 +0000
-----------------------------------------
Change: e38fb7ceae828e5df49826bd65925b7ff9ad0c84
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2019-04-05 21:02:23 +0000
Updated for v5.28.2-RC1
-----------------------------------------
version 3.92 at 2019-03-21 12:42:54 +0000
-----------------------------------------
Change: 1dba54b9bfd13635b550ba3c7d750fa30c802590
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2019-03-21 12:42:54 +0000
Updated for v5.29.9
Upstream changes:
6.54 Sun Dec 16 11:06:07 CET 2018
- reinstate Coro::Select::select prototype - it breaks more than it fixes.
6.53 Sun Dec 16 10:33:15 CET 2018
- the autogenerated prototypes of Coro::AIO now add ";" at the end
to avoid generating named unary operators and messing up parsing
(mostly affects aio_mlockall 4 | 8 which was parsed as
(aio_mlockall 4) | 8).
- do not use a prototype for select in Coro::Select, as CORE::select also
doesn't have one.
Upstream changes:
2019-03-20
* Released 1.13
* Fix spelling error in manpage (fixes#3, patch by Salvatore Bonaccorso)
* Use encoding in Dynamic.pm as well (Fritz Zaucker)
Upstream changes:
0.20
2019-04-16 Sam Varshavchik <mrsam@courier-mta.com>
* _ipcmp: handle comparison of mixed IPv4 and IPv6-specified
addresses, allowing cidrlookup() to look up IPv6-mapped IPv4 addresses
in IPv4 address ranges, and vice versa.
Upstream changes:
0.064 2019-04-01 T. R. Wyant
Empty \p{} should be an error.
\x{} and \x{ non-hex } should be errors under "use re 'strict'"
\o{} should be an error
\o{ non-octal } should be an error under "use re 'strict'"
Support wildcard Unicode property values. These were added in
5.29.9.
Add eg/find-variable-length-lookarounds
Add convenience method extract_regexps(). This is a static method
on PPIx::Regexp that takes as its argument a PPI::Document and
manufactures PPIx::Regexp objects out of anything that parses to a
regexp of some sort.
Don't run illegal character tests before Perl 5.18 unless we're
author testing, because they are noisy. I think the issue is not the
Perl version per se, but the version of Unicode; Perl5180delta says
it shipped with Unicode 6.2.
Upstream changes:
1.42 2019-02-22 17:41:00
* add section in doc that explains how to replace test scripts using Test::CheckManifest
* stable release with all the changes from the test releases
1.41_04 2019-02-21 15:12:00
* fix test failure on Win32 - use "plan skip_all" instead of "skip '...'"
* update dist.ini
1.41_03 2019-02-21 09:27:00
* optimize ok_manifest()
* add more tests for find_home()
1.41_02 2019-02-20 13:37:00
* more debugging stuff
1.41_01 2019-02-20 09:50:00
* use regexes to silence warnings
* add debugging stuff to debug win32 failures
1.41 2019-02-19 10:53:00
* improve tests
* Removed regex warnings on windows box as reported by CPANTESTERS (Thanks to manwar)
1.39 2019-02-14 07:28:00
* release 1.39
1.38_02 2018-12-23 11:32:00
* fix test failures (thanks to manwar and LorenzoTa)
1.38_01 2018-12-21 14:30:00
* more tests
* refactor code
Upstream changes:
0.002006 - 2019-04-04
- added additional references to related modules in pod
- various internal cleanups
- fix backwards compatibility with earlier versions of version.pm
- fix output from test script when tests fail
- added note about RELEASE_TESTING to test message on forced failures
2019.04.15 - GNU nano 4.1 "Qué corchos será eso?"
• By default, a newline character is again automatically added at the
end of a buffer, to produce valid POSIX text files by default, but
also to get back the easy adding of text at the bottom.
• The now unneeded option --finalnewline (-f) has been removed.
• Syntax files are read in alphabetical order when globbing, so that
the precedence of syntaxes becomes predictable.
• In the C syntax, preprocessor directives are highlighted differently.
• M-S now toggles soft wrapping, and M-N toggles line numbers.
• The jumpy-scrolling toggle has been removed.
• The legacy keystrokes ^W^Y and ^W^V are recognized again.
• Executing an external command is disallowed when in view mode.
• Problems with resizing during external or speller commands were fixed.
Upstream changes:
4.02 Wed Mar 6 08:31:24 CET 2019
- undo the fix from 4.01, it breaks more things than it fixes
(another tetscase by Wesley Schwengle).
- try a proper fix this time.