diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-02-06 16:31:25 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-02-06 16:32:54 +0100 |
commit | 1c05700b3e4552d08e2f72681e588ab8d1108e42 (patch) | |
tree | 985ec204d8926ebff461f15fb46394f82959f318 /NEWS | |
parent | 1c015d938ed4f31ffa647bcbcaaa8fd1ecf72c9f (diff) |
Update NEWS3.0.2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |