aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
AgeCommit message (Collapse)Author
2011-11-157.24.0: start the workDaniel Stenberg
2011-11-12RELEASE-NOTES: synced with 10120e6aDaniel Stenberg
one more bug fix and contributor
2011-11-06RELEASE-NOTES: synced with e3166df1bb3Daniel Stenberg
4 new bugfixes, 2 more contributors
2011-10-25RELEASE-NOTES: synced with 4464583a6edDaniel Stenberg
5 more bug fixes, 4 additional contributors
2011-10-18RELEASE-NOTES: synced with ecbb08cea3cd6Daniel Stenberg
2011-10-17nss: select client certificates by DERKamil Dudka
... instead of nicknames, which are not unique.
2011-10-08RELEASE-NOTES: Fixed a couple of typosDan Fandrich
2011-09-29RELEASE-NOTES: synced with 5898a6a09b211fc7e2Daniel Stenberg
Bumped next release version to become 7.23.0 for the changes
2011-09-25RELEASE-NOTES: synced with d2a47021c0a6Daniel Stenberg
2011-09-13Curl_add_custom_headers: support headers with no datawarp kawada
A custom HTTP header ending in a semicolon instead of a colon will be treated as a header to be added without any data portion.
2011-09-137.22.1: start workingDaniel Stenberg
2011-09-13RELEASE-NOTES: ready for 7.22.0Daniel Stenberg
2011-09-12Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental.Yang Tse
2011-09-10ssh.c: revert needless commit 7b7c45879eYang Tse
2011-09-09RELEASE-NOTES: synced with 303c90074d4cDaniel Stenberg
Five more bugfixes, one more contributor
2011-08-29RELEASE-NOTES: synced with 3445fa2e3fDaniel Stenberg
2011-08-27NTLM single-sign on adjustments (XI)Yang Tse
Feature string literal NTLM_SSO renamed to NTLM_WB. Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED. curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'. Fix some comments to make clear that this is actually a NTLM delegation.
2011-08-15nss: start with no database if the selected database is brokenKamil Dudka
Bug: https://bugzilla.redhat.com/728562
2011-08-13RELEASE-NOTES: synced with a30ede868ab64Daniel Stenberg
Three more bugs fixed, three more contributors mentioned
2011-08-12docs: --delegationDaniel Stenberg
2011-08-09RELEASE-NOTES: recounted and updated some numbersDaniel Stenberg
2011-08-08RELEASE-NOTES: synced with 45d883d88df7Daniel Stenberg
Mention 5 bugixes and 1 change more
2011-08-08version bump: next release is 7.22.0Daniel Stenberg
2011-08-05BSD-style lwIP TCP/IP stack support - docs/INSTALL blurbYang Tse
2011-08-05RELEASE-NOTES: synced with afe88d85f40e1Daniel Stenberg
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by: Adam Tkac <atkac@redhat.com>
2011-07-20RELEASE-NOTES: HTTP error handling on request body sendDaniel Stenberg
2011-06-23bump release: start working towards 7.21.8Daniel Stenberg
2011-06-22RELEASE-NOTES: mention security issue 20110623Daniel Stenberg
libcurl inappropriate GSSAPI delegation. Full details at http://curl.haxx.se/docs/adv_20110623.html
2011-06-22RELEASE-NOTES: synced with 9016958aa8989Daniel Stenberg
2011-06-14RELEASE-NOTES: add more contributors for this releaseDaniel Stenberg
2011-06-14RELEASE-NOTES: synced with 0aedccc18a33a778535Daniel Stenberg
2011-06-08disconnect: wipe out the keeps_speed time stampKamil Dudka
When closing a connection, the speedchecker's timestamp is now deleted so that it cannot accidentally be used by a fresh connection on the same handle when examining the transfer speed. Bug: https://bugzilla.redhat.com/679709
2011-06-07RELEASE-NOTES: synced with b772f3a32146d7dDaniel Stenberg
2011-05-06RELEASE-NOTES: synced with 32001ac4149b206Daniel Stenberg
2011-04-28RELEASE-NOTES: synced with c4bc1d473f324Daniel Stenberg
2011-04-22bump version: work towards 7.21.7Daniel Stenberg
2011-04-22RELEASE-NOTES: two more contributorsDaniel Stenberg
2011-04-20RELEASE-NOTES: synced with 3242abd87a1262Daniel Stenberg
2011-04-19RELEASE-NOTES: synced with 5aae3c13e2Daniel Stenberg
2011-04-17RELEASE-NOTES: updated contributor amountDaniel Stenberg
2011-04-177.21.6: next planned release numberDaniel Stenberg
2011-04-16RELEASE-NOTES: synced with c246f63a71Daniel Stenberg
2011-04-11RELEASE-NOTES: synced with f01df197981Daniel Stenberg
2011-04-08nss: allow to use multiple client certificates for a single hostKamil Dudka
In case a client certificate is used, invalidate SSL session cache at the end of a session. This forces NSS to ask for a new client certificate when connecting second time to the same host. Bug: https://bugzilla.redhat.com/689031
2011-04-05RELEASE-NOTES: synced with db59b6202d8Daniel Stenberg
2011-03-25RELEASE-NOTES: synced with 11c2db2aa2aDaniel Stenberg
2011-03-18RELEASE-NOTES: synced with 0c05ee3a33d4d7Daniel Stenberg
2011-03-15nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka
When NSS-powered libcurl connected to a SSL server with CURLOPT_SSL_VERIFYPEER equal to zero, NSS remembered that the peer certificate was accepted by libcurl and did not ask the second time when connecting to the same server with CURLOPT_SSL_VERIFYPEER equal to one. This patch turns off the SSL session cache for the particular SSL socket if peer verification is disabled. In order to avoid any performance impact, the peer verification is completely skipped in that case, which makes it even faster than before. Bug: https://bugzilla.redhat.com/678580
2011-03-13RELEASE-NOTES: synced with e649a7baae2Daniel Stenberg