releng: added [FILEUPLOAD-143] in change list, credited to Jochen who provided the fix but that for some reason was lost in the FAQ page

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/fileupload/trunk@1455088 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 280a46b..4450cd9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -55,6 +55,7 @@
 Bug
 =============
 
+ * [FILEUPLOAD-143] - "Stream ended unexpectedly" when posting from a Flash client
  * [FILEUPLOAD-173] - Manifest for OSGi has invalid syntax
  * [FILEUPLOAD-183] - commons-io dependency does not get loaded by maven if only dependency to commons-fileupload is specified
  * [FILEUPLOAD-185] - http://commons.apache.org/fileupload/index.html is out of date
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d2e806d..6fdfe0f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@
         Mark @deprecated classes/methods with @Deprecated annotation
       </action>
       <!-- Bug -->
+      <action issue="FILEUPLOAD-143" dev="jochen" type="fix" due-to="Luke Scott">
+        Stream ended unexpectedly" when posting from a Flash client
+      </action>
       <action issue="FILEUPLOAD-173" dev="simonetripodi" type="fix" due-to="Bjorn Harvold">
         Manifest for OSGi has invalid syntax
       </action>