olegk 2003/07/26 07:25:41
Modified: httpclient Tag: HTTPCLIENT_2_0_BRANCH build.xml project.xml
release_notes.txt
Log:
Release Candidate 1 build scripts update
Contributed by Oleg Kalnichevski
Revision Changes Path
No revision
No revision
1.29.2.1 +2 -2 jakarta-commons/httpclient/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -u -r1.29 -r1.29.2.1
--- build.xml 2 Jul 2003 01:28:49 -0000 1.29
+++ build.xml 26 Jul 2003 14:25:41 -0000 1.29.2.1
@@ -37,7 +37,7 @@
<property name="component.title" value="HttpClient Library"/>
<!-- The current version number of this component -->
- <property name="component.version" value="2.0-beta2"/>
+ <property name="component.version" value="2.0-rc1"/>
<!-- ========== Properties: Source Directories ============================ -->
1.35.2.1 +8 -3 jakarta-commons/httpclient/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -u -r1.35 -r1.35.2.1
--- project.xml 5 Jul 2003 16:47:30 -0000 1.35
+++ project.xml 26 Jul 2003 14:25:41 -0000 1.35.2.1
@@ -6,7 +6,7 @@
<id>commons-httpclient</id>
<gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
<inceptionYear>2001</inceptionYear>
- <currentVersion>2.0-beta2</currentVersion>
+ <currentVersion>2.0-rc1</currentVersion>
<package>org.apache.commons.httpclient</package>
<organization>
@@ -35,6 +35,11 @@
<versions>
<version>
+ <id>rc1</id>
+ <name>2.0-rc1</name>
+ <tag>HTTPCLIENT_2_0_RC1</tag>
+ </version>
+ <version>
<id>b2</id>
<name>2.0-beta2</name>
<tag>HTTPCLIENT_2_0_BETA2</tag>
@@ -112,7 +117,7 @@
</roles>
</developer>
<developer>
- <name>Ortwin Gl�ck</name>
+ <name>Ortwin Glück</name>
<id>oglueck</id>
<email>[EMAIL PROTECTED]</email>
<organization>Nose Applied Intelligence AG</organization>
@@ -168,7 +173,7 @@
<contributors>
<contributor>
- <name>Armando Ant�n</name>
+ <name>Armando Antᅵn</name>
<email>[EMAIL PROTECTED]</email>
</contributor>
<contributor>
1.9.2.1 +11 -0 jakarta-commons/httpclient/release_notes.txt
Index: release_notes.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -r1.9 -r1.9.2.1
--- release_notes.txt 2 Jul 2003 01:28:49 -0000 1.9
+++ release_notes.txt 26 Jul 2003 14:25:41 -0000 1.9.2.1
@@ -1,3 +1,14 @@
+Release 2.0 Release Candidate 2
+-------------------
+Changes since Release 2.0 Beta 2:
+
+ * 21532 - Removed use of sun.* class in URI.java
+
+ * 20481 - Changed query param encoding to UTF-8.
+
+ * 21378 - Multiple transfer encoding headers are now handled properly. Non chunked
transfer
+ encodings are now handled correctly.
+
Release 2.0 Beta 2
-------------------
Changes since Release 2.0 Beta 1:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]