You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/01/23 22:46:17 UTC

svn commit: r614693 - in /httpcomponents/project: pom.xml src/site/apt/news.apt src/site/apt/status.apt src/site/xdoc/downloads.xml

Author: olegk
Date: Wed Jan 23 13:46:16 2008
New Revision: 614693

URL: http://svn.apache.org/viewvc?rev=614693&view=rev
Log:
Updates for HttpCore 4.0-beta1 release

Modified:
    httpcomponents/project/pom.xml
    httpcomponents/project/src/site/apt/news.apt
    httpcomponents/project/src/site/apt/status.apt
    httpcomponents/project/src/site/xdoc/downloads.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=614693&r1=614692&r2=614693&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Wed Jan 23 13:46:16 2008
@@ -260,6 +260,10 @@
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
+        <!-- The version 2.0-beta6 of the site plugin seems utterly broken. Force the previous version
+          that at least kind of worked. Damn you Maven!!!!
+        --> 
+        <version>2.0-beta-5</version>
       </plugin>
     </plugins>
     <pluginManagement>

Modified: httpcomponents/project/src/site/apt/news.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/apt/news.apt?rev=614693&r1=614692&r2=614693&view=diff
==============================================================================
--- httpcomponents/project/src/site/apt/news.apt (original)
+++ httpcomponents/project/src/site/apt/news.apt Wed Jan 23 13:46:16 2008
@@ -34,6 +34,20 @@
 
 HttpComponents Project News 
 
+* 24 January 2008 - HttpComponents HttpCore 4.0-beta1 released 
+
+    The first BETA version of HttpComponents Core has been released. This release 
+    can be considered a major milestone, as it marks the end of API instability 
+    in HttpCore. As of this release the API compatibility between minor releases
+    in 4.x codeline will be maintained.
+
+    This release includes several major improvements such as enhanced HTTP message 
+    parsing API and optimized parser implementations, Java 5.0 compatibility
+    for HttpCore NIO extensions.
+
+    The focus of the development efforts will be gradually shifting towards
+    providing better test coverage, documentation and performance optimizations. 
+
 * 15 November 2007 - HttpComponents becomes TLP
 
     The ASF board had approved HttpComponents 'graduation' from Jakarta to a TLP of its own.

Modified: httpcomponents/project/src/site/apt/status.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/apt/status.apt?rev=614693&r1=614692&r2=614693&view=diff
==============================================================================
--- httpcomponents/project/src/site/apt/status.apt (original)
+++ httpcomponents/project/src/site/apt/status.apt Wed Jan 23 13:46:16 2008
@@ -41,9 +41,10 @@
 
 * HttpComponents HttpCore 4.0
 
-    HttpCore 4.0 is almost fully feature-complete by now and is nearing the API freeze milestone. 
-    It is expected to enter the BETA development phase with the next release. As of release 
-    4.0-BETA1 backward API compatibility will be maintained.
+    HttpCore 4.0 is almost fully feature-complete and its API has been frozen. All official releases 
+    in the 4.0.x code line are expected to be API compatible. The focus of the development efforts 
+    will be gradually shifting towards providing better test coverage, documentation and performance 
+    optimizations. 
 
     The HttpCore forms the foundation of HttpClient 4.0 and can also be used separately to build 
     custom client- and server-side HTTP services.

Modified: httpcomponents/project/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/xdoc/downloads.xml?rev=614693&r1=614692&r2=614693&view=diff
==============================================================================
--- httpcomponents/project/src/site/xdoc/downloads.xml (original)
+++ httpcomponents/project/src/site/xdoc/downloads.xml Wed Jan 23 13:46:16 2008
@@ -78,34 +78,34 @@
     </ul>
   </subsection>
 
-  <subsection name="HttpCore 4.0-alpha6">
+  <subsection name="HttpCore 4.0-beta1">
     <a href="http://www.apache.org/dist/httpcomponents/httpcore/KEYS">KEYS</a>
     <a href="http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt">Release Notes</a>
     <br/>
     <p>Binary</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.tar.gz">4.0-alpha6.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-4.0-beta1-bin.tar.gz">4.0-beta1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-beta1-bin.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-beta1-bin.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.zip">4.0-alpha6.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-alpha6-bin.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-4.0-beta1-bin.zip">4.0-beta1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-beta1-bin.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/binary/httpcomponents-core-4.0-beta1-bin.zip.asc">pgp</a>]
      </li>
     </ul>
     <p>Source</p>
     <ul>
      <li>
-       <a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.tar.gz">4.0-alpha6.tar.gz</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.tar.gz.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.tar.gz.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-4.0-beta1-src.tar.gz">4.0-beta1.tar.gz</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-beta1-src.tar.gz.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-beta1-src.tar.gz.asc">pgp</a>]
      </li>
      <li>
-       <a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.zip">4.0-alpha6.zip</a>
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.zip.md5">md5</a>]
-       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-alpha6-src.zip.asc">pgp</a>]
+       <a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-4.0-beta1-src.zip">4.0-beta1.zip</a>
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-beta1-src.zip.md5">md5</a>]
+       [<a href="http://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.0-beta1-src.zip.asc">pgp</a>]
      </li>
     </ul>
   </subsection>