You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/04/01 10:28:52 UTC

svn commit: r1888270 - in /httpd/httpd/trunk: ./ changes-entries/

Author: ylavic
Date: Thu Apr  1 10:28:51 2021
New Revision: 1888270

URL: http://svn.apache.org/viewvc?rev=1888270&view=rev
Log:
Apply CHANGES. [skip ci]

Removed:
    httpd/httpd/trunk/changes-entries/core_httpd_ssl.txt
    httpd/httpd/trunk/changes-entries/h2_close_race.txt
    httpd/httpd/trunk/changes-entries/mod_md-missing-resources.txt
    httpd/httpd/trunk/changes-entries/mod_unique_id.txt
    httpd/httpd/trunk/changes-entries/pr59798.txt
    httpd/httpd/trunk/changes-entries/pr63074.txt
    httpd/httpd/trunk/changes-entries/pr65169.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1888270&r1=1888269&r2=1888270&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Apr  1 10:28:51 2021
@@ -2,6 +2,32 @@
 Changes with Apache 2.5.1
 
  
+  *) mod_md: Tolerate a missing "revokeCert" or "keyChange" resource.
+     [Fraser Tweedale <ftweedal redhat.com>]
+
+  *) mod_ssl: Add SSL_{CLIENT,SERVER}_B64CERT variables with
+     base64-encoded DER certificates.  Add SSL_CLIENT_B64CERT_CHAIN_n
+     equivalents for SSL_CLIENT_CERT_CHAIN_n, and new
+     "ExportBase64CertData" argument for SSLOptions.  PR 65169.
+     [Joe Orton]
+
+  *) mod_proxy_balancer: Include nonce in XML output.  PR 63074.
+     Federico Mennite <federico.mennite lifeware.ch>
+
+  *) mod_http2: Fixed a race condition that could lead to streams being
+     aborted (RST to the client), although a response had been produced.
+     [Stefan Eissing]
+
+  *) mod_unique_id: Fix potential duplicated ID generation under heavy load.
+     PR 65159
+     [Jonas Müntener <jonas.muentener ergon.ch>, Christophe Jaillet]
+
+  *) core: provide ap_ssl_* functions in new http_ssl.h header file.
+     [Stefan Eissing]
+
+  *) mod_socache_shmcb: Avoid double SHM cleanup and possible crash on
+     restart/stop.  PR 59798.  [Yann Ylavic]
+
   *) mod_md: v2.4.0 with improvements and bugfixes
      - MDPrivateKeys allows the specification of several types. Beside "RSA" plus 
      optional key lengths elliptic curves can be configured. This means you can