From 9e16c3dbd35a180b7b8de0368c375069501eb6f6 Mon Sep 17 00:00:00 2001 From: Serge Latyntcev Date: Tue, 24 Sep 2019 04:55:59 +0000 Subject: [PATCH] Added 3.6.8 changelog --- docs/en/04_Changelogs/3.6.8.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/en/04_Changelogs/3.6.8.md diff --git a/docs/en/04_Changelogs/3.6.8.md b/docs/en/04_Changelogs/3.6.8.md new file mode 100644 index 000000000..104e99eb9 --- /dev/null +++ b/docs/en/04_Changelogs/3.6.8.md @@ -0,0 +1,15 @@ +# 3.6.8 + + +## Change Log + +### Security + + * 2019-09-16 [a86093fee](https://github.com/silverstripe/silverstripe-framework/commit/a86093fee6398881889d6d330a15f7042be25bff) Session fixation in "change password" form (Serge Latyntcev) - See [cve-2019-12203](https://www.silverstripe.org/download/security-releases/cve-2019-12203) + +### Bugfixes + + * 2019-02-26 [bd9296941](https://github.com/silverstripe/silverstripe-framework/commit/bd929694188dc7df7277d8430df5534dcb2b914a) Use a function common to MySQL, SQLite and PostgreSQL to test dynamic DBFIeld assigment (Maxime Rainville) + * 2019-02-25 [adbc560bd](https://github.com/silverstripe/silverstripe-framework/commit/adbc560bd70ba2e071f94a41a084768819196ee7) Address PR feedback. (Maxime Rainville) + * 2019-02-21 [4ec1a682c](https://github.com/silverstripe/silverstripe-framework/commit/4ec1a682cf354e2425ef4fd6598c7de8e807bcc7) Renable the ability to do dynamic assignment with DBField (Maxime Rainville) + * 2019-02-19 [ab5f09a9f](https://github.com/silverstripe/silverstripe-framework/commit/ab5f09a9f3ec12333c748dd68bfc504b5e509bfc) Updated unit test were targeting Float/Int which don't exist on PHP7 (#8810) (Maxime Rainville)