Mercurial > p > roundup > code
diff CHANGES.txt @ 8318:9369e0958312
issue2551323: Remove XHTML support
Deprecated in Roundup 2.3.0, invalid in 2.4.0, and removing supporting
code in 2.5.0.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 20:26:42 -0400 |
| parents | 7ff47307b4b1 |
| children | b07165add61b |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 11 20:22:45 2025 -0400 +++ b/CHANGES.txt Sun May 11 20:26:42 2025 -0400 @@ -89,6 +89,9 @@ - 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. +- issue2551323: remove functions used for XHTML template + support. XHTML was deprecated in Roundup 2.3.0 and an invalid value + in 2.4.0. Features:
