diff options
author | Ruslan Gazizov <ruslan_ufa@rambler.ru> | 2010-04-20 16:30:10 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-04-20 16:30:10 +0200 |
commit | 2164b6b463447be71ba0f0f3a7c432a963f745f9 (patch) | |
tree | 144194bcbf0ba58399d929c19f6b9b90a7972039 /RELEASE-NOTES | |
parent | 7af5e3c39e7399f3a1c2576b575c8aa8781d9f2b (diff) |
replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e496826f2..d180686d8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following bugfixes: o GnuTLS: EOF caused error when it wasn't o GnuTLS: SSL handshake phase is non-blocking o -J/--remote-header-name strips CRLF + o MSVC makefiles now use ws2_32.lib instead of wsock32.lib This release includes the following known bugs: @@ -26,6 +27,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Rainer Canavan, Paul Howarth, Jerome Vouillon + Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov Thanks! (and sorry if I forgot to mention someone) |