Mercurial > p > roundup > code
diff CHANGES.txt @ 8327:8654957a6fd4
docs: Update attributions in CHANGES.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 11 Jun 2025 16:19:00 -0400 |
| parents | a2c376d0f110 |
| children | 7d51999f336e |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jun 11 16:00:44 2025 -0400 +++ b/CHANGES.txt Wed Jun 11 16:19:00 2025 -0400 @@ -13,7 +13,7 @@ python 3.6 or newer (3.4/3.5 might work, but they are not tested). Roundup 2.4.0 is the last release to support Python 2. -2025-XX-XX 2.5.0 +2025-XX-XX 2.5.0beta1 Fixed: @@ -88,10 +88,11 @@ from "itemSynopsis". (Ralf Schlatterbeck) - issue2551376: Fix tracebacks in item templates (Ralf Schlatterbeck) - issue2551396: Use of os.path.stat.ST_MTIME in python 3.13 crashes - roundup on windows. Replaced with equivalent stat.ST_MTIME. + roundup on windows. Replaced with equivalent stat.ST_MTIME. (Randy + on IRC, fix: John Rouillard and R. David Murray (bitdancer)) - issue2551323: remove functions used for XHTML template support. XHTML was deprecated in Roundup 2.3.0 and an invalid value - in 2.4.0. + in 2.4.0. (John Rouillard) - issue2551406: 'Templating Error: too many values to unpack' crash fixed. (reported by and patch Christof Meerwald, commit/test John Rouillard) @@ -107,7 +108,7 @@ Marcus Priesch, cleanup to remove python 2 issues, John Rouillard.) - issue2551315 - Document use of RestfulInstance.max_response_row_size to limit data returned - from rest request. + from rest request. (John Rouillard) - issue2551330 - Add an optional 'filter' function to the Permission objects and the addPermission method. This is used to optimize search performance by not checking items returned from a database query
