Upstream changes:
Changes in Rcpp version 0.12.4 (2016-03-22)
Changes in Rcpp API:
New accessors as() and clone() were added to the Nullable class (Dan in PR #423 closing #421)
The Nullable<>::operator SEXP() and Nullable<>::get() now also work for const objects (Kirill Mueller in PR #417).
A subsetting error was fixed (Qiang via #432 closing #431).
Changes in Rcpp Sugar:
Added new Sugar function median() (Nathan in PR #425 closing #424)
Added new Sugar function cbind() (Nathan in PR #447 closing #407)
Changes in Rcpp Attributes:
A plugin for C++14 was added (Dan in PR #427)
Changes in Rcpp Documentation:
An entry was added to the Rcpp-FAQ vignette describing the required packages for vignette building (#422).
Use on OS X was further detailed (James Balamuta in #433 with further review by Bob Rudis).
An entry was added concerning the hard-code limit of arguments to some constructor and function (cf #435).
The Rcpp-FAQ vignette now contains a table of content.
Typos and indentation were corrected in the Rcpp Sugar vignette (#445 by Colin Gillespie).
Changes in Rcpp version 0.12.3 (2016-01-10)
Changes in Rcpp API:
Const iterators now CharacterVector now behave like regular iterators (PR #404 by Dan fixing #362).
Math operators between matrix and scalars type have been added (PR #406 by Qiang fixing #365).
A missing std::hash function interface for Rcpp::String has been addded (PR #408 by Qiang fixing #84).
Changes in Rcpp Attributes:
Avoid invalid function names when generating C++ interfaces (PR #403 by JJ fixing #402).
Insert additional space around & in function interface (PR #400 by Kazuki Fukui fixing #278).
Changes in Rcpp Modules:
The copy constructor now initialized the base class (PR #411 by Joshua Pritikin fixing #410)
Changes in Rcpp Repository:
Added a file Contributing.md providing some points to potential contributors (PR #414 closing issue #413)
Changes in Rcpp version 0.12.2 (2015-11-14)
Changes in Rcpp API:
Correct return type in product of matrix dimensions (PR #374 by Florian)
Before creating a single String object from a SEXP, ensure that it is from a vector of length one (PR #376 by Dirk, fixing #375).
No longer use STRING_ELT as a left-hand side, thanks to a heads-up by Luke Tierney (PR #378 by Dirk, fixing #377).
Rcpp Module objects are now checked more carefully (PR #381 by Tianqi, fixing #380)
An overflow in Matrix column indexing was corrected (PR #390 by Qiang, fixing a bug reported by Allessandro on the list)
Nullable types can now be assigned R_NilValue in function signatures. (PR #395 by Dan, fixing issue #394)
operator<<() now always shows decimal points (PR #396 by Dan)
Matrix classes now have a transpose() function (PR #397 by Dirk fixing #383)
operator<<() for complex types was added (PRs #398 by Qiang and #399 by Dirk, fixing #187)
Changes in Rcpp Attributes:
Enable export of C++ interface for functions that return void.
Changes in Rcpp Sugar:
Added new Sugar function cummin(), cummax(), cumprod() (PR #389 by Nathan Russell fixing #388)
Enabled sugar math operations for subsets; e.g. x[y] + x[z]. (PR #393 by Kevin and Qiang, implementing #392)
Changes in Rcpp Documentation:
The NEWS file now links to GitHub issue tickets and pull requests.
The Rcpp.bib file with bibliographic references was updated.
1. The ACL conditions regex and mime_regex now capture substrings
into numeric variables $regex1 to 9, like the "match" expansion condition.
2. New $callout_address variable records the address used for a spam=,
malware= or verify= callout.
3. Transports now take a "max_parallel" option, to limit concurrency.
4. Expansion operators ${ipv6norm:<string>} and ${ipv6denorm:<string>}.
The latter expands to a 8-element colon-sep set of hex digits including
leading zeroes. A trailing ipv4-style dotted-decimal set is converted
to hex. Pure ipv4 addresses are converted to IPv4-mapped IPv6.
The former operator strips leading zeroes and collapses the longest
set of 0-groups to a double-colon.
5. New "-bP config" support, to dump the effective configuration.
6. New $dkim_key_length variable.
7. New base64d and base64 expansion items (the existing str2b64 being a
synonym of the latter). Add support in base64 for certificates.
8. New main configuration option "bounce_return_linesize_limit" to
avoid oversize bodies in bounces. The dafault value matches RFC
limits.
9. New $initial_cwd expansion variable.
+ Enabled utf-8 mailbox support for IMAP.
+ New expandos %r and %R for comma separated list of To: and Cc:
recipients respectively.
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
! $use_idn has been renamed to $idn_decode.
+ $idn_encode controls whether outgoing email address domains will
be IDNA encoded. If your MTA supports it, unset to use utf-8
email address domains.
+ The S/MIME message digest algorithm is now specified using the
option $smime_sign_digest_alg. Note that $smime_sign_command
should be modified to include "-md %d". Please see
contrib/smime.rc.
+ $reflow_space_quotes allows format=flowed email quotes to be
displayed with spacing between them.
! multipart draft files are now supported.
+ The "-E" command line argument causes mutt to edit draft or include files.
All changes made in mutt will be saved back out to those files.
+ $resume_draft_files and $resume_edited_draft_files control how
mutt processes draft files.
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
multipart/encrypted are actually encrypted. Please see
contrib/gpg.rc for the suggested value.
! mailto URL header parameters by default are now restricted to
'body' and 'subject'.
+ mailto_allow and unmailto_allow can be used to add or remove
allowed mailto header parameters.
! The method of setting $hostname has been changed. Rather than
scanning /etc/resolv.conf, the domain will now be determined using
DNS calls.
Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage.
Fix views so that they inherit column datatypes from the table that they are defined against, when possible.
Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.
+ Enabled utf-8 mailbox support for IMAP.
+ New expandos %r and %R for comma separated list of To: and Cc:
recipients respectively.
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
! $use_idn has been renamed to $idn_decode.
+ $idn_encode controls whether outgoing email address domains will
be IDNA encoded. If your MTA supports it, unset to use utf-8
email address domains.
+ The S/MIME message digest algorithm is now specified using the
option $smime_sign_digest_alg. Note that $smime_sign_command
should be modified to include "-md %d". Please see
contrib/smime.rc.
+ $reflow_space_quotes allows format=flowed email quotes to be
displayed with spacing between them.
! multipart draft files are now supported.
+ The "-E" command line argument causes mutt to edit draft or include files.
All changes made in mutt will be saved back out to those files.
+ $resume_draft_files and $resume_edited_draft_files control how
mutt processes draft files.
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
multipart/encrypted are actually encrypted. Please see
contrib/gpg.rc for the suggested value.
! mailto URL header parameters by default are now restricted to
'body' and 'subject'.
+ mailto_allow and unmailto_allow can be used to add or remove
allowed mailto header parameters.
! The method of setting $hostname has been changed. Rather than
scanning /etc/resolv.conf, the domain will now be determined using
DNS calls.
Upstream changes:
2 February 2016: statmod 1.4.24
- speedup for rinvgauss() by replacing rchisq() with rnorm() and
rbinom() with runif().
- speedup for qinvgauss() by using qgamma as starting approximation
for very small right tail probabilities, and inverse chisq as
starting approximation for very small left tail probabilities.
- qinvgauss() now computes Newton step using log probabilities
and a Taylor series expansion for small steps. This improves
accuracy in extreme cases. The stopping criterion for the Newton
iteration has been revised.
- Bug fix to dinvgauss(), pinvgauss() and qinvgauss() which were not
preserving attributes of the first argument.
30 December 2015: statmod 1.4.23
- qinvgauss() has been improved to return best achievable machine
accuracy. It now checks for backtracking of the Newton iteration.
- dinvgauss() and pinvgauss() now check for a wider range of special
cases. This allows them to give valid results in some cases
for infinite or missing parameter values and for x outside the
support of the distribution.
26 October 2015: statmod 1.4.22
- Functions needed from the stats and graphics packages are now
explicitly imported into the package NAMESPACE.
add experimental SunOS backend support adapted from the upstream RTI
submission from Oracle and initial illumos support from OpenIndiana/Hipster
From the Changelog:
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
2015-09-13: v1.0.20
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
* New libusb_free_pollfds() API
* Darwin: Fix devices not being detected on OS X 10.8 (#48)
* Linux: Allow larger isochronous transfer submission (#23)
* Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
* Windows: Fix broken bus number lookup
* Windows: Improve submission of control requests for composite devices
* Examples: Add two-stage load support to fxload (#12)
* Correctly report cancellations due to timeouts
* Improve efficiency of event handling
* Improve speed of transfer submission in multi-threaded environments
* Various other bug fixes and improvements
The (#xx) numbers are libusb issue numbers, see ie:
https://github.com/libusb/libusb/issues/16
MAKE_JOBS_SAFE=no given build issues when enabled.
o [Zenmap] Avoid file corruption in zenmap.conf, reported as files containing
many null ("\x00") characters. Example exception:
ValueError: unable to parse colour specification
o [NSE] VNC updates including vnc-brute support for TLS security type and
negotiating a lower RFB version if the server sends an unknown higher
version.
o [NSE] Added STARTTLS support for VNC, NNTP, and LMTP
o Added new service probes and match lines for OpenVPN on UDP and TCP.
Concurrent with the release of Gnucash 2.6.12 we're pleased to also release a new version 2.6.12 of the companion Help and Tutorial and Concepts Guide.
New Portuguese Translations from Pedro Albuquerque!
Bug 639776 - Update instructions for updating quote prices by cron.
Bug 649283 - Add links to where common report preferences are set.
Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab
Bug 729265 - Update documentation for Invoice and Bill payments to reflect the new features.
Bug 761025 - Add missing sect Guide ch2.8: New book options in New Acct Hierarchy.
Bug 762088 - Remove Section 9.4.3 From Guide that offered simplistic advice about money and life that does nothing to explain GnuCash functionality or use.
Bug 762656 - Add note to Guide section 2.3.3 For Column Widths
---------------------------------------------
2015-11-15 Jarkko Hietaniemi <jhi@iki.fi>
* The added RLIMIT_ values were not added quite right.
Our own tests didn't detect this, but mod_perl2 ones did
[cpan #108955]
2015-10-21 Jarkko Hietaniemi <jhi@iki.fi>
* Add more RLIMIT_ values from various systems,
especially from Linux 2.6:
RLIMIT_MSGQUEUE
RLIMIT_NICE
RLIMIT_NPTS
RLIMIT_PTHREAD
RLIMIT_RTPRIO
RLIMIT_RTTIME
RLIMIT_SBSIZE
RLIMIT_SIGPENDING
RLIMIT_SWAP
Check your system's setrlimit() documentation,
and BSD::Resource::get_rlimits().
* Add PRIO_THREAD, if available.
Check your system's setpriority() documentation.
* Release 1.2908.
--------------
2.03 2015-10-25 NEILB
- Trimmed down the README and moved some of the history into Changes
- Updated github repo URL after changing my github username
RBTools 0.7.5 Release Notes
Release date: October 26, 2015
New Features
Users can now specify the search path for .reviewboardrc files.
The $RBTOOLS_CONFIG_PATH environment variable now controls the search path.
It’s a list of paths separated by the system’s native path separator
(':' on Linux/MacOS X, ';' on Windows).
These paths are searched prior to any default paths.
This is handy for forcing the .reviewboardrc file in your home directory
to be searched first.
Patch by Nils Philippsen.
Bug Fixes
General
Fixed displaying error output containing non-ASCII characters. (Bug #3907)
On Windows, home directory detection now prefers the %HOME% environment
variable to %APPDATA%.
Prior to this release, %HOME% was always ignored in favor of %APPDATA%,
which caused problems in certain setups.
Patch by Vadim Zeitlin.
rbt api-get
The help output no longer mistakenly shows that – is required before
query arguments.
rbt post
Fixed a crash when using --diff-filename. (Bug #3908)
Git
Git version checking is no longer performed unless Git is installed,
preventing a harmless but visible error message for systems without Git.
Mercurial
Fixed path separator differences when posting a change against Mercurial
on Windows. (Bug #3894)
Patch by Ali Kamali.
Fixed a regression with looking for empty files.
When looking for empty files in a change (which must be handled specially),
RBTools would get a null result, which wasn’t being handled correctly.
Perforce
Fixed posting submitted Perforce changes.
Posting submitted changes for review regressed in 0.7.x. They can now be
posted again.
Fixed posting Perforce paths that are not included in the client view.
(Bug #3864)
It’s once again possible to post a committed revision for review when the
commit contains files not in the client view.
Subversion
Fixed Unicode issues when parsing repository info when using
--repository-url. (Bug #3969)
Patch by Griffin Myers.
Fixed issues processing when a changeset has history scheduled with a
commit.
Patch by Griffin Myers.
Team Foundation Server
Fixed a number of issues with diff generation on TFS.
The method previously used to generate diffs didn’t deal with a lot of
cases that could come up when using different editors or platforms, such
as files that don’t end with a newline or files that start with a
byte-order marker.
RBTools now requires GNU diff for TFS diff generation.
Contributors
Ali Kamali
Anthony Hache
Barret Rennie
Christian Hammond
David Trowbridge
Griffin Myers
Nils Philippsen
Vadim Zeitlin
--------------
1.10 2015-10-26 NEILB
- Switched to Dist::Zilla
- Got rid of tab characters
- Updated github repo URL after changing my github username
- Made the SEE ALSO entries linked, and simplified the formatting
-------------------
0.75: # 2016-03-16T23:41:41+0100
- Thanks to our contributors: Dave Cross, Dean Hamstead, Mark J. Reed, Mohammed El-Afifi,
- Add '--no-patchperl' install option for skip running patchperl.
- Add '--destdir' install option.
- "uninstall" command now also delete associated libs.
- "mirror" command is removed.
- "config" command is removed.
0.74: # 2015-11-24T20:55:02+0100
- A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby,
Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor
Constantin, Yanick Champoux, tm604
- support PERLBREW_LIB_PREFIX.
c29813cd46
- prefer https and remove insecure download cli flags.
f49a908c17
- perlbrew now dies when switching to/use a lib that does not exist.
https://github.com/gugod/App-perlbrew/issues/432
- RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409
- improvements with fish integration.
- unbreak when running with perl 5.14 or earlier:
"list" command now correctly display lib names.
- retaining flags in upgrade-perl.
b8d466670b
- variour document clean up and improvements.
------------------
0.010005 - 2015-12-14
- fix fatpacked code to work properly on perl 5.6 in all cases
- removed x_static_install metadata (RT#110299)
Upstream changes:
2016.003 Tue Mar 29 2016
# No new features, version number as canonical numstring.
2016.002_27 Sat Feb 27 2016
! Makefile.PL.sombok
- CPAN RT#112078: Compiling libsombok.a fails due to invalid path for object
files.