Repository: commons-fileupload
Updated Branches:
  refs/heads/b1_3 e669b0975 -> aabe56f86


Preparing 1.3.3


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/6cc7f79d
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/6cc7f79d
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/6cc7f79d

Branch: refs/heads/b1_3
Commit: 6cc7f79d18ada79813fb6f66ae2a7b5b78df1d54
Parents: e669b09
Author: Jochen Wiedmann <[email protected]>
Authored: Sat Dec 3 14:08:01 2016 +0100
Committer: Jochen Wiedmann <[email protected]>
Committed: Sat Dec 3 14:08:01 2016 +0100

----------------------------------------------------------------------
 RELEASE-NOTES.txt | 10 +++++-----
 pom.xml           |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/6cc7f79d/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index bc33acb..ac7e3c1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,16 +1,16 @@
-              Apache Commons FileUpload 1.3.2 RELEASE NOTES
+              Apache Commons FileUpload 1.3.3 RELEASE NOTES
 
-The Apache Commons FileUpload team is pleased to announce the release of 
Apache Commons FileUpload 1.3.2.
+The Apache Commons FileUpload team is pleased to announce the release of 
Apache Commons FileUpload 1.3.3.
 
 The Apache Commons FileUpload component provides a simple yet flexible means of
 adding support for multipart file upload functionality to servlets and web
 applications. Version 1.3 onwards requires Java 5 or later.
 
-No client code changes are required to migrate from version 1.3.1 to 1.3.2.
+No client code changes are required to migrate from version 1.3.0, 1.3.1, or 
1.3.2, to 1.3.3
 
-Changes in version 1.3.2 include:
+Changes in version 1.3.3 include:
 
-o FILEUPLOAD-272:  Performance Improvement in MultipartStream
+o FILEUPLOAD-279:  DiskFileItem can no longer be deserialized, unless a 
particular system property is set.
 
 
 For complete information on Apache Commons FileUpload, including instructions 
on how to submit bug reports,

http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/6cc7f79d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 20fc114..6c40663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
     <maven.compiler.target>1.5</maven.compiler.target>
     <maven.compile.encoding>ISO-8859-1</maven.compile.encoding>
     <commons.componentid>fileupload</commons.componentid>
-    <commons.release.version>1.3.2</commons.release.version>
+    <commons.release.version>1.3.3</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>FILEUPLOAD</commons.jira.id>
     <commons.jira.pid>12310476</commons.jira.pid>

Reply via email to