Skip to content

Commit 86b2018

Browse files
committed
- 1.2.3
1 parent 0babe1c commit 86b2018

3 files changed

Lines changed: 17 additions & 16 deletions

File tree

doc/build/changelog.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ Changelog
88

99
.. changelog::
1010
:version: 1.2.3
11-
:include_notes_from: unreleased
11+
:released: Thu Sep 22 2022
12+
13+
.. change::
14+
:tags: bug, lexer
15+
:tickets: 367
16+
17+
Fixed issue in lexer in the same category as that of :ticket:`366` where
18+
the regexp used to match an end tag didn't correctly organize for matching
19+
characters surrounded by whitespace, leading to high memory / interpreter
20+
hang if a closing tag incorrectly had a large amount of unterminated space
21+
in it. Credit to Sebastian Chnelik for locating the issue.
22+
23+
As Mako templates inherently render and directly invoke arbitrary Python
24+
code from the template source, it is **never** appropriate to create
25+
templates that contain untrusted input.
1226

1327
.. changelog::
1428
:version: 1.2.2

doc/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
# The short X.Y version.
8888
version = mako.__version__
8989
# The full version, including alpha/beta/rc tags.
90-
release = "1.2.2"
91-
release_date = "Mon Aug 29 2022"
90+
release = "1.2.3"
91+
release_date = "Thu Sep 22 2022"
9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.
9494
# language = None

doc/build/unreleased/367.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)