Made note of upload fix in revision 442 in NEWS
authorwesley <wesley>
Mon, 5 Sep 2005 14:36:13 +0000 (14:36 +0000)
committerwesley <wesley>
Mon, 5 Sep 2005 14:36:13 +0000 (14:36 +0000)
docs/NEWS

index 2c6ef1789664f1dabcfe1fd71e77120480c95318..d6b2f24f69a3f03c4a10e1d53368fa235f801c8a 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,6 +3,11 @@
 Version 0.8.5 ()
 ------------------------------------------------------------------------
 
+    * Fix file upload bug which limited upload filesize to 3 million bytes
+      (2.86MB) regardless of PHP configuration. Maximum upload filesize
+      should now be properly bound by PHP configuration settings.
+      (wesley)
+
     * Fix cosmetic warning message about missing S9Y_PEAR_PATH when 
       installing. (garvinhicking)