From f6ad1903b759538d9b0e03232c5d9cdbab66a89a Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 9 Jun 2012 11:02:53 +0200 Subject: [PATCH] keep up with master --- docs/NEWS | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 83bcea32..2381e2ce 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -8,12 +8,17 @@ Version 2.0 () Version 1.7 () ------------------------------------------------------------------------ + * For Blogs running on a non-UTF-8 language, set a Smarty constant + to indicate the actually used charset. + * Added to use MyISAM handler for s9y tables (we do not use InnoDB features, but rely on MyISAM fulltext) - + * fixed defaultBaseURL did not show up installer. Thanks to onli. Follow up from c292bad + * fixed draft & future entries preview link in backend + * Improved karmarating plugin to be able to use AJAX calls (gregman) @@ -71,19 +76,19 @@ Version 1.6.2 (May 16th, 2012) * Fix SQL injection for comment.php used in read-context. (Thanks to High-Tech Bridge SA Security Release Lab, Advisory HTB23092) - + Version 1.6.1 (May 8th, 2012) ------------------------------------------------------------------------ * Improved escaping of backend plugin management for DB query and media selector output (Stefan Schurtz) - * Updated spamblock plugin to 1.78 & 1.79 + * Updated spamblock plugin to 1.78 & 1.79 (backport) changed wordfilter to function to check with 'verify_once' to reject wordfilter signed spam comments before - added in 1.79 killswitch check and serendipity_db_bool() - * fixed draft & future entries preview link in backend + * fixed draft & future entries preview link in backend (backport) * Fixed some possible errors with pdo db_begin/end_transaction()