Changelog:
The Apache Tomcat Project is proud to announce the release of version 7.0.47 of Apache Tomcat. This release contains a number of bug fixes and improvements compared to version 7.0.42. The notable changes include:
Back-port the JSR-356 Java WebSocket 1.0 implementation from Apache Tomcat 8. Note that use of this functionality requires Java 7.
Deprecate the Apache Tomcat proprietary WebSocket API in favour of the new JSR-356 implementation.
Add a drawing board example to the WebSocket examples.
The minimum required APR/native library version required if the APR/native connector is used is now 1.1.29.
Upstream changes:
01-Jun-2013 Marek Rouchal <marekr@cpan.org>
-----------------------------------------------------------------------------
Version 1.61
+ CPAN#85656 fix typos in comments
Upstream changes:
1.500 2013-11-22T15:05:31Z
- Format url fragments (in links to perldoc sections)
according to the destination site (perldoc_url_prefix).
This makes links to sections work where they probably never did before.
They are also customizable.
- Use multiple backticks to delimit code spans
that contain literal backticks.
1.401 2013-11-06T05:30:55Z
- Require Pod::Parser 1.51 for bug fixes.
1.400 2013-11-05T14:18:19Z
[Output Changes]
- Change perldoc urls to point to metacpan.
[Bug Fixes]
- Recognize numbered pod items that do not have a period.
Thanks to Yasutaka ATARASHI for the pull request (gh-4).
- Remove extraneous blank line between verbatim paragraphs.
Thanks to Graham Ollis for the pull request (gh-5).
- Do not escape markdown characters inside links (or file paths).
Thanks to Taiki Kawakami for the pull request (gh-6).
Upstream changes:
0.102 2013-11-02 11:36:22 America/New_York
- revert the IO::String changes found in 0.101
0.101 2013-11-02 08:00:43 America/New_York
[THIS MIGHT BREAK YOUR CODE]
- tweak how read_string handles non-ASCII strings; needs further
automated testing, so be sure to run your test suites
0.100 2013-10-18 15:55:59 America/New_York (TRIAL RELEASE)
[THIS MIGHT BREAK YOUR CODE]
- add binmode option to set binmode on opened filehandles; this
defaults to encoding(UTF-8); thanks, David Golden!
- typo fix by the inimitable David Steinbrunner
0.004 2013-06-18 17:30:31 America/New_York
repackage
Upstream changes:
0.093333 2013-10-09 17:17:00 America/New_York
update bugtracker and repo data
0.093332 2012-08-24 21:03:56 America/New_York
if there's nothing after __END__ but whitespace (after removing POD)
then place the munged POD there. Also, place a blank line
between __END__ and the POD (thanks, Christopher J. Madsen!)
Upstream changes:
1.005001 2013-11-07
- fix skip on old perl on test script
1.005000 2013-11-05
- detect mercurial when checking for development trees
- avoid using constant.pm to save a bit of memory on older perls
- update to v2 metadata
Upstream changes:
0.31 February 18, 2013
Bumped the number for a production release.
0.30_01 January 3, 2010
Added prefix() function. [rt#48289]
Moved Test::More to build_requires [rt#48926]
Moved author tests to xt/author
Upstream changes:
0.53 2013-09-01 17:50 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.52 can skip this update.
+ Fix : [RT #86338] : typo fix.
Thanks dsteinbrunner@pobox.com for the patch.
+ Tst : Author tests are no longer bundled with this distribution.
They are only made available to authors in the git repository.
0.52 2012-11-05 02:30 UTC
+ Add : The new constant VMG_COMPAT_SCALAR_NOLEN evaluates to true
when your perl does not call 'len' magic for scalars, which
is the case for perl 5.17.4 and above.
This fixes RT #80388.
+ Tst : t/35-stash.t has been taught about perl 5.17.4.
+ Tst : Author tests overhaul.
0.51 2012-08-18 15:00 UTC
+ Fix : It is now safe to call dispell() from inside 'free', 'copy' and
'uvar' callbacks to dispell the magic currently in use.
Thanks Clinton Gormley for reporting.
+ Fix : Exceptions thrown from inside a 'free' callback are now always
consistently propagated outside of the callback. They used to
be lost when the 'free' callback was invoked at the end of an
eval block or string.
+ Fix : The 'reset RMG flag' workaroundn used to allow wizards with
both 'uvar' and 'clear' magics to be cast onto a hash, has been
made thread-safe.
0.50 2012-06-24 23:00 UTC
+ Fix : Less memory is leaked when a wizard is freed during global
destruction, or when an exception is thrown from a 'free'
callback.
+ Fix : [RT #77991] : t/17-ctl.t fails on perl 5.14 and 5.16.
This was actually an issue with ActivePerl, and this test
has learned to cope with it.
Thanks Gisle Aas for reporting.
+ Tst : t/35-stash.t has been taught about perl 5.17.1.
+ Doc : Many clarifications.
0.49 2012-06-05 21:40 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.48 can skip this update.
+ Fix : [RT #77644] : t/17_ctl.t fails in test 44 since 5.17.0.
This test has been taught about perl 5.17.0.
Thanks Reini Urban for reporting.
+ Tst : t/99-kwalitee.t will be skipped when only problematic versions
of its dependencies are available.
Update LICENSE
Upstream changes:
0.15 2013-09-28
- Hadn't specific meta-spec version 2, so github repo wasn't turning
up in the metadata.
0.14 2013-08-25
- Changed the repository meta_merge to the new format
- Tweaked format (mainly release dates) to conform to CPAN::Changes::Spec
0.13_1 2013-03-08
- first test release by NEILB after getting comaint
- no changes other than specifying github repository
Add LICENSE
Update DEPENDS
Upstream changes:
0.12 Fri Nov 1 09:23:00 2013
- Update pre-reqs.
- Many, many doc typo fixes via github from dsteinbrunner.
- Add repos to Build.PL and Makefile.PL.
0.11 Mon Sep 23 11:07:00 2013
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Add Build.PL.
- Clean up Makefile.PL.
- RT#40504: Add META.*.
Add LICENSE
Update DEPENDS
Upstream changes:
1.23 Sat Nov 9 10:43:00 2013
- No code changes.
- Accept spelling corrections from the Debian Perl Group, with thanx. See RT#90171.
Note: The change to lib/Tree/Simple/Visitor.pm had already been made.
- Add t/version.t, which uses Test::Version, to cross-check version #s.
1.22 Mon Sep 30 08:35:00 2013
- Metadata fixes in Build.PL and correct bugtracker queue in Makefile.PL. Thanx to dsteinbrunner (via github).
1.21 Thu Sep 26 13:08:00 2013
- Fix syntax error in Makefile.PL.
1.20 Thu Sep 26 11:16:00 2013
- Merge source from https://github.com/stevan/tree-simple.
- Close github issues.
- Add bugtracker and license to Build.PL and Makefile.PL.
1.19 Mon Sep 23 08:26:00 2013
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Make Simple.pm and Visitor.pm have the same version #.
- Reformat Build.PL and Makefile.PL.
- Move t/pod* into xt/author/.
- Minor doc patches.
- Add t/17_Tree_Simple_width_test.t. This code was attached to RT#40407, to demonstrate a bug in keeping a
running total of the width (leaf count) of a tree during node additions to leaves.
Thanx to David Cryer for the test code and patch.
- Add t/21_Tree_Simple_Visitor_test.t. This code was attached to RT#30032, to demonstrate a bug in including
the root in a traversal after calling $visitor -> includeTruck(1).
- RT#30032: Adopt patch from Moses Amaro. With thanx.
- RT#38607: Reject. Suppressing deep recursion warnings should not normally be done. Sub-class!
- RT#40407: Adopt patch from David Cryer. With thanx.
- RT#84797: Reject. Changing the return value of setUID could break any amount of code.
This module's goal is to be a one stop shop for checking to see
that your versions across your dist are sane. Please ensure that
you use version 0.04 or later only, as earlier versions are old
code and may not work correctly.
Update DEPENDS
Upstream changes:
1.18 Thu Sep 19 14:24:00 2013
- No changes, code or otherwise, except for the version # in the *.pm, this file, and Changelog.ini.
- Somehow a corrupted version got uploaded to search.cpan.org, so I've just changed the version #.
The file on MetaCPAN was fine.
- Thanx to Rob (Sisyphus) for reporting this.
1.17 Mon Sep 16 15:24:00 2013
- Write test temp files in :raw mode as well as utf-8, for MS Windows users.
- Take the opportunity to change all utf8 to utf-8, as per the docs for Encode,
except for 'use warnings qw(FATAL utf8);', which doesn't accept utf-8 :-(.
Add DEPENDS for test
Upstream changes:
0.096 2013-10-04 08:03:12 America/New_York
- update version of Test::Warnings required
(thanks, Alexandr Ciornii!)
0.095 2013-09-26 20:32:55 America/New_York
- add the "shortcircuit" option option (thanks, Diab Jerius!)
0.094 2013-09-05 09:35:26 America/New_York
- update documentation to note that failed validation is fatal (thanks,
SMYLERS)
- show off "required" in the SYNOPSIS (thanks, OALDERS)