diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2009-06-08 21:12:59 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2009-06-08 21:12:59 +0000 |
| commit | f90551ff413b9c343443eecaea56c9503442ed31 (patch) | |
| tree | dbff4ece38cc25f7b0adac4efd7644fd1394d69f /CHANGES | |
| parent | 9442fc0b5281c1b77a28571dc327b9043c42ca2e (diff) | |
- Triggered by bug report #2798852 and the patch in there, I fixed configure
to detect gnutls build options with pkg-config only and not libgnutls-config
anymore since GnuTLS has stopped distributing that tool. If an explicit path
is given to configure, we will instead guess on how to link and use that
lib. I did not use the patch from the bug report.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (8 Jun 2009) +- Triggered by bug report #2798852 and the patch in there, I fixed configure + to detect gnutls build options with pkg-config only and not libgnutls-config + anymore since GnuTLS has stopped distributing that tool. If an explicit path + is given to configure, we will instead guess on how to link and use that + lib. I did not use the patch from the bug report. + Yang Tse (8 Jun 2009) - Igor Novoseltsev adjusted Makefile.vxworks to get sources and headers included from Makefile.inc, and provided docs\INSTALL VxWorks section. @@ -13,11 +20,11 @@ Yang Tse (8 Jun 2009) I removed buildconf.bat from release and daily snapshot archives. This file is only for CVS tree checkout builds. -Daniel Stenberg (8 June 2009) +Daniel Stenberg (8 Jun 2009) - Eric Wong fixed --no-buffer to actually switch off output buffering. Been broken since 7.19.0 -Bill Hoffman (6 June 2009) +Bill Hoffman (6 Jun 2009) - Added some cmake docs and fixed socklen_t in the build. Yang Tse (5 Jun 2009) |
