Folks, I would like apply this patch to the HttpClient web site as soon as Henri makes HttpClient in Bugzilla read-only and SVN becomes read-write accessible again. Please let me know if you spot any problems with the patch.
Cheers, Oleg
Index: xdocs/news.xml =================================================================== --- xdocs/news.xml (revision 400285) +++ xdocs/news.xml (working copy) @@ -10,6 +10,22 @@ </properties> <body> + <section name="12 May 2006 - HttpClient issue tracking migrated to Jira"> + <p> + HttpClient issue tracking has migrated from Bugzilla to Jira. Please do not enter new bug reports + and update exiting ones in Bugzilla. HttpComponents project will be using + <a href="http://issues.apache.org/jira/">Jira</a> to manage HttpClient related issues as of today. + Please use <a href="http://issues.apache.org/jira/browse/HTTPCLIENT">this project</a> in Jira to + report new issues against HttpClient and search for reported ones. All existing issue reports can + be accessed in Jira by their original Bugzilla bug id. + </p> + </section> + <section name="08 May 2006 - HttpClient 3.0.1 released"> + <p> + HttpClient 3.0.1 has been released. This version fixes a number of bugs found since the release of 3.0. + All HttpClient users are encouraged to upgrade. + </p> + </section> <section name="27 February 2006 - HttpClient 2.x codebase declared 'End of Life'"> <p> HttpClient 2.x will no longer be supported. There will be no more HttpClient 2.x releases Index: project.xml =================================================================== --- project.xml (revision 400285) +++ project.xml (working copy) @@ -24,7 +24,7 @@ <logo>/images/httpclient_logo.png</logo> <url>http://jakarta.apache.org/commons/httpclient/</url> - <issueTrackingUrl><![CDATA[http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HttpClient&component=Commons+HttpClient&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=anywords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&emailassigned_to1=1&emailtype1=substring&email1=&emailreporter2=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=]]></issueTrackingUrl> + <issueTrackingUrl>http://issues.apache.org/jira/browse/HTTPCLIENT</issueTrackingUrl> <siteAddress>people.apache.org</siteAddress> <siteDirectory>/www/jakarta.apache.org/commons/httpclient/</siteDirectory>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]