ctl:UpdateTargetById is deprecated. Added ctl:removeTargetsById

This commit is contained in:
brenosilva
2012-07-23 17:10:10 +00:00
parent fe55347e36
commit 7536e14015
5 changed files with 107 additions and 2 deletions

12
CHANGES
View File

@@ -1,3 +1,15 @@
23 Jul 2012 - 2.6.7
-------------------
* Fixed PCRE mismtach version warning message (Thanks Victor Julien).
* Fixed explicit target replacement using SecUpdateTargetById was broken.
* The ctl:updateTargetById is deprecated and will be removed for future versions since
there is no safe way to use it per-request.
* Added ctl:RemoveTargetById that can be used to exclude targets to be processed per-request.
08 Jun 2012 - 2.6.6
-------------------