summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: 1cef2280ac8313923383cfbc585ac0d77244950d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
curl and libcurl 7.66.1

 Public curl releases:         186
 Command line options:         225
 curl_easy_setopt() options:   269
 Public functions in libcurl:  81
 Contributors:                 2014

This release includes the following changes:

 o

This release includes the following bugfixes:

 o ldap: Stop using wide char version of ldapp_err2string [1]
 o winbuild/MakefileBuild.vc: Fix line endings
 o winbuild/MakefileBuild.vc: Add vssh [2]
 o asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris [3]
 o setopt: make it easier to add new enum values [4]

This release includes the following known bugs:

 o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)

This release would not have looked like this without help, code, reports and
advice from friends like these:

  Bernhard Walle, Dagobert Michelsen, Daniel Stenberg, Ray Satiro,
  Zenju on github,
  (5 contributors)

        Thanks! (and sorry if I forgot to mention someone)

References to bug reports and discussions on issues:

 [1] = https://curl.haxx.se/bug/?i=4272
 [2] = https://curl.haxx.se/bug/?i=4322
 [3] = https://curl.haxx.se/bug/?i=4328
 [4] = https://curl.haxx.se/bug/?i=4321