- 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 <gregoa@debian.org>

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2011-04-26 18:18:09 +00:00
committed by Git OBS Bridge
parent 99cad5188a
commit 7e86c798a8
4 changed files with 79 additions and 56 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 26 18:12:11 UTC 2011 - coolo@opensuse.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 <gregoa@debian.org>
-------------------------------------------------------------------
Wed Dec 1 13:32:54 UTC 2010 - coolo@novell.com