Skip to content

Commit

Permalink
- 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Sep 22, 2022
1 parent 0babe1c commit 86b2018
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
16 changes: 15 additions & 1 deletion doc/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,21 @@ Changelog

.. changelog::
:version: 1.2.3
:include_notes_from: unreleased
:released: Thu Sep 22 2022

.. change::
:tags: bug, lexer
:tickets: 367

Fixed issue in lexer in the same category as that of :ticket:`366` where
the regexp used to match an end tag didn't correctly organize for matching
characters surrounded by whitespace, leading to high memory / interpreter
hang if a closing tag incorrectly had a large amount of unterminated space
in it. Credit to Sebastian Chnelik for locating the issue.

As Mako templates inherently render and directly invoke arbitrary Python
code from the template source, it is **never** appropriate to create
templates that contain untrusted input.

.. changelog::
:version: 1.2.2
Expand Down
4 changes: 2 additions & 2 deletions doc/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
# The short X.Y version.
version = mako.__version__
# The full version, including alpha/beta/rc tags.
release = "1.2.2"
release_date = "Mon Aug 29 2022"
release = "1.2.3"
release_date = "Thu Sep 22 2022"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None
Expand Down
13 changes: 0 additions & 13 deletions doc/build/unreleased/367.rst

This file was deleted.

0 comments on commit 86b2018

Please sign in to comment.