summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
Commit message (Collapse)AuthorAgeFilesLines
* RELEASE-NOTES: Synced with 0f213fdca1Steve Holme2014-01-311-1/+7
|
* nss: do not use the NSS_ENABLE_ECC defineKamil Dudka2014-01-291-1/+2
| | | | | | It is not provided by NSS public headers. Bug: https://bugzilla.redhat.com/1058776
* bump: start working on 7.35.1Daniel Stenberg2014-01-291-86/+7
|
* RELEASE-NOTES: done for 7.35.0curl-7_35_0Daniel Stenberg2014-01-291-5/+13
|
* RELEASE-NOTES: changed encoding to UTF-8 like previous releasesDan Fandrich2014-01-281-3/+3
|
* RELEASE-NOTES: Synced with 5a47062cada9Steve Holme2014-01-281-4/+8
|
* RELEASE-NOTES: added another missing bug refSteve Holme2014-01-211-0/+1
|
* RELEASE-NOTES: added missing bug refDaniel Stenberg2014-01-211-2/+2
|
* RELEASE-NOTES: synced with 12ecd56da77Daniel Stenberg2014-01-201-6/+9
|
* RELEASE-NOTES: Synced with 2cac75c4e400Steve Holme2014-01-191-1/+12
|
* RELEASE-NOTES: Synced with c7a76bb056f31eSteve Holme2014-01-151-1/+8
|
* Makefile.dist: Added support for VC7Steve Holme2014-01-111-1/+1
| | | | | | | | | Currently VC7 and VC7.1 builds have to be ran with the VC variable set to vc6 which is not only inconsistent with the nmake winbuild system but also with newer versions of Visual Studio supported by this file. Note: This doesn't break the build for anyone still running with the VC variable set to vc6 or not set (which defaults to vc6).
* RELEASE-NOTES: Synced with 980659a2caa285Steve Holme2014-01-101-1/+13
|
* RELEASE-NOTES: Synced with 8ae35102c43d8dSteve Holme2014-01-071-1/+13
|
* RELEASE-NOTES: Synced with 7de2e032584d44Steve Holme2013-12-311-1/+8
|
* RELEASE-NOTES: Synced with 0ff0a994ada62aSteve Holme2013-12-251-1/+12
|
* RELEASE-NOTES: Corrected copy/paste typoSteve Holme2013-12-241-1/+1
|
* pop3: Fixed APOP being determined by CAPA response rather than by timestampSteve Holme2013-12-241-1/+1
| | | | | | | | This commit replaces that of 9f260b5d6610f3 because according to RFC-2449, section 6, there is no APOP capability "...even though APOP is an optional command in [POP3]. Clients discover server support of APOP by the presence in the greeting banner of an initial challenge enclosed in angle brackets."
* RELEASE-NOTES: Synced with 812c5ace759d04Steve Holme2013-12-201-2/+5
|
* bump: start working on the next releaseDaniel Stenberg2013-12-171-90/+6
|
* RELEASE-NOTES: synced with c0ef05e67curl-7_34_0Daniel Stenberg2013-12-161-3/+11
| | | | | | ... for the pending 7.34.0 release Upped the contributor count
* RELEASE-NOTES: synced with dd4d9ea542Daniel Stenberg2013-12-141-1/+8
|
* RELEASE-NOTES: recount contributors and libcurl optionsDaniel Stenberg2013-12-091-2/+2
|
* RELEASE-NOTES: synced with c4f46e97ca6cDaniel Stenberg2013-12-071-7/+15
|
* nss: allow to use TLS > 1.0 if built against recent NSSKamil Dudka2013-12-021-0/+2
| | | | Bug: http://curl.haxx.se/mail/lib-2013-11/0162.html
* RELEASE-NOTES: Synced with ad3836448efbb7Steve Holme2013-12-011-1/+7
|
* RELEASE-NOTES: Synced with 35e476a3f6cdd5Steve Holme2013-11-241-1/+2
|
* RELEASE-NOTES: Synced with 8191800a0c8ff7Steve Holme2013-11-171-1/+5
|
* RELEASE-NOTES: Synced with bde901ad89a6f1Steve Holme2013-11-131-1/+9
|
* bump: next release will be 7.34.0Daniel Stenberg2013-11-111-1/+1
| | | | Due to all the news and changes.
* RELEASE-NOTES: Synced with 0f81fbe5da6643Steve Holme2013-11-101-1/+8
|
* RELEASE-NOTES: Synced with 7fc3b2ce382ed6Steve Holme2013-11-051-1/+7
|
* email: Post graceful SASL authentication cancellation tidy upSteve Holme2013-10-301-3/+1
|
* RELEASE-NOTES: synced with 255826c40f9316Daniel Stenberg2013-10-291-1/+8
|
* RELEASE-NOTES: Synced with d24b7953c2132aSteve Holme2013-10-251-2/+11
|
* RELEASE-NOTES: Synced with ce61510127ea60Steve Holme2013-10-181-4/+17
|
* curl_sasl: initialize NSS before using cryptoKamil Dudka2013-10-181-2/+2
|
* bump: start working on 7.33.1Daniel Stenberg2013-10-141-86/+6
|
* RELEASE-NOTES: synced with 92cf6141ed0decurl-7_33_0Daniel Stenberg2013-10-131-3/+9
|
* ssh: improve the logic for detecting blocking directionKamil Dudka2013-10-121-0/+1
| | | | | 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).
* RELEASE-NOTES: add twos refs to bug reportsDaniel Stenberg2013-10-071-2/+4
|
* RELEASE-NOTES: synced with 173160c0d068Daniel Stenberg2013-10-061-1/+9
|
* RELEASE-NOTES: added recent contributors missingDaniel Stenberg2013-09-231-1/+2
|
* RELEASE-NOTES: Corrected missed additionSteve Holme2013-09-211-0/+1
| | | | | Somehow commit 60a20461629fda missed the last item in the sync list even though I'm sure I added it during editing.
* RELEASE-NOTES: Synced with 6dd8bd8d2f9729Steve Holme2013-09-211-1/+14
|
* pop3: Added basic SASL XOAUTH2 supportSteve Holme2013-09-201-1/+1
| | | | | | | | | | | 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>".
* imap: Fixed response check for NOOP commandSteve Holme2013-09-141-1/+1
|
* imap: Fixed response check for LSUB and UID commandsSteve Holme2013-09-111-1/+1
|
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-101-0/+1
| | | | | Don't wait for the next callback call (usually 1 second) before continuing with protocol specific connection initialization.
* RELEASE-NOTES: Corrected duplicate in bfefe2400a16b8Steve Holme2013-09-101-2/+0
|