Author: hartmannathan
Date: Thu Jun 5 01:22:36 2025
New Revision: 1926130
URL: http://svn.apache.org/viewvc?rev=1926130&view=rev
Log:
* CHANGES: Fix some spelling erorrs found with help of codespell
Modified:
serf/trunk/CHANGES
Modified: serf/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/serf/trunk/CHANGES?rev=1926130&r1=1926129&r2=1926130&view=diff
==============================================================================
--- serf/trunk/CHANGES (original)
+++ serf/trunk/CHANGES Thu Jun 5 01:22:36 2025
@@ -2,7 +2,7 @@ Apache Serf 1.4.0 [2018-10-xx, from /tag
Features
--------
- Support for OCSP reqest generation and validation (r1830823)
+ Support for OCSP request generation and validation (r1830823)
Support for FCGI protocol (r1714736 et al.)
Support for HTTP/2 protocol (r1709274 et al.)
Add CRL support for OpenSSL (r1699867)
@@ -99,7 +99,7 @@ Apache Serf 1.3.9 [2016-09-01, from tags
Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r2441]
- Fix issue #152: CRC calculation error for gzipped http reponses > 4GB.
+ Fix issue #152: CRC calculation error for gzipped http responses > 4GB.
Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.
@@ -166,7 +166,7 @@ Serf 1.3.1 [2013-08-15, from /tags/1.3.1
Fix issue 112: add soname
Fix issue 113: add gssapi libs in the serf pc file
Fix issue 115: Setting RPATH on Solaris broken in SConstruct
- Fix issue 116: scons check should return non-zero exit staths
+ Fix issue 116: scons check should return non-zero exit status
Fix issue 121: make CFLAGS, LIBS, LINKFLAGS and CPPFLAGS take a space-
separated list of flags.
Fix issue 122: make scons PREFIX create the folder if it doesn't exist
@@ -317,7 +317,7 @@ Serf 0.4.0
Improvements and fixes to SSL support, including connection setup changes
Experimental support for unrequested, arriving ("async") responses
Experimental BWTP support using the async arrival feature
- Headers are combined on read (not write), to ease certian classes of parsing
+ Headers are combined on read (not write), to ease certain classes of parsing
Experimental feature on aggregate buckets for a callback-on-empty
Fix the bucket allocator for when APR is using its pool debugging features
Proxy support in the serf_get testing utility