Daniel Stenberg
7474418074
RELEASE-NOTES: synced with c68fed875
2017-04-24 10:09:31 +02:00
Daniel Stenberg
d88d054e94
bump: start working on next release
2017-04-19 23:16:10 +02:00
Daniel Stenberg
a78fc4559f
RELEASE-NOTES: curl 7.54.0
2017-04-19 07:41:40 +02:00
Daniel Stenberg
2af10b2c0b
RELEASE-NOTES: synced with 1451271e0
2017-04-16 10:37:18 +02:00
Daniel Stenberg
764ad34cad
RELEASE-NOTES: synced with f9d1e9a27f
2017-04-10 10:24:12 +02:00
Daniel Stenberg
5fadd0311c
RELEASE-NOTES: synced with 4f2e348f9b
2017-04-04 17:24:33 +02:00
Daniel Stenberg
396f34250d
RELEASE-NOTES: synced with 556c51a2df
2017-03-29 09:50:23 +02:00
Daniel Stenberg
131e432bd5
RELEASE-NOTES: typo
2017-03-21 12:39:18 +01:00
Daniel Stenberg
b3b9c627b4
RELEASE-NOTES: synced with 6e0f26c8a8
2017-03-21 12:37:11 +01:00
Daniel Stenberg
bfb2a0ad77
RELEASE-NOTES: synced with c25e0761d0
2017-03-13 15:55:53 +01:00
Daniel Stenberg
28a3453ac7
bump: next release will be known as 7.54.0
...
...due to the newly added CURL_SSLVERSION_MAX_* functionality
2017-03-08 23:43:24 +01:00
Daniel Stenberg
b666907336
RELEASE-NOTES: synced with 6888a670aa
2017-03-08 10:55:06 +01:00
Daniel Stenberg
03bd26852b
bump: work on the next release
2017-02-24 23:48:05 +01:00
Daniel Stenberg
25df50aa33
release: 7.53.1
2017-02-24 08:47:45 +01:00
Daniel Stenberg
656441d915
RELEASE-NOTES: synced with 443e5b03a7
2017-02-23 11:21:44 +01:00
Daniel Stenberg
d3838dc68e
bump: 7.53.1 coming up
...
synced with df665f4df0f7a352
2017-02-23 10:47:44 +01:00
Daniel Stenberg
a7135ac3c3
release: 7.53.0
2017-02-22 00:23:38 +01:00
Daniel Stenberg
563a4b0671
RELEASE-NOTES: synced with af30f1152d
2017-02-20 08:11:17 +01:00
Daniel Stenberg
04aa9645b5
RELEASE-NOTES: synced with 690935390c
2017-02-14 23:19:04 +01:00
Kamil Dudka
8fa5409800
nss: make FTPS work with --proxytunnel
...
If the NSS code was in the middle of a non-blocking handshake and it
was asked to finish the handshake in blocking mode, it unexpectedly
continued in the non-blocking mode, which caused a FTPS connection
over CONNECT to fail with "(81) Socket not ready for send/recv".
Bug: https://bugzilla.redhat.com/1420327
2017-02-09 17:34:14 +01:00
Daniel Stenberg
3726802830
RELEASE-NOTES: synced with 102454459d
2017-02-07 10:44:04 +01:00
Daniel Stenberg
54210fa5b0
RELEASE-NOTES; synced with ab08d82648
2017-01-28 23:58:13 +01:00
Daniel Stenberg
a2bcaa3194
RELEASE-NOTES: synced with 01ab7c30bb
2017-01-20 16:56:05 +01:00
Daniel Stenberg
8f8ba61224
bump: next release will be 7.53.0
2017-01-16 08:34:15 +01:00
Daniel Stenberg
d758e99cef
RELEASE-NOTES: synced with a7c73ae309
2017-01-13 23:26:09 +01:00
Daniel Stenberg
d3a313c099
RELEASE-NOTES: synced with a41e8592d6
2017-01-09 14:54:48 +01:00
Daniel Stenberg
2bb00705bb
RELEASE-NOTES: synced with a7b38c9dc9
2016-12-26 21:12:44 +01:00
Daniel Stenberg
ad4b348c48
bump: toward next release
2016-12-23 23:47:33 +01:00
Daniel Stenberg
44b9b4d4f5
RELEASE-NOTES: curl 7.52.1
2016-12-22 16:41:14 +01:00
Daniel Stenberg
462650e455
bump: toward next release
2016-12-21 12:44:09 +01:00
Daniel Stenberg
7fda9ce46e
RELEASE-NOTES: 7.52.0
2016-12-20 16:16:47 +01:00
Daniel Stenberg
3dcbd06d05
RELEASE-NOTES: synced with 4517158abf
2016-12-18 17:15:09 +01:00
Daniel Stenberg
65c3d3fe94
RELEASE-NOTES: synced with 71a55534fa
2016-12-08 21:08:35 +01:00
Daniel Stenberg
4e8e22c25b
RELEASE-NOTES: synced with 19613fb3
2016-11-28 23:40:48 +01:00
Daniel Stenberg
7d967c80bc
RELEASE-NOTES: update option counters
2016-11-25 00:47:52 +01:00
Daniel Stenberg
54789f9444
RELEASE-NOTES: synced with 63198a4750
2016-11-25 00:31:48 +01:00
Daniel Stenberg
ff662f1c3a
RELEASE-NOTES: synced with 346340808c
2016-11-12 00:09:35 +01:00
Daniel Stenberg
de39e8973f
RELEASE-NOTES: synced with dfcdaaba37
2016-11-09 09:14:44 +01:00
Kamil Dudka
a110a03b43
curl: introduce the --tlsv1.3 option to force TLS 1.3
...
Fully implemented with the NSS backend only for now.
Reviewed-by: Ray Satiro
2016-11-07 12:07:11 +01:00
Kamil Dudka
6ad3add606
vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
...
Fully implemented with the NSS backend only for now.
Reviewed-by: Ray Satiro
2016-11-07 11:52:07 +01:00
Kamil Dudka
5d45ced7a4
nss: map CURL_SSLVERSION_DEFAULT to NSS default
...
... but make sure we use at least TLSv1.0 according to libcurl API
Reported-by: Cure53
Reviewed-by: Ray Satiro
2016-11-07 11:51:33 +01:00
Daniel Stenberg
71cfce9ce7
bump: start working on 7.51.1
2016-11-03 10:08:26 +01:00
Daniel Stenberg
1fe755f99d
RELEASE-NOTES: 7.51.0
2016-11-02 07:34:06 +01:00
Daniel Stenberg
9934f4fe9f
RELEASE-NOTES: synced with d14538d250
2016-10-31 10:50:32 +01:00
Martin Frodl
eb84412b33
nss: fix tight loop in non-blocking TLS handhsake over proxy
...
... in case the handshake completes before entering
CURLM_STATE_PROTOCONNECT
Bug: https://bugzilla.redhat.com/1388162
2016-10-25 11:56:37 +02:00
Daniel Stenberg
c30a2d97ed
RELEASE-NOTES: synced with 50ee3aaf1a
2016-10-24 08:03:07 +02:00
Daniel Stenberg
97dfe38641
RELEASE-NOTES: synced with f36f8c1455
2016-10-18 17:17:54 +02:00
Daniel Stenberg
f7d6bdca6c
RELEASE-NOTES: synced with a1a5cd0487
2016-10-16 13:31:42 +02:00
Daniel Stenberg
8c2b5580a6
RELEASE-NOTES: spellfix
2016-10-10 08:14:28 +02:00
Daniel Stenberg
f68042a2a5
RELEASE-NOTES: synced with 8272049062
...
5 more fixes, 2 more contributors
2016-10-10 08:13:01 +02:00
Daniel Stenberg
6bf909d5ce
RELEASE-NOTES: synced with 8fd2a754f0
2016-10-04 23:50:52 +02:00
Kamil Dudka
d1f1c857ad
nss: add chacha20-poly1305 cipher suites if supported by NSS
2016-09-22 10:20:12 +02:00
Daniel Stenberg
6834ebaaa3
RELEASE-NOTES: synced with 79607eec51
2016-09-19 23:58:55 +02:00
Daniel Stenberg
4ba1569ad1
RELEASE-NOTES: reset and go toward 7.51.0 (again)
2016-09-14 09:00:00 +02:00
Daniel Stenberg
0b4a85352b
RELEASE-NOTES: curl 7.50.3
2016-09-14 07:56:11 +02:00
Daniel Stenberg
4a35bbbe8e
RELEASE-NOTES: synced with 665694979b
2016-09-13 15:09:29 +02:00
Daniel Stenberg
d58682f28b
RELEASE-NOTES: synced with 257bf3ac67
2016-09-11 00:06:17 +02:00
Daniel Stenberg
add8ee7d57
bump: toward 7.51.0
2016-09-07 15:45:24 +02:00
Daniel Stenberg
9ce6d0d528
RELEASE-NOTES: curl 7.50.2 release
2016-09-07 07:45:43 +02:00
Daniel Stenberg
72abf4f59e
RELEASE-NOTES: synced with 3d4c0c8b9b
2016-09-05 14:55:01 +02:00
Steve Holme
8a529ef01d
RELEASE-NOTES: Added missing fix from commit 15592143f
2016-08-27 11:10:17 +01:00
Peter Wang
3a5d5de9ef
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
2016-08-26 14:42:22 +02:00
Kamil Dudka
7700fcba64
nss: refuse previously loaded certificate from file
...
... when we are not asked to use a certificate from file
2016-08-26 13:30:27 +02:00
Daniel Stenberg
15592143f3
RELEASE-NOTES: synced with 95ded2c56
2016-08-22 14:48:13 +02:00
Daniel Stenberg
a5174b022b
RELEASE-NOTES: synced with b7ee5316c2
2016-08-15 08:47:21 +02:00
Daniel Stenberg
6301692fae
RELEASE-NOTES: synced with e577c43bb5
2016-08-10 09:12:34 +02:00
Daniel Stenberg
9803e832d9
RELEASE-NOTES: synced with 7b4bf37a44
2016-08-05 00:37:03 +02:00
Daniel Stenberg
73878278d8
bump: start working toward 7.50.2
2016-08-03 09:36:27 +02:00
Daniel Stenberg
95addfe828
RELEASE-NOTES: 7.50.1
2016-08-03 00:34:27 +02:00
Daniel Stenberg
2136a6a892
RELEASE-NOTES: synced with aa9f536a18
2016-08-01 23:40:27 +02:00
Kamil Dudka
5e26d9ceea
tests: distribute the http2-server.pl script, too
2016-07-21 13:07:27 +02:00
Kamil Dudka
8b9ba132f0
docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too
2016-07-21 13:06:17 +02:00
Daniel Stenberg
001f8d06fe
bump: start working on 7.50.1
2016-07-21 11:16:08 +02:00
Daniel Stenberg
79e63a53bb
RELEASE-NOTES: version 7.50.0 ready
2016-07-21 10:53:38 +02:00
Daniel Stenberg
545562f13e
RELEASE-NOTES: synced with c50980807c
2016-07-19 23:04:26 +02:00
Daniel Stenberg
91792d83b7
RELEASE-NOTES: synced with d61c80515a
2016-06-27 17:06:52 +02:00
Kamil Dudka
b2dcf0347f
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.
2016-06-21 12:58:24 +02:00
Daniel Stenberg
c53d8a0b41
RELEASE-NOTES: synced with 34855feeb4
2016-06-06 23:24:01 +02:00
Kamil Dudka
584d0121c3
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
2016-06-03 13:07:22 +02:00
Daniel Stenberg
c444ace556
RELEASE-NOTES: synced with 142ee9fa15
2016-05-31 23:33:48 +02:00
Daniel Stenberg
4bffaad85f
bump: start the journey toward 7.50.0
2016-05-30 22:55:54 +02:00
Daniel Stenberg
602a6bdf6f
RELEASE-NOTES: fix vuln link
2016-05-30 08:21:16 +02:00
Daniel Stenberg
cf93a7b364
RELEASE-NOTES: 7.49.1
2016-05-30 08:14:27 +02:00
Daniel Stenberg
79fde56ae3
RELEASE-NOTES: synced with 3caaeffbe8
2016-05-21 16:05:54 +02:00
Daniel Stenberg
46c4ad36ed
RELEASE-NOTES: synced with 48114a8634
2016-05-19 14:01:30 +02:00
Steve Holme
1c86f14030
bump: Start work on 7.49.1
2016-05-18 17:47:38 +01:00
Daniel Stenberg
a45e71f0c7
RELEASE-NOTES: 7.49.0
2016-05-17 14:51:35 +02:00
Daniel Stenberg
2639c3920d
RELEASE-NOTES: synced with 2dcb5adc72
2016-05-16 09:05:03 +02:00
Daniel Stenberg
4c658d2c8b
RELEASE-NOTES: synced with 68701e51c1
...
Added 8 bug fixes and 5 more contrbutors
2016-05-13 00:18:53 +02:00
Daniel Stenberg
9cf8577eb3
RELEASE-NOTES: synced with 7987f5cb14
2016-05-01 23:44:02 +02:00
Daniel Stenberg
ba06adc4c5
RELEASE-NOTES: synced with f4298fcc6d
2016-04-27 15:31:38 +02:00
Daniel Stenberg
610b9cdccf
RELEASE-NOTES: synced with 3c1e84f569
2016-04-22 15:46:34 +02:00
Daniel Stenberg
a42337a907
RELEASE-NOTES: synced with 03de4e4b21
...
(since we just merged two major features)
2016-04-19 00:39:27 +02:00
Daniel Stenberg
743fa10670
RELEASE-NOTES: synced with 26ec93dd6a
2016-04-18 12:38:22 +02:00
Steve Holme
635a76cf73
RELEASE-NOTES: Corrected last updated
...
Included a summary of the checksrc.bat updates and combined two krb5
changes as they should have been implemented at the same time.
2016-04-06 00:26:12 +01:00
Daniel Stenberg
4e55f67f24
RELEASE-NOTES: synced with 86e97b642f
2016-04-04 09:01:27 +02:00
Daniel Stenberg
c40e85334d
7.49.0: next release version
2016-04-02 17:26:54 +02:00
Steve Holme
3aa76ba164
RELEASE-NOTES: Removed "http_negotiate: Corrected host and proxy host name"
...
As this was introduced in the recent vauth changes and not a prior
release.
2016-04-01 22:20:58 +01:00
Daniel Stenberg
53fc6cb81b
RELEASE-NOTES: synced with 0aa8da10bb
2016-04-01 23:15:29 +02:00
Steve Holme
6a70909699
RELEASE-NOTES: Synced with f0bdd72c10
2016-03-27 18:52:42 +01:00
Daniel Stenberg
5173c499c1
bump: work on 7.48.1
2016-03-23 09:35:23 +01:00
Daniel Stenberg
9819cec61b
RELEASE-NOTES: curl 7.48.0
2016-03-23 07:55:48 +01:00
Daniel Stenberg
100f991251
RELEASE-NOTES: synced with 80851028ef
2016-03-19 22:46:09 +01:00
Daniel Stenberg
997a95bbc8
bump: the coming release is 7.48.0
2016-03-18 21:59:53 +01:00
Daniel Stenberg
53e2ca6896
RELEASE-NOTES: synced with 863c5766dd
2016-03-10 14:09:44 +01:00
Tim Rühsen
c140bd7891
cookie: do not refuse cookies for localhost
...
Closes #658
2016-03-08 15:27:43 +01:00
Daniel Stenberg
569a37efe0
RELEASE-NOTES: synced with ede0bfc079
2016-02-15 10:20:05 +01:00
Daniel Stenberg
3a47657648
RELEASE-NOTES: synced with c276aefee3
2016-02-10 13:49:34 +01:00
Daniel Stenberg
7f97fd5a83
bump: work toward the next release
2016-02-08 10:47:44 +01:00
Daniel Stenberg
8f995e2e00
RELEASE-NOTES: curl 7.47.1 time!
2016-02-08 10:26:24 +01:00
Daniel Stenberg
b97307047c
RELEASE-NOTES: synced with d6a8869ea3
2016-02-07 16:20:23 +01:00
Viktor Szakats
20dcd19501
URLs: follow GitHub project rename (also Travis CI)
...
Closes #632
2016-02-04 23:01:38 +01:00
Dan Fandrich
093f9cd38d
URLs: Change more haxx.se URLs from http: to https:
2016-02-03 01:45:21 +01:00
Daniel Stenberg
493f54c6c0
RELEASE-NOTES: synced with 4af40b364
2016-02-03 00:32:07 +01:00
Daniel Stenberg
4af40b3646
URLs: change all http:// URLs to https://
2016-02-03 00:19:02 +01:00
Daniel Stenberg
300718382f
bump: towards the next (7.47.1 ?)
2016-01-28 16:36:29 +01:00
Daniel Stenberg
cea1fd7a94
RELEASE-NOTES: 7.47.0
2016-01-26 23:42:55 +01:00
Daniel Stenberg
1783070801
RELEASE-NOTES: synced with d58ba66eec
2016-01-24 20:31:30 +01:00
Kamil Dudka
be538e0766
ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL
...
The CURLOPT_SSH_PUBLIC_KEYFILE option has been documented to handle
empty strings specially since curl-7_25_0-31-g05a443a but the behavior
was unintentionally removed in curl-7_38_0-47-gfa7d04f.
This commit restores the original behavior and clarifies it in the
documentation that NULL and "" have both the same meaning when passed
to CURLOPT_SSH_PUBLIC_KEYFILE.
Bug: http://curl.haxx.se/mail/lib-2016-01/0072.html
2016-01-15 10:34:34 +01:00
Daniel Stenberg
be79d83b00
RELEASE-NOTES: synced with 35083ca60e
2016-01-14 22:09:09 +01:00
Marc Hoersken
ddfa0d850b
RELEASE-NOTES: add 5e0e81a9c4
2015-12-27 18:18:45 +01:00
Daniel Stenberg
752171f016
RELEASE-NOTES: synced with 2aec4359db
2015-12-26 23:13:32 +01:00
Daniel Stenberg
58ac23dd16
RELEASE-NOTES: command line option recount
2015-12-17 13:22:14 +01:00
Daniel Stenberg
871ad2a0f2
RELEASE-NOTES: synced with 6c2c019654
2015-12-15 23:12:32 +01:00
Daniel Stenberg
e7d8d8e257
bump: towards next release
...
for all we know now, it might be called 7.46.1
2015-12-02 23:24:47 +01:00
Daniel Stenberg
e2ae32ff5f
RELEASE-NOTES: updated contributor count for 7.46.0
2015-12-01 23:10:16 +01:00
Daniel Stenberg
5648f0a32c
RELEASE-NOTES; this bug was never released
2015-11-30 08:22:32 +01:00
Daniel Stenberg
2fddc4e3e1
RELEASE-NOTES: synced with e55f15454e
2015-11-30 08:03:28 +01:00
Daniel Stenberg
5b96b5e79e
RELEASE-NOTES: synced with 99d17a5e2b
2015-11-25 11:29:00 +01:00
Steve Holme
051485d9e0
RELEASE-NOTES: Adjusted for the recent OAuth 2.0 activity
2015-11-15 20:18:44 +00:00
Daniel Stenberg
6cfd646f58
RELEASE-NOTES: synced with 808a17ee67
2015-11-15 19:12:06 +01:00
Daniel Stenberg
ceb396c54a
RELEASE-NOTES: recounted curl_easy_setopt() options
2015-11-13 23:40:40 +01:00
Daniel Stenberg
9b7f8ab21b
RELEASE-NOTES: synced with 2200bf6205
2015-11-09 09:00:39 +01:00
Daniel Stenberg
1ea3a7d5e4
RELEASE-NOTES: synced with cba5bc5854
2015-11-02 10:16:21 +01:00
Daniel Stenberg
2f4f4108d6
RELEASE-NOTES: synced with 03b6e07816
2015-10-23 16:40:44 +02:00
Daniel Stenberg
23cc0c00d4
RELEASE-NOTES: synced with ace68fdc0c
2015-10-22 18:40:53 +02:00
Daniel Stenberg
4201e4a9ac
RELEASE-NOTES: synced with 4c773bcb47
2015-10-18 23:48:07 +02:00
Daniel Stenberg
8bb43ecd05
bump: start climbing toward 7.46.0
2015-10-07 14:52:32 +02:00
Daniel Stenberg
aed57fdc95
RELEASE-NOTES: synced with 69ea579700
2015-10-05 19:36:31 +02:00
Daniel Stenberg
ec9cbb1757
RELEASE-NOTES: synced with 69b89050d4
2015-09-29 10:57:42 +02:00
Daniel Stenberg
684bf30802
RELEASE-NOTES: synced with 6b56901b56
2015-09-22 22:21:58 +02:00
Daniel Stenberg
67dbf8aa9c
RELEASE-NOTES: synced with 4d95491636
2015-09-20 13:00:19 +02:00
Kamil Dudka
958d2ffb19
nss: prevent NSS from incorrectly re-using a session
...
Without this workaround, NSS re-uses a session cache entry despite the
server name does not match. This causes SNI host name to differ from
the actual host name. Consequently, certain servers (e.g. github.com)
respond by 400 to such requests.
Bug: https://bugzilla.mozilla.org/1202264
2015-09-18 17:38:51 +02:00
Daniel Stenberg
68c620fdc7
RELEASE-NOTES: synced with fad9604613
2015-09-12 12:54:58 +02:00
Daniel Stenberg
749c0ca05b
RELEASE-NOTES: synced with c764cb4add
2015-08-31 23:17:53 +02:00
Daniel Stenberg
6d91b70d8b
RELEASE-NOTES: synced with 2acaf3c804
2015-08-24 00:21:08 +02:00
Daniel Stenberg
1cea72bfde
RELEASE-NOTES: synced with 14ff86256b
2015-08-20 23:12:21 +02:00
Daniel Stenberg
052a9dfdad
bump: start working toward 7.45.0
2015-08-12 09:07:37 +02:00
Daniel Stenberg
1a7f66a3de
RELEASE-NOTES: synced with c75a1e7750
2015-08-11 20:13:01 +02:00
Daniel Stenberg
c8a656d3c7
RELEASE-NOTES: synced with 9ee40ce2ab
2015-08-11 00:16:19 +02:00
Daniel Stenberg
0b8e9c8522
Revert "configure: disable libidn by default"
...
This reverts commit e6749055d6
.
... since libidn has since been fixed.
2015-08-10 14:54:41 +02:00
Steve Holme
4d13b78aec
RELEASE-NOTES: Synced with 39dcf352d2
2015-08-09 12:04:57 +01:00
Steve Holme
5b9151231d
RELEASE-NOTES: Synced with cf8975387f
2015-08-06 19:00:36 +01:00
Steve Holme
7f11259eb7
RELEASE-NOTES: Synced with 473807b95f
2015-08-05 19:34:47 +01:00
Daniel Stenberg
1b3d3f9237
RELEASE-NOTES: synced with c4eb10e2f0
2015-08-03 14:50:18 +02:00
Steve Holme
909f0a82b0
RELEASE-NOTES: Synced with 8b1d00ac1a
2015-07-31 06:24:35 +01:00
Steve Holme
dda81c1d5f
RELEASE-NOTES: Synced with 2d7e165761
2015-07-29 19:17:18 +01:00
Daniel Stenberg
29e5cf2a2d
RELEASE-NOTES: synced with 0f645adc95
2015-07-26 22:33:17 +02:00
Daniel Stenberg
b59f296bf6
RELEASE-NOTES: synced with e6749055d6
2015-06-30 00:45:14 +02:00
Daniel Stenberg
85739723ba
bump: start the journey toward 7.44.0
2015-06-17 13:59:33 +02:00
Daniel Stenberg
38e07886ed
RELEASE-NOTES: 7.43.0 release
2015-06-17 07:44:53 +02:00
Daniel Stenberg
f93da27756
RELEASE-NOTES: synced with f29f2cbd00
2015-06-16 09:07:37 +02:00
Daniel Stenberg
0fcfe4d7ac
RELEASE-NOTES: synced with 20ac345806
2015-06-09 00:33:23 +02:00
Daniel Stenberg
9972666b47
RELEASE-NOTES: synced with c005790ff1
2015-05-27 14:48:59 +02:00
Daniel Stenberg
1c0f70f534
RELEASE-NOTES: synced with cd39b944af
...
I've not mentioned the bug fixes that were shipped in 7.42.1 from the
7_42 branch.
2015-04-29 08:38:04 +02:00
Daniel Stenberg
d409f094a5
bump: start working toward 7.43.0
2015-04-22 13:32:45 +02:00
Daniel Stenberg
22691f849a
RELEASE-NOTES: updated for 7.42.0
2015-04-22 07:56:12 +02:00
Daniel Stenberg
9d704b3df9
RELEASE-NOTES: synced with cc0e7ebc3b
2015-04-20 10:05:46 +02:00
Daniel Stenberg
82805b56b9
RELEASE-NOTES: synced with 1ba6e4c88e
2015-04-15 23:21:49 +02:00
Kamil Dudka
261a0fedcf
src/tool_operate: create output file on successful download
...
... of an empty file
Bug: https://github.com/bagder/curl/issues/183
2015-04-08 09:43:08 +02:00
Daniel Stenberg
369430cd17
RELEASE-NOTES: synced with abf6bddc14
2015-04-03 11:03:21 +02:00
Daniel Stenberg
623d24f3ee
RELEASE-NOTES: synced with d2feb71752
2015-03-28 16:33:17 +01:00
Daniel Stenberg
ab6e6edb9e
RELEASE-NOTES: synced with f687860936
2015-03-24 11:15:47 +01:00
Daniel Stenberg
7e16aa936f
RELEASE-NOTES: synced with e539f01567
2015-03-18 08:37:54 +01:00
Daniel Stenberg
983ccdcead
RELEASE-NOTES: synced with 186e46d88d
2015-03-12 23:40:38 +01:00
Daniel Stenberg
e662ddff49
RELEASE-NOTES: synced with c19349951
2015-03-09 11:12:54 +01:00
Steve Holme
f6864697c3
RELEASE-NOTES: Synced with 921d195187
2015-02-28 11:20:59 +00:00
Daniel Stenberg
4aa9bb6b13
bump: start working toward 7.42.0
2015-02-25 09:08:13 +01:00
Daniel Stenberg
2e880e29bf
RELEASE-NOTES: sync with ffc2aeec6e
(7.41.0 release time!)
2015-02-25 08:30:27 +01:00
Kamil Dudka
e08a12dab1
connect: wait for IPv4 connection attempts
...
... even if the last IPv6 connection attempt has failed.
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1187531#c4
2015-02-23 13:32:28 +01:00
Daniel Stenberg
5d87b1f22c
RELEASE-NOTES: synced with 5e4395eab8
2015-02-23 08:05:41 +01:00
Steve Holme
fce3f8f487
RELEASE-NOTES: Synced with 6f89f86c3d
2015-02-14 22:24:07 +00:00
Steve Holme
db6bcbd83f
RELEASE-NOTES: Synced with 37824498a3
2015-01-23 07:57:09 +00:00
Daniel Stenberg
af8928a23b
RELEASE-NOTES: mention the new OCSP stapling options, bump version
2015-01-16 23:36:02 +01:00
Steve Holme
251a349055
RELEASE-NOTES: Synced with 5f09947d28
2015-01-16 21:52:21 +00:00
Steve Holme
710c38d7a4
RELEASE-NOTES: Synced with d21b66835f
2015-01-09 22:20:35 +00:00
Daniel Stenberg
34636fa47e
bump: start working towards 7.40.1
2015-01-08 10:00:28 +01:00
Daniel Stenberg
9ce2d70019
RELEASE-NOTES: version 7.40.0
2015-01-07 23:08:53 +01:00
Daniel Stenberg
c07857e063
RELEASE-NOTES: updated with ./contributors.sh output
2015-01-07 12:41:02 +01:00
Steve Holme
241a67f73b
RELEASE-NOTES: Synced with ea93252ef1
2015-01-04 22:58:19 +00:00
Steve Holme
1dd57bd783
RELEASE-NOTES: Synced with 34f0bd110f
2015-01-02 17:19:49 +00:00
Steve Holme
b4433a8ba6
RELEASE-NOTES: Synced with 1933f9d33c
2014-12-30 00:27:59 +00:00
Steve Holme
7c66ab5029
RELEASE-NOTES: Synced with 8830df8b66
2014-12-24 17:51:12 +00:00
Steve Holme
7dfbbae3d4
RELEASE-NOTES: Synced with 6291a16b20
2014-12-12 23:30:50 +00:00
Steve Holme
8ff3bb5000
RELEASE-NOTES: Synced with 1cc5194337
...
Added some bug fixes that I had missed in previous synchronisations.
2014-12-10 12:59:41 +00:00
Steve Holme
090232ea19
RELEASE-NOTES: Synced with 526603ff05
2014-12-07 18:59:15 +00:00
Steve Holme
af937c441b
RELEASE-NOTES: Provided better descriptions
...
As it is often difficult to choose the best description for a single
feature when it spans many commits, updated the descriptions for the
recent SMB/CIFS protocol and GSS-API additions.
2014-12-05 00:31:41 +00:00
Daniel Stenberg
86fe7e502b
RELEASE-NOTES: synced with b216427e73
2014-12-03 21:15:41 -08:00
Steve Holme
b14ebbcb17
version: The next release will become 7.40.0
2014-11-30 22:07:36 +00:00
Steve Holme
72703aa9f3
RELEASE-NOTES: Synced with c5399c827d
2014-11-27 21:03:20 +00:00