diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-11-02 13:29:33 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-11-02 16:29:45 +0100 |
commit | e1f6ddab39486dd9819a20b5538f8b6c6b7c7e66 (patch) | |
tree | a9216c90f15c64688aba397d63626ef9484b9c43 /NEWS | |
parent | 9fcab419ba819273ed95fdfa76b08c87d72cb3e8 (diff) |
Add tarball support to multipastes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. +2014-11-02 Multipastes can now be downloaded as tarballs. The tarballs are + cached and you have to run `php index.php file cron` to clean them up. Calling + it more often than once a day is recommended (the example changed to every ten + minutes). Also note that the default maximum tarball size is rather low (50MiB), + you might want to increase it. Also make sure the phar.so extension is loaded.. 2014-10-29 The sender for emails now has to be configured (config key is "email_from") 2014-10-19 Postgresl support 2014-09-20 All PHP errors are now converted to exceptions and execution |