release of 1.3.0

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2017-06-25 08:23:38 +00:00
parent 1a0acb0185
commit 2036843b88
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
1.3.0:
-----
- Switched from utf8 to utf8mb4 encoding.
- Switched from preforking model to epoll
- Removed PDF support
- GUI fixes
- Added HTML purifier support
- Rewritten pilerpurge in Python
1.2.0:
------

View File

@ -1 +1 @@
1.2.0
1.3.0

View File

@ -9,7 +9,7 @@
#include "piler-config.h"
#include "params.h"
#define VERSION "1.3.0-master"
#define VERSION "1.3.0-epoll"
#define BUILD 977