mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:20:12 +01:00
release of 1.3.0
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
1a0acb0185
commit
2036843b88
@ -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:
|
1.2.0:
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include "piler-config.h"
|
#include "piler-config.h"
|
||||||
#include "params.h"
|
#include "params.h"
|
||||||
|
|
||||||
#define VERSION "1.3.0-master"
|
#define VERSION "1.3.0-epoll"
|
||||||
|
|
||||||
#define BUILD 977
|
#define BUILD 977
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user