~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/HISTORY

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
September 2000, kerberos4 support was added.
78
78
 
79
79
In November 2000 started the work on a test suite for curl. It was later
80
 
re-written from scratch again.
 
80
re-written from scratch again. The libcurl major SONAME number was set to 1.
81
81
 
82
82
January 2001, Daniel released curl 7.5.2 under a new license again: MIT (or
83
83
MPL). The MIT license is extremely liberal and can be used combined with GPL
88
88
 
89
89
curl supports HTTP 1.1 starting with the release of 7.7, March 22 2001. This
90
90
also introduced libcurl's ability to do persistent connections. 24000 lines of
91
 
code.
 
91
code. The libcurl major SONAME number was bumped to 2 due to this overhaul.
92
92
 
93
93
The first experimental ftps:// support was added in March 2001.
94
94
 
129
129
 
130
130
January 2004: curl 7.11.0 introduced large file support.
131
131
 
132
 
June 2004: curl 7.12.0 introduced IDN support. 10 official web mirrors.
 
132
June 2004:
 
133
 
 
134
  curl 7.12.0 introduced IDN support. 10 official web mirrors.
 
135
 
 
136
  This release bumped the major SONAME to 3 due to the removal of the
 
137
  curl_formparse() function
133
138
 
134
139
August 2004:
135
140
 Curl and libcurl 7.12.1
144
149
 
145
150
April 2005:
146
151
 
147
 
GnuTLS can now optionally be used for the secure layer when curl is built.
 
152
 GnuTLS can now optionally be used for the secure layer when curl is built.
148
153
 
149
154
September 2005:
150
155
 
151
 
TFTP support was added.
152
 
 
153
 
More than 100,000 unique visitors of the curl web site. 25 mirrors.
 
156
 TFTP support was added.
 
157
 
 
158
 More than 100,000 unique visitors of the curl web site. 25 mirrors.
 
159
 
 
160
April 2006:
 
161
 
 
162
 Added the multi_socket() API
 
163
 
 
164
September 2006:
 
165
 
 
166
 The major SONAME number for libcurl was bumped to 4 due to the removal of
 
167
 ftp third party transfer support.
 
168
 
 
169
November 2006:
 
170
 
 
171
 Added SCP and SFTP support
 
172
 
 
173
February 2007:
 
174
 
 
175
 Added support for the Mozilla NSS library to do the SSL/TLS stuff
 
176
 
 
177
November 2008:
 
178
 
 
179
 Command line options:         128
 
180
 curl_easy_setopt() options:   158
 
181
 Public functions in libcurl:  58
 
182
 Known libcurl bindings:       37
 
183
 Contributors:                 683
 
184
 
 
185
 145,000 unique visitors. >100 GB downloaded.
 
186