Skip to content

Commit

Permalink
PR: FILEUPLOAD-296 Adding David Georg Reichelt as a contributor. (No
Browse files Browse the repository at this point in the history
email available, sorry.)
  • Loading branch information
jochenw committed Mar 25, 2019
1 parent 88273eb commit 86a2473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@
<name>fangwentong</name>
<email>fangwentong2012@gmail.com</email>
</contributor>
<contributor>
<name>David Georg Reichelt</name>
</contributor>
</contributors>

<scm>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="jochen" type="update">Changing Maven coordinates, and package name, due to binary incompatible changes.</action>
<action dev="jochen" type="update">Bumping Compiler Level to 1.8.</action>
<action issue="FILEUPLOAD-293" dev="jochen" type="fix">DiskFileItem.write(File) had been changed to use FileUtils.moveFile internally, preventing an existing file as the target.</action>
<action issue="FILEUPLOAD-296" dev="jochen" type="fix" due-to="David Georg Reochelt">Performance gains by reusing an internal buffer.</action>
</release>
<release version="1.4" date="2018-12-23" description="1.4 Release">
<action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>
Expand Down

0 comments on commit 86a2473

Please sign in to comment.