gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] annotated tag curl-7_67_0 created (now 7b3a726be)


From: gnunet
Subject: [gnurl] annotated tag curl-7_67_0 created (now 7b3a726be)
Date: Thu, 07 Nov 2019 00:12:02 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a change to annotated tag curl-7_67_0
in repository gnurl.

      at 7b3a726be (tag)
 tagging 2e9b725f67d49a9d7a1f053fe52dd4920c9ab1ad (commit)
 replaces curl-7_66_0
      by Daniel Stenberg
      on Wed Nov 6 07:39:04 2019 +0100

- Log -----------------------------------------------------------------
7.67.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 08f96982a ldap: Stop using wide char version of ldapp_err2string
     new 142d89edb winbuild/MakefileBuild.vc: Fix line endings
     new a765a3050 winbuild/MakefileBuild.vc: Add vssh
     new e34ec7de5 asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris
     new 0aef91411 setopt: make it easier to add new enum values
     new 2c4590010 curlver: bump to 7.66.1
     new f83b2f1ae RELEASE-NOTES: synced
     new 4e3dfe332 docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag
     new a56a47ac3 openssl: close_notify on the FTP data connection doesn't 
mean closure
     new b543f1fad curl:file2string: load large files much faster
     new 83b4cfacb parsedate: still provide the name arrays when disabled
     new 1ca91bcdb curl: fix memory leaked by parse_metalink()
     new acf1d2acd FTP: skip CWD to entry dir when target is absolute
     new 65f5b958c FTP: allow "rubbish" prepended to the SIZE response
     new 5977664d2 appveyor: add a winbuild
     new df26f5f9c CI: inintial github action job
     new 4a2d47e0b docs: fix typo in CURLOPT_HTTP_VERSION man
     new 5eb75d418 docs: remove trailing ':' from section names in 
CURLOPT_TRAILER* man
     new b76660272 doh: fix (harmless) buffer overrun
     new dda418266 doh: fix undefined behaviour and open up for gcc and clang 
optimization
     new a0f8fccb1 openssl: fix warning with boringssl and 
SSL_CTX_set_min_proto_version
     new 00da83415 quiche: persist connection details
     new 6de105369 smb: check for full size message before reading message 
details
     new 3ad883aed unit1655: make it C90 compliant
     new 9bc44ff64 doh: clean up dangling DOH handles and memory on easy close
     new 7c596f5de http2: relax verification of :authority in push promise 
requests
     new beb435091 url: cleanup dangling DOH request headers too
     new ac58c51b2 mime: when disabled, avoid C99 macro
     new 1c02a4e87 FTP: remove trailing slash from path for LIST/MLSD
     new 2a2404153 http: merge two "case" statements
     new fafad1496 README: add OSS-Fuzz badge [skip ci]
     new 3c5f9ba89 url: only reuse TLS connections with matching pinning
     new 2d55460ec RELEASE-NOTES: synced
     new 346188f6e version: next release will be 7.67.0
     new 0a4ecbdf1 urlapi: CURLU_NO_AUTHORITY allows empty authority/host part
     new 0d59addff doh: avoid truncating DNS QTYPE to lower octet
     new 69ea985d4 http: fix Expression 'http->postdata' is always false
     new 97c17e9fc ftp: part of conditional expression is always true: !result
     new a50c3d7fa ftp: Expression 'ftpc->wait_data_conn' is always true
     new 49f3117a2 ftp: Expression 'ftpc->wait_data_conn' is always false
     new e3c41ebd7 ftp: the conditional expression is always true
     new 3ab45650e url: part of expression is always true: (bundle->multiuse == 
0)
     new 389426e3d url: remove dead code
     new 317c97bd8 version: Expression 'left > 1' is always true
     new 0b90ec9bb netrc: part of conditional expression is always true: !done
     new 2e68e5a02 easy: part of conditional expression is always true: !result
     new 07c1af922 multi: value '2L' is assigned to a boolean
     new d0390a538 imap: merged two case-branches performing the same action
     new cc95dbd64 http_proxy: part of conditional expression is always true: 
!error
     new 2ba62322a mime: make Curl_mime_duppart() assert if called without 
valid dst
     new 8f593f6d3 setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly
     new b10464399 urlapi: part of conditional expression is always true: 
(relurl[0] == '/')
     new a6451487d urlapi: 'scheme' is always true
     new 36fbb1007 urlapi: Expression 'storep' is always true
     new 7d5524500 libssh2: part of conditional expression is always true: 
!result
     new b5a69b7a3 tool_getparam: remove duplicate switch case
     new 2d5f76f22 tool_operate: Expression 'config->resume_from' is always true
     new a89aeb545 tool_operate: removed unused variable 'done'
     new 52db0b89d travis: use go master
     new 698149e42 THANKS-filter: deal with my typos 'Jat' => 'Jay'
     new 63a8d2b17 ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23
     new 47066036a urlapi: avoid index underflow for short ipv6 hostnames
     new 0801343e2 cookie: pass in the correct cookie amount to qsort()
     new 36ff5e37b FTP: FTPFILE_NOCWD: avoid redundant CWDs
     new 0b7d7abe2 appveyor: upgrade VS2017 to VS2019
     new 03ebe66d7 urldata: use 'bool' for the bit type on MSVC compilers
     new fe514ad9a http: fix warning on conversion from int to bit
     new d176a2c7e altsvc: both backends run h3-23 now
     new e09749dd4 travis: enable ngtcp2 h3-23 builds
     new 5ee88eee6 socks: Fix destination host shown on SOCKS5 error
     new f8a205853 curl: exit the create_transfers loop on errors
     new 367e4b3c4 openssl: fix compiler warning with LibreSSL
     new 41db01a39 RELEASE-NOTES: synced
     new 96a3ab7bc winbuild: Add manifest to curl.exe for proper OS version 
detection
     new 527461285 vtls: fix narrowing conversion warnings
     new 0023fce38 http: lowercase headernames for HTTP/2 and HTTP/3
     new bb7420180 doh: return early if there is no time left
     new a5bf6a36c doh: allow only http and https in debug mode
     new 89d972f24 vauth: The parameter 'status' must be surrounded by 
parentheses
     new 32fa04320 quiche: The expression must be surrounded by parentheses
     new 922189676 libssh: The expression is excessive or contains a misprint
     new b7e872ac1 libssh: part of conditional expression is always true
     new 9aed993da libssh: part of conditional expression is always true: 
!result
     new f91b82e68 http2: A value is being subtracted from the unsigned variable
     new b259baabf http2: Expression 'stream->stream_id != - 1' is always true
     new 4a778f75c strcase: fix raw lowercasing the letter X
     new 3e0a8e539 os400: getpeername() and getsockname() return ebcdic AF_UNIX 
sockaddr,
     new 9e78e739a HTTP3.md: move -p for mkdir, remove -j for make
     new 6e7733f78 urlapi: question mark within fragment is still fragment
     new a4c652099 altsvc: save h3 as h3-23
     new 218a62a6c altsvc: correct the #ifdef for the ngtcp2 backend
     new 7c7dac4db travis: move the go install to linux-only
     new af3ced3b9 url: fix the NULL hostname compiler warning case
     new 217812fa9 ngtcp2: remove fprintf() calls
     new cded99370 url: don't set appconnect time for non-ssl/non-ssh 
connections
     new 2078e7701 HTTP3: update quic.aiortc.org + add link to server list
     new 0ab38f5fd openssl: use strerror on SSL_ERROR_SYSCALL
     new 2f036a72d FTP: url-decode path before evaluation
     new 8bdff3528 HTTP3: show an --alt-svc using example too
     new 0ccdec339 HTTP3: merged and simplified the two 'running' sections
     new ea7744a07 Revert "FTP: url-decode path before evaluation"
     new 237746590 quiche: set 'drain' when returning without having drained 
the queues
     new b6532b809 quiche: don't close connection at end of stream!
     new 5f0b55ef2 HTTP3: fix prefix parameter for ngtcp2 build
     new e32488f57 README: minor grammar fix
     new c7e6b71e5 vtls: Fix comment typo about macosx-version-min compiler flag
     new 73089bf7f tests: fix narrowing conversion warnings
     new 500fb0e4c FTP: url-decode path before evaluation
     new a167ab6a1 FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDs
     new 922dcba61 INSTALL: add vcpkg installation instructions
     new ee4cfd35a RELEASE-NOTES: synced
     new ed7350915 setopt: handle ALTSVC set to NULL
     new d0a7ee3f6 cookies: using a share with cookies shouldn't enable the 
cookie engine
     new 00b65e377 docs: disambiguate CURLUPART_HOST is for host name (ie no 
port)
     new 962ad8c5b BINDINGS: added clj-curl
     new 29a51e153 BINDINGS: Kapito is an Erlang library, basically a binding
     new 1c134e9cf BINDINGS: PureBasic, Net::Curl for perl and Nim
     new 19338e972 quiche: update HTTP/3 config creation to new API
     new 666a22675 mailmap: a Lucas fix
     new c24cf6c64 altsvc: accept quoted ma and persist values
     new b59c1e655 git: add tests/server/disabled to .gitignore
     new 79ea0c765 AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuild
     new 68b0aac2f AppVeyor: add 32-bit MinGW-w64 build
     new 69d95b6d4 lib: silence conversion warnings
     new 0f62c9af8 urlapi: fix unused variable warning
     new ac830139d checksrc: fix uninitialized variable warning
     new f0f053fed chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING 
error
     new c124e6b3c CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt
     new e59371a49 curl: create easy handles on-demand and not ahead of time
     new 54c622aa8 tool_operate: rename functions to make more sense
     new 2c20109a9 urlapi: fix URL encoding when setting a full URL
     new c6f250c4d redirect: when following redirects to an absolute URL, URL 
encode it
     new 475324b27 RELEASE-NOTES: synced
     new 0f48055c4 ESNI: initial build/setup
     new 683102e0a CURLMOPT_MAX_CONCURRENT_STREAMS.3: fix SEE ALSO typo
     new 0b386392d docs: add note on failed handles not being counted by 
curl_multi_perform
     new 13ecc0725 cookie: avoid harmless use after free
     new 02c6b984c urlapi: fix use-after-free bug
     new 8a00560de http2: move state-init from creation to pre-transfer
     new 249541f12 cookies: change argument type for Curl_flush_cookies
     new b902b0632 ngtcp2: adapt to API change
     new 1d7fe8390 winbuild: add ENABLE_UNICODE option
     new f7f0b0012 curl: ensure HTTP 429 triggers --retry
     new 04ab0108a RELEASE-NOTES: synced
     new df85b86a9 build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines
     new 8bb3a95ce ldap: fix OOM error on missing query string
     new b905e26b0 docs: added multi-event.c example
     new 637916387 CURLOPT_TIMEOUT.3: remove the mention of "minutes"
     new 67bb7926e TODO: Consult %APPDATA% also for .netrc
     new 93373a960 curl: --no-progress-meter
     new e5594e09f cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 
build.
     new 9e03faccc docs: document it as --no-progress-meter instead of the 
reverse
     new b1ae7f9b7 docs: make sure the --no-progress-meter docs file is in dist 
too
     new 60fcd3938 cirrus: Increase the git clone depth.
     new b8ea432d6 KNOWN_BUGS: IDN tests failing on Windows
     new b59f0626b tests: use port 2 instead of 60000 for a safer non-listening 
port
     new 5584aa96f cirrus: switch off blackhole status on the freebsd CI 
machines
     new 490effc19 connect: return CURLE_OPERATION_TIMEDOUT for errno == 
ETIMEDOUT
     new 41c69f473 RELEASE-NOTES: synced
     new bc2dbef0a socketpair: an implemention for Windows and more
     new 9c76f694d asyn-thread: make use of Curl_socketpair() where available
     new 1b843bb5e gskit: use the generic Curl_socketpair
     new 622cf7db6 socketpair: fix double-close in error case
     new 0dc14b838 socketpair: fix include and define for older TCP header 
systems
     new 02e608f0b appveyor: add a winbuild that uses VS2017
     new e80b5c801 KNOWN_BUGS: "LDAP on Windows does authentication wrong"
     new a81836a7f KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array"
     new 07e987840 TODO: Handle growing SFTP files
     new be16d8d99 connect: silence sign-compare warning
     new a626fa128 security: silence conversion warning
     new ee6383773 smbserver: fix Python 3 compatibility
     new 476eb8817 tests: use proxy feature
     new 347075bc1 tests: line ending fixes for Windows
     new e06204343 url: normalize CURLINFO_EFFECTIVE_URL
     new fe5c2464d tool_operate: Fix retry sleep time shown to user when 
Retry-After
     new ce07f0b8a CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes 
queue time
     new 9016049b3 RELEASE-NOTES: synced
     new fff1ba7a6 test1162: disable MSYS2's POSIX path conversion
     new 700438c55 configure: remove all cyassl references
     new 650677461 examples/sslbackend: fix -Wchar-subscripts warning
     new 1d642f055 travis: Add an ARM64 build
     new 59041f052 http2: expire a timeout at end of stream
     new 95a4cfd88 http2_recv: a closed stream trumps pause state
     new b35fbf526 appveyor: Add MSVC ARM64 build
     new cebbba9f9 runtests: get textaware info from curl instead of perl
     new 2e4405d29 tests: add `connect to non-listen` keywords
     new d81dbae19 tests: use %FILE_PWD for file:// URLs
     new 333e77d39 RELEASE-NOTES: synced
     new 2838fd91b tests: add missing proxy features
     new 807c056c0 conn-reuse: requests wanting NTLM can reuse non-NTLM 
connections
     new 503816250 appveyor: Use two parallel compilation on appveyor with CMake
     new b3378a793 test1591: fix spelling of http feature
     new 8986df802 schannel: reverse the order of certinfo insertions
     new a030d4835 appveyor: make winbuilds with DEBUG=no/yes and VS 2015/2017
     new 0f234a5cd appveyor: add --disable-proxy autotools build
     new e0ee3d9f9 HTTP3: fix Windows build
     new aeafa260c RELEASE-NOTES: synced
     new 9f5b26d23 HTTP3: fix invalid use of sendto for connected UDP socket
     new 37aea3c94 HTTP3: fix typo somehere1 > somewhere1
     new 32cc5ca7a examples: remove the "this exact code has not been verified"
     new 0cbd6f8df url: Curl_free_request_state() should also free doh handles
     new 4011802b3 INSTALL: add missing space for configure commands
     new dcd7e37c3 url: make Curl_close() NULLify the pointer too
     new 8d8b5ec34 appveyor: publish artifacts on appveyor
     new c2b01cce5 gtls: make gnutls_bye() not wait for response on shutdown
     new 9c4982490 schannel_verify: Fix concurrent openings of CA file
     new 9910d6b9a mbedtls: add error message for cert validity starting in the 
future
     new d0319adb0 copyrights: update all copyright notices to 2019 on files 
changed this year
     new 2839cfdc5 certs/Server-localhost-lastSAN-sv: regenerate with sha256
     new 07f898605 configure: only say ipv6 enabled when the variable is set
     new 9367428c7 THANKS: add new names from 7.67.0
     new 2e9b725f6 RELEASE-NOTES: synced

The 212 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]