From 2036843b8831e0f0ec69ac76beaf595cf7c4a630 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 25 Jun 2017 08:23:38 +0000 Subject: [PATCH] release of 1.3.0 Signed-off-by: Janos SUTO --- RELEASE_NOTES | 15 +++++++++++++++ VERSION | 2 +- src/config.h | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2441dc57..8006e008 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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: ------ diff --git a/VERSION b/VERSION index 26aaba0e..f0bb29e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/src/config.h b/src/config.h index f41ccc20..a84bedfa 100644 --- a/src/config.h +++ b/src/config.h @@ -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