summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2019-01-06 00:29:54 +0100
committerDamien Regad <dregad@mantisbt.org>2019-01-06 00:29:54 +0100
commit511a6a47bdd66e22fc429e9cb66cfdf701d7c7d9 (patch)
tree7aeb31a575cc38bdfd37cb43ee93f69b00e200fa /docs
parentc4eebb207131feb946a12993a054b7889f7d13e0 (diff)
parent1bafd942807139e8e47490e69d98363d1c3591cc (diff)
downloadadodb-511a6a47bdd66e22fc429e9cb66cfdf701d7c7d9.tar.gz
adodb-511a6a47bdd66e22fc429e9cb66cfdf701d7c7d9.tar.bz2
adodb-511a6a47bdd66e22fc429e9cb66cfdf701d7c7d9.zip
Merge branch 'hotfix/5.20' (v5.20.14)
Conflicts: docs/changelog.md
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index e1fa42ba..098c40b3 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -63,6 +63,13 @@ Older changelogs:
- session: add 'httponly' flag to cookie. #190
- xml: support table 'opt' attribute with mysqli. #267
+## 5.20.14 - 06-Jan-2019
+
+- security: Denial of service in adodb_date(). #467
+- core: Fix support for getMenu with ADODB_FETCH_ASSOC. #460
+- perf/mysql: fix tables() function incompatible with parent. #435
+- perf/mysql: fix error when logging slow queries. #463
+
## 5.20.13 - 06-Aug-2018
- core: Fix query execution failures with mismatched quotes. #420