cURL full changelog
cURL 7.26.0
released May 28, 2012 (New Release)
Changes:
· nss: the minimal supported version of NSS bumped to 3.12.x
· nss: human-readable names are now provided for NSS errors if available
· add a manual page for mk-ca-bundle
· added --post303 and the CURL_REDIR_POST_303 option for CURLOPT_POSTREDIR
· smtp: Add support for DIGEST-MD5 authentication
· pop3: Added support for additional pop3 commands
· nss: the minimal supported version of NSS bumped to 3.12.x
· nss: human-readable names are now provided for NSS errors if available
· add a manual page for mk-ca-bundle
· added --post303 and the CURL_REDIR_POST_303 option for CURLOPT_POSTREDIR
· smtp: Add support for DIGEST-MD5 authentication
· pop3: Added support for additional pop3 commands
cURL 7.24.0
released Feb 23, 2012 (New Release)
· CURLOPT_QUOTE: SFTP supports the '*'-prefix now
· CURLOPT_DNS_SERVERS: set name servers if possible
· Add support for using nettle instead of gcrypt as gnutls backend
· CURLOPT_INTERFACE: avoid resolving interfaces names with magic prefixes
· Added CURLOPT_ACCEPTTIMEOUT_MS
· configure: add symbols versioning option --enable-versioned-symbols
· CURLOPT_DNS_SERVERS: set name servers if possible
· Add support for using nettle instead of gcrypt as gnutls backend
· CURLOPT_INTERFACE: avoid resolving interfaces names with magic prefixes
· Added CURLOPT_ACCEPTTIMEOUT_MS
· configure: add symbols versioning option --enable-versioned-symbols
cURL 7.21.7
released Jun 28, 2011 (New Release)
· recognize the [protocol]:// prefix in proxy hosts where the protocol is one of socks4, socks4a, socks5 or socks5h.
· Added CURLOPT_CLOSESOCKETFUNCTION and CURLOPT_CLOSESOCKETDATA
· Added CURLOPT_CLOSESOCKETFUNCTION and CURLOPT_CLOSESOCKETDATA
cURL 7.21.6
released Apr 26, 2011 (New Release)
Changes:
· Added --tr-encoding and CURLOPT_TRANSFER_ENCODING
Bugfixes:
· curl-config: fix --version
· curl_easy_setopt.3: CURLOPT_PROXYTYPE clarification
· use HTTPS properly after CONNECT
· SFTP: close file before post quote operations
· Added --tr-encoding and CURLOPT_TRANSFER_ENCODING
Bugfixes:
· curl-config: fix --version
· curl_easy_setopt.3: CURLOPT_PROXYTYPE clarification
· use HTTPS properly after CONNECT
· SFTP: close file before post quote operations
cURL 7.21.5
released Apr 18, 2011 (New Release)
· nss: avoid memory leak on SSL connection failure
· nss: do not ignore failure of SSL handshake
· multi: better failed connect handling when using FTP, SMTP, POP3 and IMAP
· runtests.pl: fix pid number concatenation that prevented it from killing the correct process at times
· nss: do not ignore failure of SSL handshake
· multi: better failed connect handling when using FTP, SMTP, POP3 and IMAP
· runtests.pl: fix pid number concatenation that prevented it from killing the correct process at times
cURL 7.21.4
released Feb 18, 2011 (New Release)
Version 7.21.4 fixed use upstream CheckTypeSize module, openSSL get_cert_chain: support larger data sets, add brackets for MAIL FROM in SMTP, and introduced new framework for unit-testing.
cURL 7.21.3
released Dec 16, 2010 (New Release)
Changes:
· Added --noconfigure switch to testcurl.pl
· Added --xattr option
· Added CURLOPT_RESOLVE and --resolve
· Added CURLAUTH_ONLY
· Added version-check.pl to the examples dir
Bugfixes:
· check for libcurl features for some command line options
· Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
· http_chunks: remove debug output
· URL-parsing: consider ? a divider
· SSH: avoid using the libssh2_ prefix
· SSH: use libssh2_session_handshake() to work on win64
· ftp: prevent server from hanging on closed data connection when stopping a transfer before the end of the full transfer (ranges)
· LDAP: detect non-binary attributes properly
Bugfixes:
· remote-header-name security vulnerability fixed
· multi: support the timeouts correctly, fixes known bug #62
· multi: use timeouts properly for MAX_RECV/SEND_SPEED
· negotiation: Wrong proxy authorization
· multi: avoid sending multiple complete messages
· cmdline: make -F type= accept ;charset=
· RESUME_FROM: clarify what ftp uploads do
· http: handle trailer headers in all chunked responses
· Curl_is_connected: use correct errno
· Added SSPI build to Watcom makefile
· progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
· linking problem on Fedora 13
· Link curl and the test apps with -lrt explicitly when necessary
· chunky parser: only rewind stream internally if needed
· remote-header-name: don't output filename when NULL
· Curl_timeleft: avoid returning quot;no timeoutquot; by mistake
· Added --noconfigure switch to testcurl.pl
· Added --xattr option
· Added CURLOPT_RESOLVE and --resolve
· Added CURLAUTH_ONLY
· Added version-check.pl to the examples dir
Bugfixes:
· check for libcurl features for some command line options
· Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
· http_chunks: remove debug output
· URL-parsing: consider ? a divider
· SSH: avoid using the libssh2_ prefix
· SSH: use libssh2_session_handshake() to work on win64
· ftp: prevent server from hanging on closed data connection when stopping a transfer before the end of the full transfer (ranges)
· LDAP: detect non-binary attributes properly
Bugfixes:
· remote-header-name security vulnerability fixed
· multi: support the timeouts correctly, fixes known bug #62
· multi: use timeouts properly for MAX_RECV/SEND_SPEED
· negotiation: Wrong proxy authorization
· multi: avoid sending multiple complete messages
· cmdline: make -F type= accept ;charset=
· RESUME_FROM: clarify what ftp uploads do
· http: handle trailer headers in all chunked responses
· Curl_is_connected: use correct errno
· Added SSPI build to Watcom makefile
· progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
· linking problem on Fedora 13
· Link curl and the test apps with -lrt explicitly when necessary
· chunky parser: only rewind stream internally if needed
· remote-header-name: don't output filename when NULL
· Curl_timeleft: avoid returning quot;no timeoutquot; by mistake
cURL 7.21.2
released Oct 18, 2010 (New Release)
Changes:
· curl -T: ignore file size of special files
· Added GOPHER protocol support
· Added mk-ca-bundle.vbs script
· c-ares build now requires c-ares >= 1.6.0
Bugfixes:
· remote-header-name security vulnerability fixed
· multi: support the timeouts correctly, fixes known bug #62
· multi: use timeouts properly for MAX_RECV/SEND_SPEED
· negotiation: Wrong proxy authorization
· multi: avoid sending multiple complete messages
· cmdline: make -F type= accept ;charset=
· RESUME_FROM: clarify what ftp uploads do
· http: handle trailer headers in all chunked responses
· Curl_is_connected: use correct errno
· Added SSPI build to Watcom makefile
· progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
· linking problem on Fedora 13
· Link curl and the test apps with -lrt explicitly when necessary
· chunky parser: only rewind stream internally if needed
· remote-header-name: don't output filename when NULL
· Curl_timeleft: avoid returning quot;no timeoutquot; by mistake
· curl -T: ignore file size of special files
· Added GOPHER protocol support
· Added mk-ca-bundle.vbs script
· c-ares build now requires c-ares >= 1.6.0
Bugfixes:
· remote-header-name security vulnerability fixed
· multi: support the timeouts correctly, fixes known bug #62
· multi: use timeouts properly for MAX_RECV/SEND_SPEED
· negotiation: Wrong proxy authorization
· multi: avoid sending multiple complete messages
· cmdline: make -F type= accept ;charset=
· RESUME_FROM: clarify what ftp uploads do
· http: handle trailer headers in all chunked responses
· Curl_is_connected: use correct errno
· Added SSPI build to Watcom makefile
· progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
· linking problem on Fedora 13
· Link curl and the test apps with -lrt explicitly when necessary
· chunky parser: only rewind stream internally if needed
· remote-header-name: don't output filename when NULL
· Curl_timeleft: avoid returning quot;no timeoutquot; by mistake
cURL 7.21.1
released Aug 13, 2010 (New Release)
Changes:
* maketgz: produce CHANGES automatically
* added support for NTLM authentication when compiled with NSS
* build: Enable configure --enable-werror
* curl-config: --built-shared returns shared info
Bugfixes:
* configure: spell --disable-threaded-resolver correctly
* multi: call the progress callback in all states
* multi: unmark handle as used when no longer head of pipeline
* sendrecv: treat all negative values from send/recv as errors
* ftp-wildcard: avoid tight loop when used without any pattern
* multi_socket: re-use of same socket without notifying app
* ftp wildcard: FTP LIST parser FIX
* urlglobbing backslash escaping bug
* maketgz: produce CHANGES automatically
* added support for NTLM authentication when compiled with NSS
* build: Enable configure --enable-werror
* curl-config: --built-shared returns shared info
Bugfixes:
* configure: spell --disable-threaded-resolver correctly
* multi: call the progress callback in all states
* multi: unmark handle as used when no longer head of pipeline
* sendrecv: treat all negative values from send/recv as errors
* ftp-wildcard: avoid tight loop when used without any pattern
* multi_socket: re-use of same socket without notifying app
* ftp wildcard: FTP LIST parser FIX
* urlglobbing backslash escaping bug
cURL 7.21.0
released Jun 22, 2010 (New Release)
cURL for Windows 7 - free download notice
Windows 7 Download periodically updates software information of cURL from the publisher.
« BACK
My Account
My Saved Stuff
CS 80V 2.0
Download Remove
HelpCruiser 2.2
Download Remove
HDR PhotoStudio 2.15.28
Download Remove
GdsViewer 2.1.9.390
Download Remove
gDoc Fusion 2.5
Download Remove
GameDay Payoff 1.0.0.121
Download Remove
Cross Fire 1080
Download Remove
Cool Barcode Maker 4.0
Download Remove
ContaCam 3.9.9
Download Remove
Free Large Android Icons 2011.2
Download Remove
FlashCapture 3.0.3.1317
Download Remove
Daytrader Companion 1.4.0
Download Remove
Dator 2.7.0
Download Remove
Azureus 4.0.0.4
Download Remove
AVS Video Converter 8.1.2.510
Download Remove
AutoScreenRecorder Pro 3.1.375
Download Remove
AnyToJpeg 3.3
Download Remove
Any DVD Cloner Express 1.2.2
Download Remove
Free YouTube to MP3 Converter 3.10.11
Download Remove
Fix IE Utility 1.0
Download Remove
DDE server plugin 3.7.4.1130
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Download Remove
HelpCruiser 2.2
Download Remove
HDR PhotoStudio 2.15.28
Download Remove
GdsViewer 2.1.9.390
Download Remove
gDoc Fusion 2.5
Download Remove
GameDay Payoff 1.0.0.121
Download Remove
Cross Fire 1080
Download Remove
Cool Barcode Maker 4.0
Download Remove
ContaCam 3.9.9
Download Remove
Free Large Android Icons 2011.2
Download Remove
FlashCapture 3.0.3.1317
Download Remove
Daytrader Companion 1.4.0
Download Remove
Dator 2.7.0
Download Remove
Azureus 4.0.0.4
Download Remove
AVS Video Converter 8.1.2.510
Download Remove
AutoScreenRecorder Pro 3.1.375
Download Remove
AnyToJpeg 3.3
Download Remove
Any DVD Cloner Express 1.2.2
Download Remove
Free YouTube to MP3 Converter 3.10.11
Download Remove
Fix IE Utility 1.0
Download Remove
DDE server plugin 3.7.4.1130
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- DOSBox 0.74
- Java Runtime Environment 6.31
- Java Runtime Environment 64bit 6.31
- BlueJ 3.0.7
- Texmaker 3.3.4
- Adobe Photoshop SDK CS6
- Qt Creator 2.5.0
- JAR Maker 0.9.0
- cURL 7.26.0
- DOSBox Portable 0.74
- DotNET Nuclear C# Compiler 1.0.3983.17298
- Geany 0.21
- Agena 1.6.2
- Mono for Android 1.0.0.10158
- Airplay SDK 4.4.1
- CodeLite 3.5.5375
- HxD 1.7.7.0
- D-Fend Reloaded 1.1.0
- Jarfix 2.0.0
- CUDA 4.2.9
Popular Tags
visual basic
code protection
obfuscator
visual
visual studio
sql server
editor
view
html
file
uml
vb net
decompiler
development
database
obfuscation
software
net
java
code security
xml
software protection
sql tools
dll
edit
windows
tool
sql
sql tool
programming
Popular Windows 7 Software
- Turbo C++ 3.0
- Turbo Pascal 7.0
- DOSBox 0.74
- Java Runtime Environment 6.31
- Java Runtime Environment 64bit 6.31
- Microsoft .NET Framework 4 4.0.30319.1
- Free Pascal 2.6.0
- Notepad++ 6.1.3
- Microsoft .NET Framework 3.5 SP 1
- BlueJ 3.0.7
- Visual C++ Express Edition 2010
- Texmaker 3.3.4
- Mozilla ActiveX Control 1.7.12
- Visual Basic 6.0 HelpVistaXPDiamond 2.0.0.0
- Visual Studio Professional Edition 2008
© 2012 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.




