summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-03-30 11:06:02 +0200
committerDamien Regad <dregad@mantisbt.org>2018-03-30 11:06:27 +0200
commit1377bc3f9ae50d935da2ff83784a6ff5640cba68 (patch)
tree7fe6eaf05e82c4d1c7da5fdb37c561a367d3974d /docs
parentfe52d38092f768e95fb67438527beda276ec6ae3 (diff)
downloadadodb-1377bc3f9ae50d935da2ff83784a6ff5640cba68.tar.gz
adodb-1377bc3f9ae50d935da2ff83784a6ff5640cba68.tar.bz2
adodb-1377bc3f9ae50d935da2ff83784a6ff5640cba68.zip
Update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index bf30ef57..8da449b0 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,14 +5,21 @@ Older changelogs:
[v3.x](changelog_v3.x.md),
[v2.x](changelog_v2.x.md).
-## 5.20.11 - 30-Mar-2018
+## 5.20.12 - 30-Mar-2018
- adodb: PHP 7.2 compatibility
- Replace each() with foreach. #373
- Replace deprecated create_function() calls. #404
- Replace $php_errormsg with error_get_last(). #405
+- adodb: Don't call `dl()` when the function is disabled #406
+- adodb: Don't bother with magic quotes when not available #407
- adodb: fix potential SQL injection vector in SelectLimit(). #190 #311 #401
+## 5.20.11 - Withdrawn
+
+This release has been withdrawn as it introduced a regression on PHP 5.x.
+Please use version 5.20.12 or later.
+
## 5.20.10 - 08-Mar-2018
- Fix year validation in adodb_validdate() #375