On 9 June 2012 22:27,  <[email protected]> wrote:
> Author: olegk
> Date: Sat Jun  9 21:27:38 2012
> New Revision: 1348507
>
> URL: http://svn.apache.org/viewvc?rev=1348507&view=rev
> Log:
> Updated release notes and project web site for HttpCore 4.2.1 release
>
> Modified:
>    httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
>    httpcomponents/httpcore/trunk/src/site/apt/download.apt
>
> Modified: httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
> URL: 
> http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?rev=1348507&r1=1348506&r2=1348507&view=diff
> ==============================================================================
> --- httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
> +++ httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Sat Jun  9 21:27:38 2012
> @@ -1,4 +1,10 @@
> -Changes since 4.2
> +Release 4.1.4

s/4.1.4/4.2.1/ ?

> +-------------------
> +
> +This is a maintenance release that fixes a non-critical number of bugs found 
> since 4.2.
> +Users of HttpCore 4.2 are encouraged to upgrade.
> +
> +Changelog
>  -------------------
>
>  * [HTTPCORE-299] ContentType should rely on Charset#name() instead of 
> Charset#toString()
> @@ -21,6 +27,7 @@ Changes since 4.2
>  * Fixed NPE in StringEntity constructor thrown if ContentType#getCharset is 
> null.
>   Contributed by Oleg Kalnichevski <olegk at apache.org>
>
> +
>  Release 4.2
>  -------------------
>
>
> Modified: httpcomponents/httpcore/trunk/src/site/apt/download.apt
> URL: 
> http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/download.apt?rev=1348507&r1=1348506&r2=1348507&view=diff
> ==============================================================================
> --- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
> +++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Sat Jun  9 
> 21:27:38 2012
> @@ -42,24 +42,24 @@ HttpCore Downloads
>     in your 
> {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}}
>     by adding the following block to the dependency descriptor:
>
> -* {HttpComponents Core 4.2 (GA)}
> +* {HttpComponents Core 4.2.1 (GA)}
>
>  -------------------------
>   <dependency>
>     <groupId>org.apache.httpcomponents</groupId>
>     <artifactId>httpcore</artifactId>
> -    <version>4.2</version>
> +    <version>4.2.1</version>
>     <scope>compile</scope>
>   </dependency>
>  -------------------------
>
> -* {HttpComponents Core NIO 4.2 (GA)}
> +* {HttpComponents Core NIO 4.2.1 (GA)}
>
>  -------------------------
>   <dependency>
>     <groupId>org.apache.httpcomponents</groupId>
>     <artifactId>httpcore-nio</artifactId>
> -    <version>4.2</version>
> +    <version>4.2.1</version>
>     <scope>compile</scope>
>   </dependency>
>  -------------------------
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to