summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-11 19:57:40 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-11 19:57:40 +0100
commitbfd07aac6677a3f9232118b36ef867c870d97236 (patch)
treea4443b146039d5260c6c743872f3d5c734486953
parentbec75664293047267c8ab5dd6967d78bcdbbf8ff (diff)
Changelog 2509 2644-2648
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f5b590ba..f46392fb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# FreshRSS changelog
+## 2019-11-XX FreshRSS 1.15.2
+
+* Bug fixing (regressions from 1.15.x)
+ * Fix CLI failing due to new test against empty usernames [#2644](https://github.com/FreshRSS/FreshRSS/issues/2644)
+ * Fix CLI install for SQLite [#2648](https://github.com/FreshRSS/FreshRSS/pull/2648)
+ * Fix database optimize action for MySQL/MariaDB [#2647](https://github.com/FreshRSS/FreshRSS/pull/2647)
+* Bug fixing (misc.)
+ * Sanitize Unicode UTF-8 before insertion of entries, especially needed for PostgreSQL [#2645](https://github.com/FreshRSS/FreshRSS/issues/2645)
+* Misc.
+ * Rename *sharing* action to avoid erroneous blocking by some ad-blockers [#2509](https://github.com/FreshRSS/FreshRSS/issues/2509)
+
+
## 2019-11-06 FreshRSS 1.15.1
* Features