VERSION 3.55 (2017-11-17; sbeck)
NEW CODE(s)
(*) Deprecated in core
Because correct usage of any of the Locale::Codes modules requires that
they be kept up-to-date, I have long felt that it should not be distributed
as a core module. After discussion on the perl5-porters list, it is agreed,
and the deprecation process has been started.
Changes from a github pull request applied
A couple minor changes (updated .travis.yml to include newest versions of
perl; and a couple changes to pod_coverage.t) reported by lancew on GitHub.
Got rid of Build.PL
Simplified things by only supporting one of Makefile.PL/Build.PL (and the latter
has been removed from perl core some time ago). RT 123572
Fixed INSTALLDIRS
The behavior of installing core modules changed in 5.12 a bit, and Makefile.PL
now reflects that. RT 123571
2.67 * fix thread-safety for GD::Simple %COLORS (#26 melak)
* fix arc start-angle docs, RT #123277 Andrew G Gray
* improve setBrush docs, RT #123194 Andrew G Gray
* improve StringFT docs, RT #123193
* replace MacOSX by darwin, and not by Mac OS X/macOS as suggested
in PR #24
* add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde,
also the helper GD::supportsFileType
0.54 Tue Nov 21 12:46:00 MSK 2017
- `around` method added to allow localized variables and other local setup.
Call `yield` method to run examples by `around` CODE.
Contributed by @akzhan
- Replace some `use base` with `use parent` and other minor updates.
Contributed by @akzhan
- Now tested under Perl 5.22-5.26 too
Contributed by @akzhan
- predictable_destroy spec fixed under Perl 5.8
Contributed by @akzhan
1.302113 2017-11-20 14:04:16-08:00 America/Los_Angeles
- Fix SIGPIPE in IPC test
- Mark a test as usually AUTHOR_TESTING only
1.302112 2017-11-20 06:43:16-08:00 America/Los_Angeles
- Fix test on threaded 5.8
1.302111 2017-11-18 09:54:33-08:00 America/Los_Angeles
- Remove debugging from previous trial
1.302110 2017-11-17 09:47:23-08:00 America/Los_Angeles (TRIAL RELEASE)
- Fix test breakage (from previous trial) on older perls
1.302109 2017-11-17 09:35:48-08:00 America/Los_Angeles (TRIAL RELEASE)
- Fix some fragile tests
- Add debugging to API/Instance.t for a cpan-testers failure
1.302108 2017-11-16 14:19:24-08:00 America/Los_Angeles (TRIAL RELEASE)
- Apply p5p test patch from Craig A. Berry <craigberry@mac.com>
1.302107 2017-11-16 07:44:59-08:00 America/Los_Angeles (TRIAL RELEASE)
- Allow regexp in Test::Tester
0.299 2017-11-20
- Fixed behavior change if Hash contains blessed hashes (Thanks to
David E. Wheeler)
- Extended testing with blessed objects.
0.298 2017-11-15
- Version 0.298 release
0.200_003 2017-11-07
- Documentation updated and extended.
- Do not clone if not a reference. This fixes a failure when using
Storable as backend.
- Update dependencies and requirements.
- Extended testing in order to test all the different clone() backends.
0.200_002 2017-10-16
- Rely on backend() debug helper of Clone::Choose 0.003 to help
identifying issues depending on underlying clone implementation
0.200_001 2017-10-11
- Switch to Clone::Choose instead of NIH clone detector.
- Fixed weird object vs. global behavior
- Aligned distribution sets, perltidy, perlcritic, etc.
- RT#55978 Fixed avoid the eval in _get_obj (Thanks to Larry Leszczynski)
- RT#81156 Fixed behavior name bug (Thanks to Matt D. Garrett)
- RT#69872 Fixed cloning does not happen bug (Thanks to John Busco)
- PR#1 Fixed syntax errors in code samples (Thanks to book)
2.03 2017-11-18
- If all frames in the trace were skipped (via skip_frames, frame_filter,
ignore_*, etc.), then the stringified stack trace would be an empty
string. Now this has been changed to always return the message given to the
constructor or the string "Trace begun". Fixes GH #15, reported by Karen
Etheridge.
2.076 21 Nov 2017
* Zlib.xs
Silence gcc compiler warnings when -Wsign-compare is enabled
#123688: Compilation warnings with clang
* zlib-src/inflate.c and zlib-src/infback.c
Silence gcc compiler warnings when -Wimplicit-fallthrough is enabled
#123358: Compilation warnings with gcc-7.*
* Makefile.PL
Windows uses -lzlib. Linux uses -lz
#123699: wrong external zlib name used on Windows
version 3.42 at 2017-11-20 23:24:42 +0000
-----------------------------------------
DAGOLDEN has removed .xz for v5.23.6
XSAWYER has removed all dev and RCs
Updated for v5.27.6
No bz2 tarballs after v5.27.5
2.64, 2017-11-20 several small bugfixes and enhancements
BUG FIX
In dbroweval, the next row option previously did not correctly set up _last_fieldname. It now does.
ENHANCEMENT
The csv_to_db converter now has an optional -F x option to set the field separator.
ENHANCEMENT
Finally dbcolsplittocols has a --header option, and a new -N option to give the list of resulting output columns.
INCOMPATIBLE CHANGE
Now dbcolstats and dbmultistats produce no output (but a schema) when given no input but a schema. Previously they gave a null row of output. The --output-on-no-input and --no-output-on-no-input options can control this behavior.
2.97000 2017-11-21
- fix is_bool to use blessed() instead of ref() (jwrightecs++)
- use 5 digit minor version number for a while to avoid confusion
(GH#33, dansut)
2.96 2017-11-20
- not to use newer Test::More features (RT-122421 for JSON)
2.95 2017-11-20
- json_pp now prints an encoded json string (RT#123653)
- fix is_bool to use ->isa("JSON::PP::Boolean"), instead
of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34, aidy++)
2.97000 2017-11-21
- updated backportPP with JSON::PP 2.97000
- use 5 digit minor version number for a while to avoid
confusion
- fixed is_bool to use blessed() instead of ref()
2.96 2017-11-20
- fixed packaging issue
- updated backportPP with JSON::PP 2.96
- not to use newer Test::More features (RT-122421; ilmari++)
2.95 2017-11-20
- updated backportPP with JSON::PP 2.95
changes in version 2.2.3:
* gpgsm: Fix initial keybox creation on Windows.
* dirmngr: Fix crash in case of a CRL loading error.
* Fix the name of the Windows registry key.
* gpgtar: Fix wrong behaviour of --set-filename.
* gpg: Silence AKL retrieval messages.
* agent: Use clock or clock_gettime for calibration.
* agent: Improve robustness of the shutdown pending state.
pkgsrc changes:
- Take MAINTAINERship (or, in other words, make me blameworthy if the Python
documentation isn't synced with the respective lang/python* packages :))
Changes:
No changelog is available but it syncs py36-html-docs to current
python36 version.
pkgsrc changes:
- Take MAINTAINERship (or, in other words, make me blameworthy if the Python
documentation isn't synced with the respective lang/python* packages :))
Changes:
No changelog is available but it syncs py35-html-docs to current
python35 version.
pkgsrc changes:
- Take MAINTAINERship (or, in other words, make me blameworthy if the Python
documentation isn't synced with the respective lang/python* packages :))
Changes:
No changelog is available but it syncs py34-html-docs to current
python34 version.
pkgsrc changes:
- Take MAINTAINERship (or, in other words, make me blameworthy if the Python
documentation isn't synced with the respective lang/python* packages :))
Changes:
No changelog is available but it syncs py27-html-docs to current
python27 version.