Path to this page:
Subject: CVS commit: pkgsrc/www/p5-Template-Toolkit
From: Thomas Klausner
Date: 2020-08-30 22:10:05
Message id: 20200830201005.2434DFB27@cvs.NetBSD.org
Log Message:
p5-Template-Toolkit: update to 3.009.
#-----------------------------------------------------------------------
# Version 3.009 - 13th July 2020
#------------------------------------------------------------------------
* Revert "Allow SET to have FILTER used in it"
#-----------------------------------------------------------------------
# Version 3.008 - 30th March 2020
#------------------------------------------------------------------------
* Bump version requirement for CGI.pm
* Fix taint issue in Template::Provider (jwakely)
* Allow SET to have FILTER used in it (dracos)
#-----------------------------------------------------------------------
# Version 3.007 - 27th January 2020
#------------------------------------------------------------------------
* Fixes cpanm by adding VERSION to Template/Toolkit.pm
#-----------------------------------------------------------------------
# Version 3.006 - 16th January 2020
#------------------------------------------------------------------------
* Fix t/date.t timezone issue introduced when adding '%z' support
#-----------------------------------------------------------------------
# Version 3.005 - 15th January 2020
#------------------------------------------------------------------------
* Add encoding option to Datafile plugin
* Add support for '%z' in Date plugin.
* Fix for WHILE_MAX which was stopping one iteration earlier.
* Refresh contributor list
* Update Copyrights for year 2020
#-----------------------------------------------------------------------
# Version 3.004 - 13th January 2020
#------------------------------------------------------------------------
* Use three-args open which fix an issue in Datafile plugin
as reported by Mikhail Klyuchnikov from Positive Technologies.
#-----------------------------------------------------------------------
# Version 3.003 - 27th December 2019
#------------------------------------------------------------------------
* Revert 'Ensure we only load plugins once per context' which was breaking
multiple plugins including: Template-Plugin-Autoformat, Template-DBI,
Template-Plugin-Map, Template-XML...
* Fix _fetch when mtime is not provided by the plugin.
This is fixing Template-Provider-FromDATA.
* Add an additional GitHub Actions workflow to check plugins for future releases.
#-----------------------------------------------------------------------
# Version 3.002 - 23rd December 2019
#------------------------------------------------------------------------
* Stop warning when updating from version 1 which was released 20 years ago
#-----------------------------------------------------------------------
# Version 3.001 - 23rd December 2019
#------------------------------------------------------------------------
* Remove 'use vars' and officially drop 5.6 support.
* Remove old_new function from Template::Plugin
#-----------------------------------------------------------------------
# Version 3.000 - 23rd December 2019
#------------------------------------------------------------------------
* Bump all packages versions to 3.000
* Switch to github actions for CI testing
* @nataraj-hates-MS-for-stealing-github fixed a minor metacpan POD issue
with Template::Manual::Config
* Display github actions CI status in README
* Reverted behavior change to import vmethod and updated documentation to \
clarify that it chains.
* Use XSLoader for Template::Stash::XS
* Cache compiled filename so we don't have to figure it out multiple times
* Speed up Template Toolkit template by about 10% with single quotes
* Avoid a double stat in Provider.pm by caching the mtime.
* Avoid destruction segfault on Template objects due to global destruction issues.
* Avoid requiring in modules that are already loaded.
* Switch win32 logic to a constant to speed up processing speed
* Switch from regexes to simple string checks to speed up parsing.
* Ensure we only load plugins once per context.
* Reduce the number of stat()s needed to find a compiled template.
* Optimize get_next overhead for frequent calls by avoiding AUTOLOAD.
* Reduce Template Toolkit get_next overhead
* Update with yapp parser using sort()
* Add BEGIN blocks to Template::Grammar
* Set date to epoch when doing date.format(0)
* Reduce op complexity in some regexes to reduce overhead.
Files: