diff --git a/docs/NEWS b/docs/NEWS
index 34a2aa2f..ffc7f755 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -17,14 +17,24 @@ Version 2.0 ()
Version 1.7.1 ()
------------------------------------------------------------------------
+ * Smarty upgrade to 3.1.14 (read changeLog and the README for API changes since Smarty 2)
+
* Upgrader will now remove/delete the browsercompatibility plugin
+ * Fixed Media Library exclude path to not show/proceed ckeditor/kcfinders .thumbs dir
+
+ * Fixed bulletproof->colorset GET mismatch with categorytemplates plugin
+ config.inc.php [Line 29]
+
+ * German translation for stable archives added (YL)
+
* Fixed curl result bug in spartacus plugin
* Create new migration task for propagate defaultBaseURL when
currently empty (onli)
* Fixed statistics sidebar querys ( & for PostgreSQL ) [242520b]
+ and added some missing html end tags
* Added missing current group name when editing usergroups
diff --git a/include/admin/upgrader.inc.php b/include/admin/upgrader.inc.php
index 5424dec7..ce4aa96f 100644
--- a/include/admin/upgrader.inc.php
+++ b/include/admin/upgrader.inc.php
@@ -185,7 +185,13 @@ $tasks = array(array('version' => '0.5.1',
'function' => 'serendipity_copyBaseURL',
'title' => 'Copy baseURL',
'desc' => 'The baseURL option was moved to the defaultBaseURL-Option in the backend-configuration. To reflect that change in the database and to prevent future bugs, baseURL should copied to defaultBaseURL if that options is not set already.'),
-
+
+ array('version' => '1.7.1',
+ 'type' => 'TEMPLATE_NOTICE',
+ 'function' => '',
+ 'title' => 'TEMPLATE_NOTICE: The Bulletproof template config has changed, to avoid a backend template view conflict with the "categorytemplates" plugin.',
+ 'desc' => 'Please check any used copy of an old BP template config.inc.php file, in the colorset if(...) conditionals at around line 29 in config.inc.php, to be the same as in the origin bulletproof.'),
+
array('version' => '1.7.1',
'function' => 'serendipity_killPlugin',
'arguments' => array('serendipity_event_browsercompatibility'),