From: Eric Covener Date: Mon, 21 Jul 2025 12:05:54 +0000 (+0000) Subject: release updates X-Git-Tag: 2.4.65-rc2-candidate^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5f3e96720111d0a37b73777617c7878c04411d1;p=thirdparty%2Fapache%2Fhttpd.git release updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.65-rc2-candidate@1927370 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index a9f107917c..bd48a90427 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -1087,7 +1087,7 @@ Client Auth handshake SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator -SSLEngine on|off|optional off svESSL Engine Operation Switch +SSLEngine on|off off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch SSLHonorCipherOrder on|off off svEOption to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off svEOption to enable support for insecure renegotiation diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index c02d4fb7e1..b83241c7bf 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -1078,7 +1078,7 @@ Client Auth handshake SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator -SSLEngine on|off|optional off svESSL Engine Operation Switch +SSLEngine on|off off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch SSLHonorCipherOrder on|off off svEOption to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off svEOption to enable support for insecure renegotiation diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 9d42fc8885..7e5ff2f68d 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -1005,7 +1005,7 @@ Client Auth handshake SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator -SSLEngine on|off|optional off svESSL Engine Operation Switch +SSLEngine on|off off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch SSLHonorCipherOrder on|off off svEOption to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off svEOption to enable support for insecure renegotiation diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 26061955fc..cc86027a9b 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -1034,7 +1034,7 @@ Client Auth handshake SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator -SSLEngine on|off|optional off svESSL Engine Operation Switch +SSLEngine on|off off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch SSLHonorCipherOrder on|off off svEOption to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off svEOption to enable support for insecure renegotiation diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index abbc9b44e7..6458ef169d 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -1068,7 +1068,7 @@ Client Auth handshake SSLCompression on|off off skEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator -SSLEngine on|off|optional off skESSL Engine Operation Switch +SSLEngine on|off off skESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch SSLHonorCipherOrder on|off off skEOption to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off skEOption to enable support for insecure renegotiation diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index 3c60d283b7..25cf6679d9 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -1070,7 +1070,7 @@ Client Auth handshake SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator -SSLEngine on|off|optional off svESSL Engine Operation Switch +SSLEngine on|off off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch SSLHonorCipherOrder on|off off svEOption to prefer the server's cipher preference order SSLInsecureRenegotiation on|off off svEOption to enable support for insecure renegotiation diff --git a/include/ap_release.h b/include/ap_release.h index 634a40bfd9..02155bb7ba 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,7 +44,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 #define AP_SERVER_PATCHLEVEL_NUMBER 65 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */