Release 2.20.2

- [BUGFIX] Memory leak: free pushed promise when refcnt is zero.
- [BUGFIX] Memory leak in IETF full conn dtor: cleanup closed IDs sets.
This commit is contained in:
Dmitri Tikhonov 2020-09-25 10:16:59 -04:00
parent 30d0674ac2
commit fcd21c67ff
5 changed files with 11 additions and 8 deletions

View file

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.20'
# The full version, including alpha/beta/rc tags
release = u'2.20.1'
release = u'2.20.2'
# -- General configuration ---------------------------------------------------