File: release_notes.txt

package info (click to toggle)
commons-httpclient 2.0a1%2B20020904-2
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 1,384 kB
  • ctags: 1,396
  • sloc: java: 9,932; xml: 1,210; makefile: 50
file content (16 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Release 2.0 Beta 1
------------------
Changes since Release 2.0 Alpha 1:

 * Removed previously deprecated Cookie.createCookieHeader(String,
   String,boolean,Cookie[]) method (port number is required for
   future compatibility).

 * Also removed Cookie.createCookieHeader(String,String,Cookie[])
   method, which should have been deprecated (port number is
   required for future compatibility)

 * Renamed HttpMethod.followRedirects to getFollowRedirects,
   for consistency (and made the corresponding change to
   HttpMethodBase)