Author: olamy Date: Mon Dec 12 14:02:26 2011 New Revision: 1213247 URL: http://svn.apache.org/viewvc?rev=1213247&view=rev Log: add note on wagon change and link to wagon setup in 3.0.4 release notes
Modified: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm Modified: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm?rev=1213247&r1=1213246&r2=1213247&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm (original) +++ maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm Mon Dec 12 14:02:26 2011 @@ -3,7 +3,7 @@ Release Notes - Maven 3.0.4 ------ Olivier Lamy ------ -2011-11-25 +2011-12-12 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -38,6 +38,19 @@ Maven 3.0.4 Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features. + <<NOTE:>> Maven 3.0.4 has a new default Http Wagon based on Apache HttpClient 4.1.2. You must read various available settings + documented {{{http://maven.apache.org/guides/mini/guide-http-settings.html}here}}. + + Some enhancements are now included by default: + + * http(s) connection pool. + + * default preemptive authentication support. + + * a default read timeout configured to 60s. + + [] + The core release is independent of the plugins available. Further releases of plugins will be made separately. See the {{{../../plugins/index.html} Plugin List}} for more information.