Folks,
Please find attached to this messages patches for Jakarta and
HttpComponents project sites. Please review and let me know if you find
something disagreeable.
I would really appreciate if someone could proof-read the content of
those patches and corrected my Russlish if needed.
Cheers,
Oleg
Index: news.xml
===================================================================
--- news.xml (revision 396103)
+++ news.xml (working copy)
@@ -35,6 +35,28 @@
<!-- @id must be formatted as YYYYMMDD.x. The output date is formatted from the id.
It is also used for sorting. -->
<group id="2006-q2" title="2006 Apr-Jun">
+ <release id="20060424.1" product="HttpComponentns HttpCore 4.0-alpha1">
+ <p> <a href="http://jakarta.apache.org/httpcomponents/http-core/">HttpComponentns HttpCore</a>
+ 4.0-alpha1 has been released. HttpCore provides a set of low level components, which
+ can be used to build custom client- and server-side HTTP services.</p>
+ <p> This release represents a complete redesign of the Jakarta Commons HttpClient
+ 3.x API and a significant rewrite of the core HTTP components derived from
+ HttpClient 3.0 code base. HttpCore will form the foundation of the future releases
+ of Jakarta HttpClient.
+ </p>
+ <p> This release is primarily intended for the API review and the use in experimental projects.
+ The HttpCore API is still deemed unstable and it can still undergo significant changes
+ based on the feedback from early adopters. Please check it out and let us know what you
+ think.
+ </p>
+ <p> More information can be found at the <a href="http://jakarta.apache.org/httpcomponents/">
+ HttpComponents</a> project site.
+ </p>
+ <p>Downloads can be found <a
+ href="http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi">
+ here</a>
+ </p>
+ </release>
<release id="20060403.1" product="Commons Pool 1.3">
<p> <a href="http://jakarta.apache.org/commons/pool/">Commons Pool</a> 1.3 has been
released. Commons Pool provides provides an object-pooling API.</p>
Index: src/site/site.xml
===================================================================
--- src/site/site.xml (revision 395203)
+++ src/site/site.xml (working copy)
@@ -25,6 +25,7 @@
<item name="Project Charter" href="charter.html"/>
<item name="Project Goals" href="goals.html"/>
<item name="News" href="news.html"/>
+ <item name="Status" href="status.html"/>
<item name="Download" href="download.html"/>
<item name="Wiki (external)" href="http://wiki.apache.org/jakarta-httpclient/FrontPage"/>
</menu>
Index: src/site/apt/news.apt
===================================================================
--- src/site/apt/news.apt (revision 392840)
+++ src/site/apt/news.apt (working copy)
@@ -4,8 +4,14 @@
----------
----------
-News
+HttpComponents Project News
+* 24 April 2006 - HttpComponents HttpCore 4.0-alpha1 released
+
+ This is the first ALPHA release of HttpCore intended for the API review and use in
+ experimental projects. The HttpCore API is still deemed unstable and it can still
+ undergo significant changes based on the feedback from early adopters.
+
* 12 February 2006 - Welcome new HttpComponents committer Roland Weber
By 5 binding votes in favor and none against Roland Weber has been voted in as a new
Index: src/site/apt/status.apt
===================================================================
--- src/site/apt/status.apt (revision 0)
+++ src/site/apt/status.apt (revision 0)
@@ -0,0 +1,34 @@
+ ----------
+ HttpComponents Status
+ ----------
+ ----------
+ ----------
+
+HttpComponents Project Status
+
+* Commons HttpClient 3.0
+
+ The 3.0 release of Commons HttpClient proved quite stable. Only a few non-critical bugs have been fixed
+ since the release, the most significant probably being the bug
+ {{{http://issues.apache.org/bugzilla/show_bug.cgi?id=38818}38818}}. The 3.0.1 release is due to be released
+ by Summer 2006.
+
+* Commons HttpClient 3.1
+
+ The work toward the 3.1 release has begun. The most important feature scheduled for inclusion into HttpClient
+ is the support for port sensitive cookies ({{{http://www.w3.org/Protocols/rfc2965/rfc2965.txt}RFC2965}})
+ The work on the RFC29652 cookie policy as kindly sponsored by Google.
+
+ The complete list of bugs and new improvements targeted for the 3.1 release can be found
+ {{{http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HttpClient&target_milestone=3.1+Alpha+1&target_milestone=3.1+Beta+1&target_milestone=3.1+Beta+2&target_milestone=3.1+Final&target_milestone=3.1+RC+1&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=}here}}
+
+* HttpComponents HttpCore 4.0
+
+ The major part of redesign of the core HTTP components has been completed. The new API is ready for review
+ and the use in experimental projects. The API is still deemed unstable and it can still undergo significant
+ changes based on the feedback from early adopters. Please do feel free to check HttpCore out and let us
+ know what you think about it.
+
+ The HttpCore components will form the foundation of the future releases of Jakarta HttpClient and can also
+ be used separately to build custom client- and server-side HTTP services.
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]