15
0

- update to 2.8.2

- Feature: Temporary caches used in debug mode are cleaned up 
    eagerly, rather than waiting for process termination.
  - Fix: The index, start and end methods on the TAL repeat object 
    are now callable. This fixes an incompatibility with ZPT.
  - Fix: The loader now correctly handles absolute paths on Windows.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=4
This commit is contained in:
Marcel Gmür
2012-03-31 09:01:07 +00:00
committed by Git OBS Bridge
parent 7da1934955
commit d34a600e26
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 31 08:58:26 UTC 2012 - suse@ammler.ch
- update to 2.8.2
- Feature: Temporary caches used in debug mode are cleaned up
eagerly, rather than waiting for process termination.
- Fix: The index, start and end methods on the TAL repeat object
are now callable. This fixes an incompatibility with ZPT.
- Fix: The loader now correctly handles absolute paths on Windows.
-------------------------------------------------------------------
Fri Mar 30 11:37:12 UTC 2012 - suse@ammler.ch