diff options
| author | Damien Regad <dregad@mantisbt.org> | 2018-03-08 23:44:58 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2018-03-08 23:44:58 +0100 |
| commit | ee33f431362ec10e21c29cc3a0d1fb8e0290005c (patch) | |
| tree | 32e8edda083dc367cc45aed1ebbce3bfc528c71c /docs/changelog.md | |
| parent | d9e72c42289728fae75420a9344ec70f3019ec2a (diff) | |
| parent | 2db8794c142ecc9ca9c5398737bb35ca39031fe3 (diff) | |
| download | adodb-ee33f431362ec10e21c29cc3a0d1fb8e0290005c.tar.gz adodb-ee33f431362ec10e21c29cc3a0d1fb8e0290005c.tar.bz2 adodb-ee33f431362ec10e21c29cc3a0d1fb8e0290005c.zip | |
Merge branch 'hotfix/5.20.10'
Conflicts:
docs/changelog.md
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 6241852c..97b529c1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -49,6 +49,17 @@ Older changelogs: - session: add 'httponly' flag to cookie. #190 - xml: support table 'opt' attribute with mysqli. #267 +## 5.20.10 - 08-Mar-2018 + +- Fix year validation in adodb_validdate() #375 +- Release db resource when closing connection #379 +- Avoid full file path disclosure in ADOLoadCode() #389 +- mssql: fix PHP warning in _adodb_getcount() #359 +- mssql: string keys are not allowed in parameters arrays #316 +- mysqli: fix PHP warning on DB connect #348 +- pdo: fix auto-commit error in sqlsrv #347 +- sybase: fix PHP Warning in _connect()/_pconnect #371 + ## 5.20.9 - 21-Dec-2016 - mssql: fix syntax error in version matching regex #305 |
