+ 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
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Aug 30 15:45:32 CEST 2009 - lars@linux-schulserver.de
|
|
|
|
- update to 0.87:
|
|
+ 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 6 09:55:54 CEST 2009 - lars@linux-schulserver.de
|
|
|
|
- update to 0.83:
|
|
+ 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 15 19:46:11 CEST 2008 - lars@linux-schulserver.de
|
|
|
|
- initial version 0.70
|
|
|