gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] annotated tag gnurl-7.54.0 created (now ebd83b061)


From: gnunet
Subject: [GNUnet-SVN] [gnurl] annotated tag gnurl-7.54.0 created (now ebd83b061)
Date: Thu, 20 Apr 2017 16:19:00 +0200

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

ng0 pushed a change to annotated tag gnurl-7.54.0
in repository gnurl.

      at ebd83b061 (tag)
 tagging 89b80f447cb7cf69e7fc7a643c05ae199d760d73 (commit)
 replaces curl-7_40_0
      by ng0
      on Thu Apr 20 14:17:03 2017 +0000

- Log -----------------------------------------------------------------
Release gnURL 7.54.0
-----BEGIN PGP SIGNATURE-----

iHUEABYKAB0WIQROh9J8cBT8U7AE0X2svDkPfLfWZwUCWPjC3wAKCRCsvDkPfLfW
Zx/6AQCSp0SHZN/M6bMVmSMEj80USpdG/ZC3cpuP9jZiTgZK7wD/fb3V5K9a+6GH
RvagWRMg0tv6nCCaE8lPXdmQq+arKAs=
=4hKW
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 03bd26852 bump: work on the next release
     new bbc81c46e cmake: Replace invalid UTF-8 byte sequence
     new 832b0105f test557: explicitly use the C locale so the numeric output 
is as expected
     new c6ddb606d tests: use consistent environment variables for setting 
charset
     new ce9ba3ba1 proxy: fixed a memory leak on OOM
     new 79221d8d5 ftp: removed an erroneous free in an OOM path
     new eac0dc6a3 docs: de-duplicate file lists in the Makefiles
     new 516e60aa8 ftp: fixed a NULL pointer dereference on OOM
     new f7285cc02 gopher: fixed detection of an error condition from 
Curl_urldecode
     new 1f8023ceb url: fix unix-socket support for proxy-disabled builds
     new 4fa2de369 test1139: allow for the possibility that the man page is not 
rebuilt
     new a21cae5f9 cyassl: get library version string at runtime
     new 727917555 digest_sspi: fix compilation warning
     new 41388b9ba tests: enable HTTP/2 tests to run with non-default port 
numbers
     new a162d8b21 warnless: suppress compiler warning
     new 0966ab5bd darwinssl: Warn that disabling host verify also disables SNI
     new 5f139d6b6 configure: fix for --enable-pthreads
     new 14cd405d2 checksrc.bat: Ignore curl_config.h.in, curl_config.h
     new e95240240 no-keepalive.d: fix typo
     new 6fc91f6d3 configure: fix --with-zlib when a path is specified
     new cbff751e9 build: fix gcc7 implicit fallthrough warnings
     new 9f2033344 url: split off proxy init and parsing from create_conn
     new 97a04145e tests: fixed a typo in some comments
     new 658b9a200 fix some typos in the doc (#1306)
     new 7b1430c0b fix potential use of uninitialized variables
     new 21512a015 CURLOPT_SSL_CTX_FUNCTION.3: Fix EXAMPLE formatting errors
     new f85ff14d5 CMake: Reorganize SSL support, separate WinSSL and SSPI
     new eb19e89f2 CMake: Add DarwinSSL support
     new c6a97466b CMake: Add mbedTLS support
     new 813263dc3 CMake: Set at most one SSL library
     new 29be83ee7 ares: return error at once if timed out before name resolve 
starts
     new bfcb3150a BINDINGS: add misssing C++ bindings
     new 5e99ede6d BINDINGS: add go-curl and perl6-net-curl
     new df77f1772 BINDINGS: add Scilab binding
     new 7ad72e0fc BINDINGS: update the Lua-cURL URL
     new aadb7c7b6 URL: return error on malformed URLs with junk after port 
number
     new 3914c07ed test1260: removed errant XML tag
     new f023f258f KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a 
password
     new bfaab3180 ares: better error return on timeouts
     new 958e17668 ares: Curl_resolver_wait_resolv: clear *entry first in 
function
     new 475c2583d http2: Fix assertion error on redirect with CL=0
     new 698aae270 updatemanpages.pl: Update man pages to use current date and 
versions
     new e159fff13 Makefile.am: Added scripts/updatemanpages.pl to EXTRA_DIST
     new f5712ca27 Makefile.am: Remove distribution man pages when running 
'make clean'
     new d960e5702 gitignore: Ignore man page dist files
     new beff139d3 maketgz: Run updatemanpages.pl to update man pages
     new 348f8a3da test1260: added http as a required feature
     new 324bf2fd3 insecure.d: clarify that this is for server connections
     new 6888a670a MANPAGE: clarify the dash situation in meta data
     new b66690733 RELEASE-NOTES: synced with 6888a670aa01
     new 6448f98c1 vtls: add options to specify range of enabled TLS versions
     new 6733acc90 openssl: unbreak the build after 6448f98c1857de
     new 28a3453ac bump: next release will be known as 7.54.0
     new 7d62502d6 polarssl: fixed compile errors introduced in 6448f98c
     new 9f3bc40f7 mkhelp: simplified the gzip code
     new b1dc45a82 build: fixed making man page in out-of-tree tarball builds
     new e1960fef1 tls-max.d: added to the makefile
     new 26e9fc27a tests: disabled 1903 now
     new 12f04142c openssl: add two /* FALLTHROUGH */ to satisfy coverity
     new 7c847ab9d ISSUE_TEMPLATE: for bugs, ask questions on the mailing list
     new 1e54c5fb0 README.md: add coverity and travis badges
     new 03c5223ee cmdline-opts: fixed a few typos
     new 381aff038 url: don't compile detect_proxy if HTTP support is disabled
     new 5278462c3 authneg: clear auth.multi flag at http_done
     new 0afbcfd80 curl_easy_reset: Also reset the authentication state
     new e84a863dc proxy: skip SSL initialization for closed connections
     new 8d1052099 tests: fix the authretry tests
     new e08c0cd32 mbedtls: fix typo in variable name
     new ec1d0ed1c http_proxy: Ignore TE and CL in CONNECT 2xx responses
     new d2bcf1e3e url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS
     new 1890d5990 tool_writeout: fixed a buffer read overrun on --write-out
     new 75398731e test1287: added verbose logs keyword
     new 3863de57f tests: clear the SSL_CERT_FILE variable on --libcurl tests
     new db900ab73 test1440/1: depend on well-defined file: behaviour
     new c25e0761d make: regenerate docs/curl.1 by runinng make in docs
     new bfb2a0ad7 RELEASE-NOTES: synced with c25e0761d0fc49c4
     new db87bcfcf winbuild: add basic support for OpenSSL 1.1.x
     new 66de56348 Improve code readbility
     new 3627769d1 build: removed redundant DEPENDENCIES from makefiles
     new a2eb08607 KNOWN_BUGS: remove libidn related issue
     new 280e8c6e3 BINDINGS: a Delphi binding
     new c5357b7b9 SSLCERTS.md: mention HTTPS proxies and their separate options
     new 49f7b1353 CURLINFO_LOCAL_PORT.3: added example
     new f7b3914c5 CURLINFO_LOCAL_PORT.3: fix typo
     new 98afec033 tool_operate: Fix showing HTTPS-Proxy options on 
CURLE_SSL_CACERT
     new 9873431c6 darwinssl: fix typo in variable name
     new 25d43d19d tests: strip more options from non-HTTP --libcurl tests
     new 718709c67 test714/5: added HTTP as a required feature
     new 1bca868f6 tests: fixed the documented test server port numbers
     new de2b31aa5 runtests.pl: fixed display of the Gopher IPv6 port number
     new 0005d0076 CONTRIBUTE: mention referring to github issues in commit msgs
     new 6e0f26c8a multi: fix streamclose() crash in debug mode
     new b3b9c627b RELEASE-NOTES: synced with 6e0f26c8a8c28df
     new 131e432bd RELEASE-NOTES: typo
     new 26baf39f3 examples: comment typos in http2 examples
     new 6f6e9193d docs: split file lists into Makefile.inc
     new 84a226a30 cmake: build manual pages (including curl.1)
     new 898b012a9 cmake: add support for building HTML and PDF docs
     new a360906de mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION
     new 96d6942b2 test2033: flaky
     new 207f58898 make: introduce 'test-nonflaky' target
     new 5091e18e8 travis: run tests-nonflaky instead of tests-full
     new e369303cd CURLINFO_PRIMARY_IP.3: add example
     new f355a92cd tests/README: mention nroff for --manual tests
     new ae22034d0 mkhelp: disable compression if the perl gzip module is 
unavailable
     new b999d35c7 openssl: fall back on SSL_ERROR_* string when no error detail
     new f99fcb0fe openssl: made the error table static const
     new 99d708a01 asiohiper: make sure socket is open in event_cb
     new 68aac9a83 openssl: fix comparison between signed and unsigned integer 
expressions
     new d14563454 tests/README: make "Run" section foolproof
     new 8e6587787 curl: check for end of input in writeout backslash handling
     new f7df67cff spelling fixes
     new 2c3af5b4c .gitattributes: turn off CRLF for *.am
     new 068cd1ad4 multi: fix MinGW-w64 compiler warnings
     new 23d48c35c schannel: fix variable shadowing warning
     new 041ded045 examples/fopen: checksrc compliance
     new b04e4ebdd openssl: exclude DSA code when OPENSSL_NO_DSA is defined
     new 7975d10cf http: Fix proxy connection reuse with basic-auth
     new 452203341 pause: handle mixed types of data when paused
     new 2549831da http: do not treat FTPS over CONNECT as HTTPS
     new 2066072ff conncache: make hashkey avoid malloc
     new d1ddda7e7 make: use the variable MAKE for recursive calls
     new 556c51a2d KNOWN_BUGS: typo
     new 396f34250 RELEASE-NOTES: synced with 556c51a2df
     new aced311d1 curl: fix callback argument inconsistency
     new 9bc92eeb0 NTLM: check for features with #ifdef instead of #if
     new 6a819089a docs/Makefile.am: include CMakeLists.txt in the dist tarball
     new 63dd7bbc5 cmake: add more missing files to the dist
     new f8952932e cmake: add cmake file in docs/libcurl/opts/ to dist
     new 1b4b2c1a5 select: use correct SIZEOF_ constant
     new a8e523f08 connect: fix unreferenced parameter warning
     new f104f7d91 schannel: fix unused variable warning
     new 244e0a36b gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead 
[-Wint-in-bool-context]
     new baaf0ba35 curl: fix callback functions to match prototype
     new 4a5b900cb http2: silence unused parameter warnings
     new e358a626f ssh: fix narrowing conversion warning
     new ec493dbda cmake: fix build with cmake 2.8.12.2
     new 2ff9c3e14 dist: add missing files to the tarball
     new d6bf5abd6 docs/index.html: removed, was not shipped anyway
     new 9bd7f004d libcurl.def: removed, unused
     new d5d85e707 CTestConfig.cmake: removed, unused
     new 76c21ed3f telnet: (win32) fix read callback return variable
     new 15b8c6795 docs: Explain --fail-early does not imply --fail
     new fb84faf00 fail-early.d: fix typos
     new 721f8c05c docs: added examples for CURLINFO_FILETIME.3 and 
CURLOPT_FILETIME.3
     new 55f4ababd tests/server/util: remove in6addr_any for recent MinGW
     new 5f1163517 multi: make curl_multi_wait avoid malloc in the typical case
     new 9506d01ee include: curl/system.h is a run-time version of curlbuild.h
     new d9c9611a2 docs: minor typo in write-out.d
     new a68ca63d7 easy: silence compiler warning
     new e60fe20fd llist: replace Curl_llist_alloc with Curl_llist_init
     new 4f2e348f9 hash: move key into hash struct to reduce mallocs
     new 5fadd0311 RELEASE-NOTES: synced with 4f2e348f9b42c69c480
     new 36e604fc7 url: don't free postponed data on connection reuse
     new 2d4413fef curl_sasl: declare mechtable static
     new d40f4e15e tool: fix Windows Unicode build
     new de05bcb70 multi: fix queueing of pending easy handles
     new 6193770ee tests: added test for Curl_splaygetbest to unit1309
     new 81284374b configure: prefer 'long long' to int64_t for curl_off_t
     new 446eaa941 tool_operate: move filetime code to its own function
     new b547fff56 tool_operate: fix MinGW compiler warning
     new 65154588f Revert "configure: prefer 'long long' to int64_t for 
curl_off_t"
     new 8761a40fd test1541: ignore the curl_off_t variable type name comparison
     new 1526912b9 INSTALL.cmake: more problems
     new c59fcdac9 nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d
     new ae485279a system.h: set sizeof long to 4 on "default 32 bit" systems
     new 2d5711dc1 low_speed_limit: improved function for longer time periods
     new d2bdc9875 test1606: verify speedcheck
     new aa2e9e901 gtls: fix compiler warning
     new 1f152a42a sspi: print out InitializeSecurityContext() error message
     new 33ca733ee schannel: fix compiler warnings
     new e61c04b45 system.h: add section for tcc
     new e10db122a BUGS: "Bugs in old versions"
     new 45c78ad5b vtls: fix unreferenced variable warnings
     new e8c3c92d5 INSTALL.md: fix secure transport configure arguments
     new fa6640328 CURLINFO_SCHEME.3: fix variable type
     new ced57e9a9 .github/stale.yml: enable the stale bot
     new 1b9b90d94 libcurl-thread.3: also mention threaded-resolver
     new f9d1e9a27 libcurl-thread.3: fixed a bad macro that caused test 1140 to 
fail
     new 764ad34ca RELEASE-NOTES: synced with f9d1e9a27f7e1
     new d29e9de14 nss: load CA certificates even with --insecure
     new 5ed16e6a7 openssl: fix this statement may fall through 
[-Wimplicit-fallthrough=]
     new aa573c3c5 poll: prefer <poll.h> over <sys/poll.h>
     new 580da62d8 polarssl: unbreak build with versions < 1.3.8
     new f79913050 system.h: fix mingw section
     new ab6d23278 Curl_expire_latest: ignore already expired timers
     new fad74ba4c tests/server/util: prefer <poll.h> over <sys/poll.h>
     new e50e2850b test1541: also test for CURL_PULL_WS2TCPIP_H
     new 9168e2470 curl-compilers.m4: turn implicit function declarations into 
errors
     new fc347820a mbedtls: fix memory leak in error path
     new 1451271e0 http2: fix handle leak in error path
     new 2af10b2c0 RELEASE-NOTES: synced with 1451271e0
     new 05c9f42e5 unit1303: fix compiler warning
     new a0576e2f3 .gitattributes: force shell scripts to LF
     new 5cefe201e configure.ac: ignore CR after version numbers
     new c25aba125 extern-scan.pl: strip trailing CR
     new aaa7e05c7 code: fix typos and style in comments
     new 47b2f89d7 openssl: make SSL_ERROR_to_str more future-proof
     new 1c92b5b60 openssl: fix thread-safety bugs in error-handling
     new 997504ea5 openssl: don't try to print nonexistant peer private keys
     new 33cfcfd9f TLS: Fix switching off SSL session id when client cert is 
used
     new a4ff8a1a0 nss: fix MinGW compiler warnings
     new a78fc4559 RELEASE-NOTES: curl 7.54.0
     new d957e2189 THANKS: add contributors from 7.54.0 release notes
     new 89b80f447 Patchset for gnURL microfork: * Patches to rename libcurl to 
libgnurl by Christian * Updated for latest curl using git cherry-pick by Jeff, 
Florian, ng0 * Patches to fix the testsuite (deleted tests/data/test1139, 
renamed reference from libcurl.* to libgnurl.*) by ng0 * Added guix-gnurl.scm 
which can be used to build this with guix prior to installing it. (author: ng0)

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