olegk       2004/10/11 15:32:46

  Modified:    httpclient/xdocs news.xml
               httpclient project.xml
  Log:
  Issue tracking update
  
  Revision  Changes    Path
  1.31      +44 -1     jakarta-commons/httpclient/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- news.xml  20 Sep 2004 02:33:14 -0000      1.30
  +++ news.xml  11 Oct 2004 22:32:46 -0000      1.31
  @@ -10,6 +10,49 @@
     </properties>
   
     <body>
  +        <section name="11 October 2004 - HttpClient issue tracking in Bugzilla">
  +            <p>
  +                HttpClient project has taken a very important step toward becoming 
  +                a full-fledged Jakarta level project. From today, HttpClient is
  +                a separate project in Apache Bugzilla issue tracking system. It is 
no 
  +                longer a component of the Commons project. Please use the following
  +                details when filing bug reports for 2.0 and 3.0 branches of 
HttpClient:
  +              </p>
  +                <table border="0">
  +                  <tr> 
  +                    <td><strong>Product:</strong></td>
  +                    <td>HttpClient</td>
  +                  </tr> 
  +                  <tr> 
  +                    <td><strong>Component:</strong></td>
  +                    <td>Commons HttpClient</td>
  +                  </tr> 
  +                </table>
  +                <p>Use the following URL for convenience:
  +                <a 
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=HttpClient";>
  +                  Jakarta HttpClient new issue report</a>.
  +               </p>
  +               <p>
  +                Currently HttpClient project is debating whether we should continue 
using Bugzilla
  +                as an issue tracking system or migrate to JIRA. 
  +                <a href="http://www.atlassian.com/software/jira/";>JIRA</a> is a 
newer, more flexible 
  +                issue tracking system. However, <a 
href="http://www.atlassian.com/software/jira/";>
  +                JIRA</a> is not open-source software. If you have a strong opinion 
on this matter, 
  +                please let us know.
  +            </p>
  +        </section>
  +        <section name="11 October 2004 - HttpClient 2.0.2 released">
  +            <p>
  +                We are pleased to announce the latest stable release of HttpClient, 
  +                version 2.0.2.  This release adds buffering for all reads.  In 
particular this 
  +                change greatly improves the performance of reading responses with 
little or no content.  
  +                Please see the <a 
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt";
  +                >release notes</a> for more detail.
  +            </p>
  +            <p>
  +                Please <a href="downloads.html">download</a> and enjoy.
  +            </p>
  +        </section>
           <section name="19 September 2004 - HttpClient 3.0 alpha2 released">
               <p>
                   We are pleased to announce the final alpha release of HttpClient 
3.0.
  
  
  
  1.51      +1 -1      jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- project.xml       1 Oct 2004 09:38:16 -0000       1.50
  +++ project.xml       11 Oct 2004 22:32:46 -0000      1.51
  @@ -23,7 +23,7 @@
   
     <logo>/images/httpclient_logo.png</logo>
     <url>http://jakarta.apache.org/commons/httpclient/</url>
  -  
<issueTrackingUrl><![CDATA[http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HttpClient]]></issueTrackingUrl>
  +  
<issueTrackingUrl><![CDATA[&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=HttpClient&component=Commons+HttpClient&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=%27Importance%27]]></issueTrackingUrl>
   
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/commons/httpclient/</siteDirectory>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to