- 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 <gregoa@debian.org>
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=8
+ 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 <TMPL_FOO A="B" />
+ 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=5
+ bugfix(expr): fixed memory leak.
+ perl: by default, built-in find_file implementation is used.
the old perl find_file implementation can be re-enabled with
__use_perl_find_file option.
+ bugfix(expr): both strings should be unescaped.
+ bugfix(built-in find_file).
+ defined future NULL expr type.
+ added buit-in funcs: atan2, int, abs, defined, length.
+ mono: bugfix for case_sensitive=0 root keys.
+ perl: register_function (name), register_function() calls
thanks to Rebenok Kirill
+ bugfix: fixed function returned undef crush bug
thanks to Rebenok Kirill
- Build with libpcre support enabled
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=4
+ bugfix release
+ added support of path through variable scope
+ major API cleanups
+ added sypport for dynamically-linked perl wrapper
+ C library is clearly separated from perl
+ support for mingw
+ added library documentation
+ ABI: removed 2 garbage symbols
+ ABI is officially released as 0:0:0.
+ library default case-sensitive = 1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=2