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 2006/06/02 15:43:26 UTC

svn commit: r411158 - in /jakarta/httpcomponents/httpcore/trunk: RELEASE_NOTES.txt build.xml

Author: olegk
Date: Fri Jun  2 06:43:26 2006
New Revision: 411158

URL: http://svn.apache.org/viewvc?rev=411158&view=rev
Log:
Added API changes summary

Modified:
    jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
    jakarta/httpcomponents/httpcore/trunk/build.xml

Modified: jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?rev=411158&r1=411157&r2=411158&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Fri Jun  2 06:43:26 2006
@@ -6,9 +6,36 @@
 and optimization in the SVN trunk
 
 Changelog: 
-
+---------
 * [HTTPCORE-4] optional header and line length limits to contain OOME risks
   Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+API changes (generated by JarDiff 0.2)
+--------------------------------------
+Class added:
+  public org.apache.http.UnsupportedHttpVersionException extends org.apache.http.ProtocolException
+Class added:
+  public abstract org.apache.http.entity.ContentProducer extends java.lang.Object
+Class added:
+  public org.apache.http.entity.EntityTemplate extends org.apache.http.entity.AbstractHttpEntity
+Class added:
+  public org.apache.http.protocol.GeneratedHeader extends org.apache.http.Header
+Class added:
+  public org.apache.http.util.HeaderUtils extends java.lang.Object
+Class changed: org.apache.http.Header
+  Methods removed:
+    public static org.apache.http.Header[] parseAll(org.apache.http.io.HttpDataReceiver) throws org.apache.http.HttpException, java.io.IOException;
+
+Class changed: org.apache.http.params.HttpConnectionParams
+  Fields added:
+    public final static java.lang.String MAX_HEADER_COUNT = http.connection.max-header-count;
+    public final static java.lang.String MAX_LINE_LENGTH = http.connection.max-line-length;
+
+Class changed: org.apache.http.protocol.HttpService
+  Methods added:
+    protected void closeConnection();
+    public void destroy();
+    public boolean isDestroyed();
 
 Release 4.0 Alpha 1
 -------------------

Modified: jakarta/httpcomponents/httpcore/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/build.xml?rev=411158&r1=411157&r2=411158&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/build.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/build.xml Fri Jun  2 06:43:26 2006
@@ -8,7 +8,7 @@
 
   <property name="component.name"          value="httpcore"/>
   <property name="component.title"         value="Jakarta HttpComponents HttpCore"/>
-  <property name="component.version"       value="4.0-alpha1-SNAPSHOT"/>
+  <property name="component.version"       value="4.0-alpha2-SNAPSHOT"/>
   <property name="component.home"          value="${basedir}"/>
   <property name="component.src"           value="${component.home}/src/java"/>
   <property name="component.tests"         value="${component.home}/src/test"/>