~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

1.2.13 by Alessandro Ghedini
Import upstream version 7.22.0
1
Curl and libcurl 7.22.0
1.1.1 by Domenico Andreoli
Import upstream version 7.12.0.is.7.11.2
2
1.2.13 by Alessandro Ghedini
Import upstream version 7.22.0
3
 Public curl releases:         124
4
 Command line options:         149
5
 curl_easy_setopt() options:   192
1.1.11 by Michael Vogt
Import upstream version 7.18.2
6
 Public functions in libcurl:  58
3.4.3 by Domenico Andreoli
* Package is orphaned.
7
 Known libcurl bindings:       39
1.2.13 by Alessandro Ghedini
Import upstream version 7.22.0
8
 Contributors:                 873
1.1.1 by Domenico Andreoli
Import upstream version 7.12.0.is.7.11.2
9
10
This release includes the following changes:
1.1.12 by Andreas Schuldei
Import upstream version 7.19.4
11
1.2.13 by Alessandro Ghedini
Import upstream version 7.22.0
12
 o Added CURLOPT_GSSAPI_DELEGATION
13
 o Added support for NTLM delegation to Samba's winbind daemon helper ntlm_auth
14
 o Display notes from setup file in testcurl.pl
15
 o BSD-style lwIP TCP/IP stack experimental support on Windows
16
 o OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
17
 o --delegation was added to set CURLOPT_GSSAPI_DELEGATION
18
 o nss: start with no database if the selected database is broken
19
 o telnet: allow programatic use on Windows
1.1.1 by Domenico Andreoli
Import upstream version 7.12.0.is.7.11.2
20
21
This release includes the following bugfixes:
22
1.2.13 by Alessandro Ghedini
Import upstream version 7.22.0
23
 o curl_getdate: detect some illegal dates better
24
 o when sending a request and an error is received before the (entire) request
25
   body is sent, stop sending the request and close the connection after
26
   having received the entire response. This is equally true if an Expect:
27
   100-continue header was used.
28
 o When using both -J and a single -O with multiple URLs, a missing init
29
   could cause a segfault
30
 o -J fixed for escaped quotes
31
 o -J fixed for file names with semicolons
32
 o progress: reset flags at transfer start to avoid wrong 
33
   CURLINFO_CONTENT_LENGTH_DOWNLOAD
34
 o curl_gssapi: Guard files with HAVE_GSSAPI and rename private header
35
 o silence picky compilers: mark unused parameters
36
 o help output: more gnu like output
37
 o libtests: stop checking for CURLM_CALL_MULTI_PERFORM
38
 o setting a non-HTTP proxy with an environment variable or with CURLOPT_PROXY
39
   / --proxy (without specifying CURLOPT_PROXYTYPE) would still make it do
40
   proxy-like HTTP requests
41
 o CURLFORM_BUFFER: insert filename as documented (regression)
42
 o SOCKS: fix the connect timeout
43
 o ftp_doing: bail out on error properly while multi interfacing
44
 o improved Content-Encoded decoding error message
45
 o asyn-thread: check for dotted addresses before thread starts
46
 o cmake: find winsock when building on windows
47
 o Curl_retry_request: check return code
48
 o cookies: handle 'secure=' as if it was 'secure'
49
 o tests: break busy loops in tests 502, 555, and 573
50
 o FTP: fix proxy connect race condition with multi interface and SOCKS proxy
51
 o RTSP: GET_PARAMETER requests have a body
52
 o fixed several memory leaks in OOM situations
53
 o bad expire(0) caused multi_socket API to hang
54
 o Avoid ftruncate() static define with mingw64
55
 o mk-ca-bundle.pl: ignore untrusted certs
56
 o builds with PolarSSL 1.0.0
1.1.7 by Matthias Klose
Import upstream version 7.16.2
57
58
This release includes the following known bugs:
59
60
 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
1.1.5 by Martin Pitt
Import upstream version 7.15.4
61
1.1.1 by Domenico Andreoli
Import upstream version 7.12.0.is.7.11.2
62
This release would not have looked like this without help, code, reports and
63
advice from friends like these:
64
1.2.13 by Alessandro Ghedini
Import upstream version 7.22.0
65
 Paolo Piacentini, Steven Parkes, Adam Tkac, Ben Winslow, Dan Fandrich,
66
 Julien Chaffraix, Kamil Dudka, Mandy Wu, Michael Mueller, Patrick Monnerat,
67
 Yang Tse, Paul Howarth, Garrett Holmstrom, Peter Hjalmarsson, Herve Amblard,
68
 Christian Hagele, Richard Silverman, Henry Ludemann, Cristian Rodriguez,
69
 Steve Holme, Jim Hollinger, Pau Garcia i Quiles, Fabian Keil, Wu Yongzheng,
70
 Adriano Meirelles, Jeff Pohlmeyer
1.1.11 by Michael Vogt
Import upstream version 7.18.2
71
1.1.1 by Domenico Andreoli
Import upstream version 7.12.0.is.7.11.2
72
        Thanks! (and sorry if I forgot to mention someone)