gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] annotated tag curl-7_69_1 created (now 509c2c2ac)


From: gnunet
Subject: [gnurl] annotated tag curl-7_69_1 created (now 509c2c2ac)
Date: Wed, 01 Apr 2020 14:32:29 +0200

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

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

      at 509c2c2ac (tag)
 tagging b81e0b07784dc4c1e8d0a86194b9d28776d071c0 (commit)
 replaces curl-7_69_0
      by Daniel Stenberg
      on Wed Mar 11 07:37:42 2020 +0100

- Log -----------------------------------------------------------------
7.69.1
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 5059f5552 RELEASE-PROCEDURE.md: fix next release date (Feb 26)
     new a7d4693a4 runtests: make random seed fixed for a month
     new 3b75084ce docs/RELEASE-PROCEDURE.md: pushed some release dates
     new 446665606 KNOWN_BUGS: AUTH PLAIN for SMTP is not working on all servers
     new 4027bd72d tool_dirhie: Allow directory traversal during creation
     new e858ae942 bump: work towards 7.69.0 is started
     new f4d60b6f8 tool_dirhie.c: fix the copyright year range
     new 1adebe788 curl.h: remove WIN32 define
     new 920deff86 include: remove non-curl prefixed defines
     new 5ebe5044a libtest/mk-lib1521: adapt to new public header layout
     new fb723fd9d test1167: verify global symbols in public headers are curl 
prefixed
     new 062eaa63b scripts/delta: adapt to new public header layout
     new 875314ed0 hostip: move code to resolve IP address literals to 
`Curl_resolv`
     new 8bd14c871 fix: Copyright year out of date, should be 2020
     new c9c551f1f vtls: Refactor Curl_multissl_version to make the code clearer
     new ea6d6205d cmake: Enable SMB for Windows builds
     new b700662b1 multi: Change curl_multi_wait/poll to error on negative 
timeout
     new cbb542900 ngtcp2: Add an error code for QUIC connection errors
     new 29e40a6d8 schannel: Make CURLOPT_CAINFO work better on Windows 7
     new 8792a5922 cmake: Improve libssh2 check on Windows
     new 272282a05 libssh2: add support for forcing a hostkey type
     new 29babeafe misc: Copyright year out of date, should be 2020
     new ad0aa27a9 curl: remove 'config' field from OutStruct
     new 6773c7ca6 wolfSSH: new SSH backend
     new 4431ed248 curl: make #0 not output the full URL
     new 960753287 ConnectionExists: respect the max_concurrent_streams limits
     new f128c00a9 RELEASE-NOTES: synced
     new 4ccf7622d CMake: Add support for CMAKE_LTO option.
     new 9d1a0922b HTTP-COOKIES.md: describe the cookie file format
     new 16da8bcd7 schannel_verify: Fix alt names manual verify for UNICODE 
builds
     new be578eea7 CMake: use check_symbol_exists also for inet_pton
     new 820775a29 wolfssh: remove fprintf() calls (and uses of __func__)
     new 68403cdbc wolfssh: set the password correctly for PASSWORD auth
     new c2feed05b curl:progressbarinit: ignore column width from terminals < 20
     new 6f69edf96 libssh2: fix variable type
     new 6357a19ff polarssl: removed
     new 59c1caf7f wolfssl: use the wc-prefixed symbol alternatives
     new a7ded055a RELEASE-NOTES: synced
     new c275aa990 ROADMAP: thread-safe `curl_global_init()`
     new 7ff9222ce HTTP: increase EXPECT_100_THRESHOLD to 1Mb
     new ff807c16d http.h: Copyright year out of date, should be 2020
     new 295ea5f64 CMake: support specifying the target Windows version
     new 81e1b1ec2 data.d: remove "Multiple files can also be specified"
     new 1774dbd74 curl: Let -D merge headers in one file again
     new dea17b519 http: move "oauth_bearer" from connectdata to Curl_easy
     new 23a17e039 copyright: fix year ranges
     new 4a4609bf3 smtp: Allow RCPT TO command to fail for some recipients
     new 599d92e7d RELEASE-NOTES: synced
     new 1ebc53df2 mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTER
     new 5e2ad2d01 CURLOPT_PROXY_SSL_OPTIONS.3: Sync with CURLOPT_SSL_OPTIONS.3
     new 3ecdfb195 openssl: make CURLINFO_CERTINFO not truncate x509v3 fields
     new 1c532870e form.d: fix two minor typos
     new 920af1a66 wolfssh: make it init properly via Curl_ssh_init()
     new d265a7d36 singleuse.pl: support new API functions, fix curl_dbg_ 
handling
     new ea284778f strcase: turn Curl_raw_tolower into static
     new 774500033 conncache: removed unused Curl_conncache_bundle_size()
     new c0d7b05c4 llist: removed unused Curl_llist_move()
     new 34e6bc42b conn: do not reuse connection if SOCKS proxy credentials 
differ
     new 1ad49feb7 global_init: assume the EINTR bit by default
     new 9870b80f8 curl: make the -# spaceship bar not wrap the line
     new 422870046 urldata: do string enums without #ifdefs for build scripts
     new 337072519 RELEASE-NOTES: synced
     new 8bd863f97 curl.h: define CURL_WIN32 on windows
     new 872ea75ac README: mention that the docs is in docs/
     new 0b030a5b2 global_init: move the IPv6 works status bool to multi handle
     new d3dc0a07e urlapi: guess scheme correct even with credentials given
     new 8b7fff331 location.d: the method change is from POST to GET only
     new db9af3463 multi_done: if multiplexed, make conn->data point to another 
transfer
     new d3e5311f6 oauth2-bearer.d: works for HTTP too
     new 0a7b7a9d4 KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: 
header
     new 5af016556 cookie: check __Secure- and __Host- case sensitively
     new da9e8ec72 ngtcp2: update to git master and its draft-25 support
     new 7fc63d723 quiche: update to draft-25
     new 33a77cb52 altsvc: use h3-25
     new 28b5b1c20 quiche: Copyright year out of date
     new 6ef123522 ntlm: Move the winbind data into the NTLM data structure
     new 4b6fd29f1 cleanup: fix typos and wording in docs and comments
     new 70ae5c46e cirrus: Add some missing semicolons
     new 27956e963 travis: update non-OpenSSL Linux jobs to Bionic
     new 5cd0f5cc7 openssl: remove redundant assignment
     new f41deddde ntlm: Ensure the HTTP header data is not stored in the 
challenge/response
     new 2bc373740 curl: avoid using strlen for testing if a string is empty
     new 643b9e4da tool_operhlp: Copyright year out of date, should be 2020
     new c2220ed63 RELEASE-NOTES: synced
     new b765cb3c8 ntlm: Pass the Curl_easy structure to the private winbind 
functions
     new 9c27386ef docs/HTTP3: update the OpenSSL branch to use for ngtcp2
     new defe4c08f ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6
     new 9e1f72075 altsvc: improved header parser
     new d913c1e99 altsvc: set h3 version at a common single spot
     new 1fa83b268 RELEASE-PROCEDURE: feature win is closed post-release a few 
days
     new faaa63f32 docs/HTTP3: add --enable-alt-svc to curl's configure
     new 1cc97ba6e curl: error on --alt-svc use w/o support
     new 671c48eb1 ftp: shrink temp buffers used for PORT
     new 5296abe3a scripts: use last set tag if none given
     new d2411a78e contrithanks: Use the most recent tag by default
     new 8a5c1cf1f contributors: Also include people who contributed to curl-www
     new c87730dae ntlm_wb: Use Curl_socketpair() for greater portability
     new 950b53da0 ftp: remove superfluous checking for crlf in user or pwd
     new 5ce7102ce ftp: remove the duplicated user/password struct fields
     new feba3f054 digest: Do not quote algorithm in HTTP authorisation
     new 511e0c197 checksrc.bat: Fix not being able to run script from the main 
curl directory
     new 8f74bb361 configure.ac: fix comments about --with-quiche
     new 11ee0640a github: Instructions to post "uname -a" on Unix systems in 
issues
     new 05d3312f7 asyn-thread: remove dead code
     new f8f4a9446 url: Include the failure reason when 
curl_win32_idn_to_ascii() fails
     new 02f8de651 altsvc: keep a copy of the file name to survive handle reset
     new 0b8651d48 smtp: Simplify the MAIL command and avoid a duplication of 
send strings
     new 355a5a310 RELEASE-NOTES: synced
     new 8957e6e4e CURLOPT_ALTSVC_CTRL.3: fix the DEFAULT wording
     new d78672b5b create-dirs.d: mention the mode
     new 55bb83c92 easy: remove dead code
     new 4d1aa8d43 multi: fix outdated comment
     new 1c4fa67e8 strerror: Increase STRERROR_LEN 128 -> 256
     new 39d5621cb strerror.h: Copyright year out of date
     new 9dc350b60 tool_homedir: Change GetEnv() to use libcurl's curl_getenv()
     new 46af41daf tool_home: Fix the copyright year being out of date
     new af9afd8b1 azure: disable brotli on the macos debug-builds
     new 95d628e13 TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS
     new b26c92fbf TODO: Paged searches on LDAP server
     new 03564deba CURLINFO_COOKIELIST.3: Fix example
     new c188391a9 ftp: convert 'sock_accepted' to a plain boolean
     new d60b1b37a multi: if Curl_readwrite sets 'comeback' use expire, not loop
     new 4a4b63daa socks: make the connect phase non-blocking
     new 3ea15be3f RELEASE-NOTES: synced
     new b834890a3 cookies: make saving atomic with a rename
     new 330f13322 rename: a new file for Curl_rename()
     new 14916a82e altsvc: make saving the cache an atomic operation
     new 0ae578ac9 docs/GOVERNANCE: refreshed + added "donations" and 
"commercial support"
     new d79ee4ae3 CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT section
     new 3735107d6 SOCKS: fix typo in printf formatting
     new 1fc0617dc tool_util: Improve Windows version of tvnow()
     new 05b1b3508 nit: Copyright year out of date
     new 67d26a361 HTTP-COOKIES: mention that a trailing newline is required
     new 1b6cfb9d2 connect: remove some spurious infof() calls
     new 150f45e8d win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and 
SHA256 functions
     new 0c76795ca cleanup: comment typos
     new 7224e70f4 github action: add CIFuzz
     new 41fcb4f60 GnuTLS: Always send client cert
     new 3a34b930a gtls: fix the copyright year
     new 5808a0d0f http2: now require nghttp2 >= 1.12.0
     new 45160a812 RELEASE-NOTES: synced
     new 84762ff81 md4: Fixed compilation issues when using GNU TLS gcrypt
     new 81c371243 tests: Added a unit test for SHA256 digest generation
     new 4959be810 digest: Corrected the name of the local HTTP digest function
     new 37dc4df27 md5/sha256: Updated the functions to allow non-string data 
to be hashed
     new 2d432f7e4 ntlm: Removed the dependency on the TLS libaries when using 
MD5
     new 1f4911bc2 test1610: Fixed the link to the unit test
     new baf0b680f md4: Use const for the length input parameter
     new fa009cc79 tests: Added a unit test for MD4 digest generation
     new 7def168a4 ntlm: Moved the HMAC MD5 function into the HMAC module as a 
generic function
     new 3f74e5e60 hmac: Added a unit test for the HMAC hash generation
     new 80ccc2641 ftpserver: Corrected the e-mail address regex in MAIL_smtp() 
and RCTP_smtp()
     new 6995b77a5 ftpserver: Updated VRFY_smtp() so the response isn't 
necessary in the test case
     new 4c140a562 smtp: Added UTF-8 mailbox tests to verify existing behaviour
     new 9352a4077 url: Make the IDN conversion functions available to others
     new 68fb25fa3 smtp: Support UTF-8 based host names in the MAIL command
     new e7959c280 smtp: Support UTF-8 based host names in the RCPT TO command
     new 2aa6c1735 smtp: Support UTF-8 based host names in the VRFY command
     new 4754c55cd smtp: Detect server support for the UTF-8 extension as 
defined in RFC-6531
     new aba1bf630 smtp: Support the SMTPUTF8 extension in the MAIL command
     new 483edeb8d smtp: Support the SMTPUTF8 extension in the RCPT TO command
     new efce3ea5a smtp: Support the SMTPUTF8 extension in the VRFY command
     new 34a1ffb05 smtp: Support the SMTPUTF8 extension for the EXPN command
     new 8220ec821 smtp: Tidy up, following recent changes, to maintain the 
coding style
     new 6375b205a http: added 417 response treatment
     new 7730d1157 cookie: remove unnecessary check for 'out != 0'
     new d9e40f57d test1323: Added the missing 'unit test' feature requirement 
in the test case
     new 0922f7624 tests: Automatically deduce the tool name from the test case 
for unit tests
     new 507cf6a13 libssh: improve known hosts handling
     new 15f51474c http2: make pausing/unpausing set/clear local stream window
     new 9faa0d2b4 RELEASE-NOTES: synced
     new 1d1e9e8ad Curl_is_ASCII_name: handle a NULL argument
     new 7c3c5492c RELEASE-NOTES: Corrected the link to issue #4892
     new 9d5893105 gtls: Fixed compilation when using GnuTLS < 3.5.0
     new 81ade13c3 smtp: fix memory leak on exit path
     new 02988b70c runtests: restore the command log
     new 8c7c4a627 tests: fix Python 3 compatibility of smbserver.py
     new f093dcc39 ci/tests: Add Windows builds via Azure Pipelines using Docker
     new 1f114be62 ci/tests: align Azure Pipeline job names with each other
     new 513b5387a ci/tests: Increase timeouts of Windows builds due to new 
tests
     new ea1b2eb97 CIfuzz: switch off 'dry_run' mode
     new aeb292301 smtp: overwriting 'from' leaks memory
     new 0e06c1637 TODO: curl --proxycommand
     new fa0216b29 pause: force-drain the transfer on unpause
     new ada581f2c ci/tests: Send test results to Azure DevOps for reporting
     new f0ec0e902 md4: Use non-deprecated functions in mbedTLS >= 2.7.0
     new 5aea558dc md5: Use pointer notation for array parameters in GnuTLS 
implementation
     new 1d421de9a md5: Added implementation for mbedTLS
     new 5b46790f1 docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always
     new a2ad27875 polarssl: Additional removal
     new 711f022c0 runtests: fix output to command log
     new fc9312f71 CMake: clean up and improve build procedures
     new d6e3273bb build: remove all HAVE_OPENSSL_ENGINE_H defines
     new 597cf2f1f ci/tests: Make sure that the AZURE_ACCESS_TOKEN is available
     new d753cfc16 ci/tests: Fix typo in previous commit 597cf2
     new c77060923 ci/tests: Update Azure DevOps pipeline job display names
     new cdcc9df18 configure.ac: Disable metalink support if an incompatible 
SSL/TLS specified
     new cf1466bd4 unit1651: Fixed conversion compilation warning
     new 87869e38d mime: latch last read callback status.
     new ed0f357f7 mime: do not perform more than one read in a row
     new b2caaa068 mime: fix the binary encoder to handle large data properly
     new ff3b1f486 altsvc: both h3 backends now speak h3-27
     new e002f6c0c Revert "mime: fix the binary encoder to handle large data 
properly"
     new d7242f475 Revert "mime: do not perform more than one read in a row"
     new 8cd4e6d81 Revert "mime: latch last read callback status."
     new 0b3e3644e formdata/mime: copyright year range update
     new df207d2dd tests: disable SMTP UTF-8 tests on Windows
     new 967bf4633 configure: bump the AC_COPYRIGHT year range
     new 8ef1f55ad ci/tests: fine-tune Azure Pipeline timeouts with a small 
puffer
     new 5494afac8 tests: disable 962, 963 and 964 on Windows
     new 0caae3c4b http: mark POSTs with no body as "upload done" from the start
     new cf7760ab5 multi_wait: stop loop when sread() returns zero
     new 0e539970e ci/tests: some MacOS builds randomly take longer than 20min
     new 0b337ecc9 md4: use init/update/final functions in Secure Transport
     new 1722eb83b curl_getenv.3: Fix the memory handling description
     new 256a29361 curl_escape.3: Add a link to curl_free
     new 365f4ea53 sha256: Added GNU TLS Nettle implementation
     new 8fbd93724 sha256: Added GNU TLS gcrypt implementation
     new 425ceb015 sha256: Added mbedtls implementation
     new 4feb38dee sha256: Added SecureTransport implementation
     new f22a5c35e sha256: Added WinCrypt implementation
     new e6322feb3 sha256: Tidy up following recent changes
     new 18901c7bb configure.ac: Disable metalink if mbedTLS is specified
     new c537b0057 dist: include tests/azure.pm in the tarball
     new b572e0be5 Revert "sha256: Added SecureTransport implementation"
     new c0d8b96f2 ci/tests: Send test results to AppVeyor for status overview
     new 3feb60d28 ci/tests: Move CI test result creation above environment 
setup
     new 86ceb9b00 README.md: add Azure DevOps Pipelines build status badge
     new 119ea453f ci/tests: Make it possible to still run but ignore failing 
tests
     new e4b4ccbc6 cmake: Show HTTPS-proxy in the features output
     new e7c144f1d ci/tests: fix escaping of testnames and disable proxy for CI 
APIs
     new b44f18f1f THANKS: from 7.69.0
     new b8d136685 RELEASE-NOTES: 7.69.0
     new 691b71be9 cirrus-ci: disable the FreeBSD 13 builds
     new 1eecb0e02 runtests.1: rephrase how to specify what tests to run
     new 9aaca0904 tests: try to make sleeping portable by avoiding select
     new 3c1b9145c tests: align some Windows sleep defines with each other
     new 30f736002 tests: wrap ignored test failures in braces
     new 52d302ed6 polarssl: remove more references and mentions
     new beea6f8be KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored 
on macOS
     new a52a1a05f MANUAL: update a dict-using command line
     new 32a28dc28 RELEASE-NOTES: synced
     new 8aa04e9a2 Revert "pause: force-drain the transfer on unpause"
     new 6f17df7a6 urldata: remove the 'stream_was_rewound' connectdata struct 
member
     new 0b7735c45 transfer: set correct copyright year range
     new 2258b7bcc multi: skip EINTR check on wakeup socket if it was closed
     new 485d4470d curl_share_setopt.3: Note sharing cookies doesn't enable the 
engine
     new 64258bd0a pause: return early for calls that don't change pause state
     new 3c3db98b6 unit1612: fixed the inclusion and compilation of the HMAC 
unit test
     new e54b1885d pause: bail out on bad input
     new 09aa80724 libssh: Fix matching user-specified MD5 hex key
     new 4b786abc4 socks5: switch state properly when the resolve is done
     new e040146f2 pause: force a connection (re-)check after unpausing
     new 2f4c36357 config-win32: Windows does not have ftruncate
     new a39e5bfb9 seek: fix fallback for missing ftruncate on Windows
     new c0780e4a9 tool_cb_see: set correct copyright year range
     new 99c688ba2 perl: align order and completeness of Windows OS checks
     new a6fed41f6 tests: use native Sleep function as fallback on Windows
     new 310dc709f RELEASE-NOTES: synced
     new e364546fb version: make curl_version* thread-safe without using global 
context
     new c8f086bcc ares: store dns parameters for duphandle
     new 3dce9849b runtests: fix missing use of exe_ext helper function
     new 96972ec1c mime: latch last read callback status.
     new 1e4cb333e mime: do not perform more than one read in a row
     new e5b366c0b mime: fix the binary encoder to handle large data properly
     new 0a04dc4d5 lib1564: reduce number of mid-wait wakeup calls
     new 92d63a10a sha256: Added SecureTransport implementation
     new 1369b8ad3 sha256: Added WinCrypt implementation
     new a75f12768 test 1560: avoid valgrind false positives
     new 06a1b8214 cookie: get_top_domain() sets zero length for null domains
     new 77336671d silly web server: silent a compilation warning
     new f0e816054 socks4: fix host resolve regression
     new 464d944b5 RELEASE-NOTES: synced
     new e96fe70ca sftp: fix segfault regression introduced by #4747
     new 4d43d0614 runtests: log minimal and maximal used port numbers
     new 26c5ba0e6 tests/server: fix missing use of exe_ext helper function
     new 94ced8e36 tests/data: fix static ip:port instead of dynamic values 
being used
     new f11b2cb62 tests/data: fix static ip instead of dynamic value being used
     new fb6134427 test1129: fix invalid case of closing XML-tag and 
Content-Length
     new 2d47224e1 THANKS: from the 7.69.1 release
     new b81e0b077 RELEASE-NOTES: 7.69.1

The 281 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]