History log of /curl/RELEASE-NOTES (Results 701 – 725 of 2421)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_50_3
# 0b4a8535 14-Sep-2016 Daniel Stenberg

RELEASE-NOTES: curl 7.50.3


# 4a35bbbe 13-Sep-2016 Daniel Stenberg

RELEASE-NOTES: synced with 665694979b6


# d58682f2 10-Sep-2016 Daniel Stenberg

RELEASE-NOTES: synced with 257bf3ac67eb6


# add8ee7d 07-Sep-2016 Daniel Stenberg

bump: toward 7.51.0


Revision tags: curl-7_50_2
# 9ce6d0d5 06-Sep-2016 Daniel Stenberg

RELEASE-NOTES: curl 7.50.2 release


# 72abf4f5 05-Sep-2016 Daniel Stenberg

RELEASE-NOTES: synced with 3d4c0c8b9bc1d


# 8a529ef0 27-Aug-2016 Steve Holme

RELEASE-NOTES: Added missing fix from commit 15592143f


# 3a5d5de9 26-Aug-2016 Peter Wang

nss: work around race condition in PK11_FindSlotByName()

Serialise the call to PK11_FindSlotByName() to avoid spurious errors in
a multi-threaded environment. The underlying cause is a r

nss: work around race condition in PK11_FindSlotByName()

Serialise the call to PK11_FindSlotByName() to avoid spurious errors in
a multi-threaded environment. The underlying cause is a race condition
in nssSlot_IsTokenPresent().

Bug: https://bugzilla.mozilla.org/1297397

Closes #985

show more ...


# 7700fcba 22-Aug-2016 Kamil Dudka

nss: refuse previously loaded certificate from file

... when we are not asked to use a certificate from file


# 15592143 22-Aug-2016 Daniel Stenberg

RELEASE-NOTES: synced with 95ded2c56


# a5174b02 15-Aug-2016 Daniel Stenberg

RELEASE-NOTES: synced with b7ee5316c2fd5b


# 6301692f 10-Aug-2016 Daniel Stenberg

RELEASE-NOTES: synced with e577c43bb5


# 9803e832 04-Aug-2016 Daniel Stenberg

RELEASE-NOTES: synced with 7b4bf37a44791


# 73878278 03-Aug-2016 Daniel Stenberg

bump: start working toward 7.50.2


Revision tags: curl-7_50_1
# 95addfe8 02-Aug-2016 Daniel Stenberg

RELEASE-NOTES: 7.50.1


# 2136a6a8 01-Aug-2016 Daniel Stenberg

RELEASE-NOTES: synced with aa9f536a18b


# 5e26d9ce 21-Jul-2016 Kamil Dudka

tests: distribute the http2-server.pl script, too


# 8b9ba132 21-Jul-2016 Kamil Dudka

docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too


# 001f8d06 21-Jul-2016 Daniel Stenberg

bump: start working on 7.50.1


Revision tags: curl-7_50_0
# 79e63a53 20-Jul-2016 Daniel Stenberg

RELEASE-NOTES: version 7.50.0 ready


# 545562f1 19-Jul-2016 Daniel Stenberg

RELEASE-NOTES: synced with c50980807c5


# 91792d83 27-Jun-2016 Daniel Stenberg

RELEASE-NOTES: synced with d61c80515aa8


# b2dcf034 21-Jun-2016 Kamil Dudka

curl-compilers.m4: improve detection of GCC's -fvisibility= flag

Some builds of GCC produce output on both stdout and stderr when --help
--verbose is used. The 2>&1 redirection caused t

curl-compilers.m4: improve detection of GCC's -fvisibility= flag

Some builds of GCC produce output on both stdout and stderr when --help
--verbose is used. The 2>&1 redirection caused them to be arbitrarily
interleaved with each other because of stream buffering. Consequently,
grep failed to match the fvisibility= string in the mixed output, even
though the string was present in GCC's standard output.

This led to silently disabling symbol hiding in some builds of curl.

show more ...


# c53d8a0b 06-Jun-2016 Daniel Stenberg

RELEASE-NOTES: synced with 34855feeb4c299


# 584d0121 03-Jun-2016 Kamil Dudka

tool_urlglob: fix off-by-one error in glob_parse()

... causing SIGSEGV while parsing URL with too many globs.
Minimal example:

$ curl $(for i in $(seq 101); do printf '{a}'; don

tool_urlglob: fix off-by-one error in glob_parse()

... causing SIGSEGV while parsing URL with too many globs.
Minimal example:

$ curl $(for i in $(seq 101); do printf '{a}'; done)

Reported-by: Romain Coltel
Bug: https://bugzilla.redhat.com/1340757

show more ...


1...<<21222324252627282930>>...97