Changelog for
perl-HTML-Template-Pro-0.952.400-150500.1.1.x86_64.rpm :
* Tue Mar 12 2024 tina.muellerAATTsuse.com- Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details
* Mon Jan 17 2022 timueller+perlAATTsuse.de- updated to 0.9524 see /usr/share/doc/packages/perl-HTML-Template-Pro/Changes 0.9524 Sun Jan 16 22:36:21 EET 2022 - fixed misprint in error message - closed rt.cpan.org #140731 - \'Misprint\'
* Thu Dec 16 2021 timueller+perlAATTsuse.de- updated to 0.9523 see /usr/share/doc/packages/perl-HTML-Template-Pro/Changes 0.9523 Wed Dec 15 02:05:11 EET 2021 - fixed memory leak in perl wrapper code. libhtmltmplpro was not affected by it. - closed rt.cpan.org #140477 - \'Possible memory leak\'
* Tue Dec 07 2021 timueller+perlAATTsuse.de- updated to 0.9522 see /usr/share/doc/packages/perl-HTML-Template-Pro/Changes 0.9522 Mon Dec 6 19:25:43 EET 2021 - fixed memory leak in perl wrapper code. libhtmltmplpro was not affected by it. - closed rt.cpan.org #78121 - \'I found a memory leak\'
* Fri Dec 03 2021 timueller+perlAATTsuse.de- updated to 0.9521 see /usr/share/doc/packages/perl-HTML-Template-Pro/Changes - misc bugfixes 0.9520 Mon Nov 29 22:01:58 EET 2021 - added pcre2 support (old pcre support stil exists) - closed rt.cpan.org #140119 - pcre2 support 0.9521 Thu Dec 2 09:09:51 EET 2021 - closed rt.cpan.org #109255 - urlencode shouldn\'t encode \'\\\'.
* Tue Apr 14 2015 cooloAATTsuse.com- updated to 0.9510 see /usr/share/doc/packages/perl-HTML-Template-Pro/Changes
* Wed Jan 11 2012 larsAATTlinux-schulserver.de- update to 0.9508: + patch for XSS vulnerability in HTML::Template::Pro + add file name in logs + bugfix in perl wrapper: fix in WrapAssociate.pm- added rpmlintrc
* Tue Apr 26 2011 cooloAATTopensuse.org- updated to 0.9504 - bugfix release: segfault in EXPR log subroutine. thanks to Robert Hanniger and Mike Shogin - bugfix release: segfault for string operetions with undefined variables. Thanks to Mike Shogin. - log file is not truncated now in tmplpro_set_log_file. - freed memory access error fixed. - perl: CommonTest.pm hidden from installation - tests: added generic json-packed test data - bugfix in string comparision - spelling fix by gregor herrmann
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Tue May 25 2010 larsAATTlinux-schulserver.de- update to 0.95: + perl specific: fixed bug in perl wrapper + many bugfixes in C lib 1.3 + fixed lexer bug (thanks to Svetlana Safronova) + php interface first release candidate + expr: Modified Bruni extension: now recommended bracketing is ${} change {NAME} -> ${NAME} in Expr compatibility warning is ifdefed + template syntax: added support for template tags decorated as xml like + perl: support for associate on library level. case_sensitive option removed from the C library. from now on it is wrapper-level option + perl: bugfix: support for magic arrays and hashes. + perl: now in void context output use built-in stdout + perl: bugfix: code references are now treated properly + perl: added force_untaint option- Requires perl-JSON now