martinc 2003/06/24 22:12:50 Modified: fileupload RELEASE-NOTES.txt Log: Update release notes for 1.0 final release. Revision Changes Path 1.4 +13 -27 jakarta-commons/fileupload/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt =================================================================== RCS file: /home/cvs/jakarta-commons/fileupload/RELEASE-NOTES.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES.txt 3 Jun 2003 06:09:48 -0000 1.3 +++ RELEASE-NOTES.txt 25 Jun 2003 05:12:50 -0000 1.4 @@ -1,8 +1,8 @@ $Id$ - Commons FileUpload Package - Version 1.0 Release Candidate 1 - Release Notes + Commons FileUpload Package + Version 1.0 + Release Notes INTRODUCTION @@ -11,35 +11,21 @@ This document contains the release notes for this version of the Commons FileUpload component, and highlights changes since the previous version. +This is the first major release of Commons FileUpload. Documentation for this +release is available on the FileUpload web site: + + http://jakarta.apache.org/commons/fileupload/ + +There have been no functional changes since FileUpload 1.0 Release Candidate 1. + NEW FEATURES ============ -* The FileUpload class has been split into an abstract base class and two - concrete classes, one of which is specific to a disk-based repository and - the other a more generic implementation. Clients who previously used the - disk-specific functionality of FileUpload should use DiskFileUpload instead. - -* Instances of the FileItem interface are now created by a factory, and custom - factories are supported. This allows for much greater flexibility in creating - customized FileUpload applications. - -* The size threshold now applies to the size of individual items, rather than - the overall size of the request. This brings the implmentation in line with - the original documentation, as well as better meeting user expectations. - -* More specific exceptions are thrown for invalid content type, unknown size - and size limit exceeded. +Not applicable. This is the first release of this component. BUG FIXES ========= -14120 [FileUpload] uploading files with non-ASCII filenames -17043 Temporary upload files are not being deleted -17044 The size threshold parameter works based on the whole request instead of - individual parts -17106 File upload exceptions. -17872 DefaultFileItem issues -18265 DefaultFileItem should not catch Exception -19366 [fileupload] Sample code is not working +Not applicable. This is the first release of this component.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
