Document a known flaw


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk@592164 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS b/STATUS
index 8b24c18..c0d6da3 100644
--- a/STATUS
+++ b/STATUS
@@ -25,6 +25,11 @@
 
 Other bugs that need fixing:
 
+    * APR-util ./testall demonstrates that on finalization (when the
+      users calls with NULL inbuf and their target outbuf) that the
+      utf-7 converter doesn't exit the shift-state.  Not certain that
+      this is in fact a bug in the code, an unimplemented feature or
+      a mistaken assumption in the apr-util/test/testxlate.c code.
 
 Other features that need writing: