summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-05-21 19:05:36 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-21 19:05:36 +0200
commit010a689cd022e130b7ef9ebc58e96bf0fbca6dfd (patch)
tree45d57874e09f18ec03bd2ec59aa39660059582bc /NEWS
parent1c3086f3ac2b8499b51280e0c75457dcc54c1a9b (diff)
Update NEWS
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae275d737..87a98a2b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
This file lists major, incompatible or otherwise important changes, you should look at it after every update.
+2015-05-21 Restructure file storage to prevent issues with different
+ files that have the same md5 hash. This also needs a new munin
+ plugin if used which can be found in ./extras/munin/.
+2015-05-21 Testsuite now supports running in parallel to normal operation
+ although doing that is not suggested on production systems.
+ This requires changes to ./application/config/database.php, look
+ at the example file if you use the testsuite. Also note that the
+ arguments accepted by ./run-tests.sh are now passed to prove and
+ testing against a local web server is no longer supported.
+
2015-05-05 JS code has been refactored a lot and can now also be minified
2015-05-05 IMPORTANT:
Run `./scripts/install-git-hooks.sh` to set up automatic