This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
from abe5d94b Fix typos new 119625f6 Prepare for 1.6.0 release new fc9d1a41 Fix site build warning new 2108495a Add new limit partHeaderSizeMax that defaults to 512 bytes new ac155d4a Update generated files new 3b5cf257 Remove code that has been unused since it was first added. new dc8a0b7d Additional test to expand code coverage The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CONTRIBUTING.md | 23 +- README.md | 49 ++-- RELEASE-NOTES.txt | 31 +++ src/changes/changes.xml | 3 +- src/changes/release-notes.vm | 4 +- .../apache/commons/fileupload/FileUploadBase.java | 48 +++- .../apache/commons/fileupload/MultipartStream.java | 41 +++- src/site/site.xml | 16 +- src/site/xdoc/download_fileupload.xml | 256 ++++++++++----------- src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/mail-lists.xml | 40 ++-- .../apache/commons/fileupload/FileUploadTest.java | 58 +++++ .../commons/fileupload/MultipartStreamTest.java | 5 + .../org/apache/commons/fileupload/SizesTest.java | 37 ++- 14 files changed, 405 insertions(+), 208 deletions(-)