aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
AgeCommit message (Collapse)Author
2013-11-13RELEASE-NOTES: Synced with bde901ad89a6f1Steve Holme
2013-11-11bump: next release will be 7.34.0Daniel Stenberg
Due to all the news and changes.
2013-11-10RELEASE-NOTES: Synced with 0f81fbe5da6643Steve Holme
2013-11-05RELEASE-NOTES: Synced with 7fc3b2ce382ed6Steve Holme
2013-10-30email: Post graceful SASL authentication cancellation tidy upSteve Holme
2013-10-29RELEASE-NOTES: synced with 255826c40f9316Daniel Stenberg
2013-10-25RELEASE-NOTES: Synced with d24b7953c2132aSteve Holme
2013-10-18RELEASE-NOTES: Synced with ce61510127ea60Steve Holme
2013-10-18curl_sasl: initialize NSS before using cryptoKamil Dudka
2013-10-14bump: start working on 7.33.1Daniel Stenberg
2013-10-13RELEASE-NOTES: synced with 92cf6141ed0deDaniel Stenberg
2013-10-12ssh: improve the logic for detecting blocking directionKamil Dudka
This fixes a regression introduced by commit 0feeab78 limiting the speed of SCP upload to 16384 B/s on a fast connection (such as localhost).
2013-10-07RELEASE-NOTES: add twos refs to bug reportsDaniel Stenberg
2013-10-06RELEASE-NOTES: synced with 173160c0d068Daniel Stenberg
2013-09-23RELEASE-NOTES: added recent contributors missingDaniel Stenberg
2013-09-21RELEASE-NOTES: Corrected missed additionSteve Holme
Somehow commit 60a20461629fda missed the last item in the sync list even though I'm sure I added it during editing.
2013-09-21RELEASE-NOTES: Synced with 6dd8bd8d2f9729Steve Holme
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
Added the ability to use an XOAUTH2 bearer token [RFC6750] with POP3 for authentication using RFC6749 "OAuth 2.0 Authorization Framework". The bearer token is expected to be valid for the user specified in conn->user. If CURLOPT_XOAUTH2_BEARER is defined and the connection has an advertised auth mechanism of "XOAUTH2", the user and access token are formatted as a base64 encoded string and sent to the server as "AUTH XOAUTH2 <bearer token>".
2013-09-14imap: Fixed response check for NOOP commandSteve Holme
2013-09-11imap: Fixed response check for LSUB and UID commandsSteve Holme
2013-09-10imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska
Don't wait for the next callback call (usually 1 second) before continuing with protocol specific connection initialization.
2013-09-10RELEASE-NOTES: Corrected duplicate in bfefe2400a16b8Steve Holme
2013-09-10RELEASE-NOTES: Corrected typo from bfefe2400a16b8Steve Holme
2013-09-10RELEASE-NOTES: synced with 25c68903756d6bSteve Holme
2013-09-09url: handle abortion by read/write callbacks, tooKamil Dudka
Otherwise, the FTP protocol would unnecessarily hang 60 seconds if aborted in the CURLOPT_HEADERFUNCTION callback. Reported by: Tomas Mlcoch Bug: https://bugzilla.redhat.com/1005686
2013-09-04curl: add --http1.1 and --http2.0 optionsDaniel Stenberg
2013-08-31imap: Fixed response check for EXPUNGE commandSteve Holme
2013-08-28bump: next release is 7.33.0 due to added featuresDaniel Stenberg
2013-08-26RELEASE-NOTES: synced with acf59be7f09a7Steve Holme
2013-08-25FTP: remove krb4 supportDaniel Stenberg
We've announced this pending removal for a long time and we've repeatedly asked if anyone would care or if anyone objects. Nobody has objected. It has probably not even been working for a good while since nobody has tested/used this code recently. The stuff in krb4.h that was generic enough to be used by other sources is now present in security.h
2013-08-23RELEASE-NOTES: synced with 22adb46a32beeDaniel Stenberg
2013-08-12version number: bump to 7.32.1 for nowDaniel Stenberg
Start working on the next version and up some counters.
2013-08-08RELEASE-NOTES: synced with d20def20462e7Daniel Stenberg
2013-07-29RELEASE-NOTES: synced with b5478a0e033e7Daniel Stenberg
2013-07-19RELEASE-NOTES: synced with d529f3882b9bcaDaniel Stenberg
2013-06-30url: restore the functionality of 'curl -u :'Kamil Dudka
This commit fixes a regression introduced in fddb7b44a79d78e05043e1c97e069308b6b85f79. Reported by: Markus Moeller Bug: http://curl.haxx.se/mail/archive-2013-06/0052.html
2013-06-25RELEASE-NOTES: synced with 365c5ba39591Daniel Stenberg
The 10 first bug fixes for the pending release...
2013-06-22bump: start working towards what most likely will become 7.32.0Daniel Stenberg
2013-06-22RELEASE-NOTES: synced with 0de7249bb39a2 - 7.31.0Daniel Stenberg
2013-06-20RELEASE-NOTES: synced with e305f5ec715fDaniel Stenberg
2013-06-13RELEASE-NOTES: synced with 9c3e098259b82Daniel Stenberg
Mention 7 recent bug fixes and their associated contributors
2013-06-07RELEASE-NOTES: synced with 87cf677eca55Daniel Stenberg
Added 11 bugs and 7 contributors
2013-05-12RELEASE-NOTES: synced with ae26ee3489588f0Daniel Stenberg
2013-05-06curl -E: allow to escape ':' in cert nicknameJared Jennings
2013-05-04RELEASE-NOTES: synced with 92ef5f19c801Steve Holme
2013-04-29smtp: Fixed unknown percentage complete in progress barSteve Holme
The curl command line utility would display the the completed progress bar with a percentage of zero as the progress routines didn't know the size of the transfer.
2013-04-27darwinssl: add TLS crypto authenticationNick Zitzmann
Users using the Secure Transport (darwinssl) back-end can now use a certificate and private key to authenticate with a site using TLS. Because Apple's security system is based around the keychain and does not have any non-public function to create a SecIdentityRef data structure from data loaded outside of the Keychain, the certificate and private key have to be loaded into the Keychain first (using the certtool command line tool or the Security framework's C API) before we can find it and use it.
2013-04-27bump versionDaniel Stenberg
Since we're adding new stuff, the next release will bump the minor version and we're looking forward to 7.31.0
2013-04-27RELEASE-NOTES: synced with f4e6e201b146Steve Holme
2013-04-26url: initialize speed-check data for file:// protocolZdenek Pavlas
... in order to prevent an artificial timeout event based on stale speed-check data from a previous network transfer. This commit fixes a regression caused by 9dd85bced56f6951107f69e581c872c1e7e3e58e. Bug: https://bugzilla.redhat.com/906031