From 1c05700b3e4552d08e2f72681e588ab8d1108e42 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 6 Feb 2018 16:31:25 +0100 Subject: Update NEWS Signed-off-by: Florian Pritz --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 965a5bd07..f191ec0f7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. +3.0.2 2018-02-06 + - Ensure newly uploaded files do not exist before adding them to the DB + - Update file modification time instead of overwriting it with it's own data + when a file is uploaded multiple times + - Minor changes: + + Support values that are not multiples of one day for upload_max_age + + Add config settings for testsuite to example configs + + Include most php extension dependencies in composer.json + + Use dedicated, temporary upload directory for testsuite + +3.0.1 2017-12-02 + - Document different database settings for postgres in example config + 3.0.0 2017-12-02 - This version ensures PHP 7.2 support by updating the underlying framework -- cgit v1.2.3-24-g4f1b