comparison ChangeLog @ 771:2c2e9e685424 trunk

Unbuffered match templates could result in parts of the matched content being included in the output if the match template didn't actually consume it via one or more calls to the `select()` function. Closes #243. Thanks to Felix Schwarz for the report and test case.
author cmlenz
date Mon, 07 Jul 2008 16:35:06 +0000
parents 3a59144a35b1
children 7a8ed44a5cfd
comparison
equal deleted inserted replaced
769:3a59144a35b1 771:2c2e9e685424
18 `LazyProxy` class in Babel (ticket #145). 18 `LazyProxy` class in Babel (ticket #145).
19 * Fix problem with match templates incorrectly being applied multiple times. 19 * Fix problem with match templates incorrectly being applied multiple times.
20 * Includes from templates loaded via an absolute path now include the correct 20 * Includes from templates loaded via an absolute path now include the correct
21 file in nested directories as long if no search path has been configured 21 file in nested directories as long if no search path has been configured
22 (ticket #240). 22 (ticket #240).
23 * Unbuffered match templates could result in parts of the matched content
24 being included in the output if the match template didn't actually consume
25 it via one or more calls to the `select()` function (ticket #243).
23 26
24 27
25 Version 0.5 28 Version 0.5
26 http://svn.edgewall.org/repos/genshi/tags/0.5.0/ 29 http://svn.edgewall.org/repos/genshi/tags/0.5.0/
27 (Jun 9 2008, from branches/stable/0.5.x) 30 (Jun 9 2008, from branches/stable/0.5.x)
Copyright (C) 2012-2017 Edgewall Software