summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-02-06 16:31:25 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-02-06 16:32:54 +0100
commit1c05700b3e4552d08e2f72681e588ab8d1108e42 (patch)
tree985ec204d8926ebff461f15fb46394f82959f318
parent1c015d938ed4f31ffa647bcbcaaa8fd1ecf72c9f (diff)
Update NEWS3.0.2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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