[libcommons-fileupload-java] branch master updated (99454e7 -> c61d067)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jun 23 08:49:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository libcommons-fileupload-java.
from 99454e7 Transition to the Servlet API 3.1
new 999c0ea Standards-Version updated to 4.0.0
new d24fd17 Switch to debhelper level 10
new 1c99c1e Wrap and sort
new 7dd43f7 Exclude the IntelliJ project files from the upstream tarball
adds 1e233b9 New upstream version 1.3.3
new d64dec3 Merge tag 'upstream/1.3.3'
new 5dc03a7 Refreshed the patch
new c61d067 Upload to unstable
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
NOTICE.txt | 2 +-
RELEASE-NOTES.txt | 10 +++---
debian/changelog | 10 ++++++
debian/compat | 2 +-
debian/control | 24 ++++++++------
debian/copyright | 2 ++
.../001_update-tests-for-servlet3-api.patch | 2 +-
pom.xml | 30 ++++++++++++-----
src/changes/changes.xml | 8 ++++-
src/changes/release-notes.vm | 2 +-
src/main/assembly/bin.xml | 11 +++++--
.../apache/commons/fileupload/DefaultFileItem.java | 2 +-
.../commons/fileupload/DefaultFileItemFactory.java | 2 +-
.../apache/commons/fileupload/DiskFileUpload.java | 2 +-
.../org/apache/commons/fileupload/FileItem.java | 2 +-
.../apache/commons/fileupload/FileItemFactory.java | 2 +-
.../commons/fileupload/FileItemIterator.java | 2 +-
.../apache/commons/fileupload/FileItemStream.java | 2 +-
.../org/apache/commons/fileupload/FileUpload.java | 2 +-
.../apache/commons/fileupload/FileUploadBase.java | 2 +-
.../commons/fileupload/FileUploadException.java | 2 +-
.../fileupload/InvalidFileNameException.java | 2 +-
.../apache/commons/fileupload/MultipartStream.java | 2 +-
.../apache/commons/fileupload/ParameterParser.java | 2 +-
.../commons/fileupload/ProgressListener.java | 2 +-
.../apache/commons/fileupload/RequestContext.java | 2 +-
.../commons/fileupload/disk/DiskFileItem.java | 12 ++++++-
.../fileupload/disk/DiskFileItemFactory.java | 2 +-
.../fileupload/portlet/PortletFileUpload.java | 2 +-
.../fileupload/portlet/PortletRequestContext.java | 2 +-
.../fileupload/servlet/FileCleanerCleanup.java | 2 +-
.../fileupload/servlet/ServletFileUpload.java | 2 +-
.../fileupload/servlet/ServletRequestContext.java | 2 +-
.../apache/commons/fileupload/util/Closeable.java | 2 +-
.../fileupload/util/FileItemHeadersImpl.java | 2 +-
.../fileupload/util/LimitedInputStream.java | 2 +-
.../apache/commons/fileupload/util/Streams.java | 2 +-
src/site/fml/faq.fml | 38 ++++++++++++++++++++++
src/site/xdoc/download_fileupload.xml | 26 +++++++--------
src/site/xdoc/index.xml | 16 +++++++--
.../commons/fileupload/DefaultFileItemTest.java | 2 +-
.../fileupload/DiskFileItemSerializeTest.java | 20 +++++++++---
.../commons/fileupload/FileUploadTestCase.java | 2 +-
.../fileupload/HttpServletRequestFactory.java | 2 +-
.../commons/fileupload/MockHttpServletRequest.java | 2 +-
.../commons/fileupload/MultipartStreamTest.java | 2 +-
.../commons/fileupload/ParameterParserTest.java | 2 +-
.../commons/fileupload/ProgressListenerTest.java | 2 +-
.../commons/fileupload/ServletFileUploadTest.java | 2 +-
.../org/apache/commons/fileupload/SizesTest.java | 2 +-
.../apache/commons/fileupload/StreamingTest.java | 2 +-
51 files changed, 198 insertions(+), 87 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-fileupload-java.git
More information about the pkg-java-commits
mailing list