Author: echatellier Date: 2009-11-12 10:13:57 +0100 (Thu, 12 Nov 2009) New Revision: 2797 Modified: trunk/changelog.txt trunk/pom.xml Log: Fixed a performance problem in the file upload with Winstone. Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-11-09 08:39:09 UTC (rev 2796) +++ trunk/changelog.txt 2009-11-12 09:13:57 UTC (rev 2797) @@ -2,6 +2,7 @@ ========= 1.2.0 +- Fixed a performance problem in the file upload with Winstone. - Global dependencies update - Use hudson version of winstone web server (original seam unmaintained) - Fix slf4j dependency bug between api & impl Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-09 08:39:09 UTC (rev 2796) +++ trunk/pom.xml 2009-11-12 09:13:57 UTC (rev 2797) @@ -147,7 +147,7 @@ <dependency> <groupId>org.jvnet.hudson.winstone</groupId> <artifactId>winstone</artifactId> - <version>0.9.10-hudson-15</version> + <version>0.9.10-hudson-16</version> </dependency> </dependencies> </dependencyManagement>