@@ -13,7 +13,7 @@ Roundup 2.0 supports Python 3.4 and later. Roundup 2.1.0 supports
1313python 3.6 or newer (3.4/3.5 might work, but they are not tested).
1414Roundup 2.4.0 is the last release to support Python 2.
1515
16- 2025-XX-XX 2.5.0
16+ 2025-XX-XX 2.5.0beta1
1717
1818Fixed:
1919
@@ -88,10 +88,11 @@ Fixed:
8888 from "itemSynopsis". (Ralf Schlatterbeck)
8989- issue2551376: Fix tracebacks in item templates (Ralf Schlatterbeck)
9090- issue2551396: Use of os.path.stat.ST_MTIME in python 3.13 crashes
91- roundup on windows. Replaced with equivalent stat.ST_MTIME.
91+ roundup on windows. Replaced with equivalent stat.ST_MTIME. (Randy
92+ on IRC, fix: John Rouillard and R. David Murray (bitdancer))
9293- issue2551323: remove functions used for XHTML template
9394 support. XHTML was deprecated in Roundup 2.3.0 and an invalid value
94- in 2.4.0.
95+ in 2.4.0. (John Rouillard)
9596- issue2551406: 'Templating Error: too many values to unpack' crash
9697 fixed. (reported by and patch Christof Meerwald, commit/test John
9798 Rouillard)
@@ -107,7 +108,7 @@ Features:
107108 Marcus Priesch, cleanup to remove python 2 issues, John Rouillard.)
108109- issue2551315 - Document use of
109110 RestfulInstance.max_response_row_size to limit data returned
110- from rest request.
111+ from rest request. (John Rouillard)
111112- issue2551330 - Add an optional 'filter' function to the Permission
112113 objects and the addPermission method. This is used to optimize search
113114 performance by not checking items returned from a database query
0 commit comments