Changelog and status update

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1297962 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS.txt b/STATUS.txt
index 8c08f47..28feabe 100644
--- a/STATUS.txt
+++ b/STATUS.txt
@@ -36,9 +36,3 @@
   +1: kfujino
   -0: markt (see https://issues.apache.org/bugzilla/show_bug.cgi?id=52579#c8) 
   -1:
-
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52677
-  Filters need to implement Filter
-  http://people.apache.org/~markt/patches/2012-02-17-bug52677-tc5.patch
-  +1: markt, kkolinko, kfujino
-  -1:
diff --git a/container/webapps/docs/changelog.xml b/container/webapps/docs/changelog.xml
index e5d7e11..81c38e1 100644
--- a/container/webapps/docs/changelog.xml
+++ b/container/webapps/docs/changelog.xml
@@ -47,6 +47,14 @@
       </update>
     </changelog>
   </subsection>
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        <bug>52677</bug>: The new <code>SetCharacterEncodingFilter</code> needs
+        to implement <code>Filter</code> to be useful. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Webapps">
     <changelog>
       <fix>