aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2015-08-09 04:35:12 +0000
committerPeter Wemm <peter@FreeBSD.org>2015-08-09 04:35:12 +0000
commite52054a87e280687f7c530f9ecdcb93297ff4c71 (patch)
treef40c045c14dbb6cdf9a33b0a4cada8123bbfe8a3 /CHANGES
parentb907131b5fff33b1842789f9dd77f77e61f8d7d1 (diff)
downloadsrc-e52054a87e280687f7c530f9ecdcb93297ff4c71.tar.gz
src-e52054a87e280687f7c530f9ecdcb93297ff4c71.zip
Vendor import serf-1.3.8vendor/serf/serf-1.3.8
Notes
Notes: svn path=/vendor/serf/dist/; revision=286499 svn path=/vendor/serf/serf-1.3.8/; revision=286500; tag=vendor/serf/serf-1.3.8
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d39b0c5c096..fcab2d629247 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,18 @@
+Serf 1.3.8 [2014-10-20, from /tags/1.3.8, rxxxx]
+Fix issue #152: CRC calculation error for gzipped http reponses > 4GB.
+Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
+Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.
+
+
Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)
+
Serf 1.3.6 [2014-06-09, from /tags/1.3.6, r2372]
Revert r2319 from serf 1.3.5: this change was making serf call handle_response
multiple times in case of an error response, leading to unexpected behavior.
+
Serf 1.3.5 [2014-04-27, from /tags/1.3.5, r2355]
Fix issue #125: no reverse lookup during Negotiate authentication for proxies.
Fix a crash caused by incorrect reuse of the ssltunnel CONNECT request (r2316)