From: Joe Orton Date: Wed, 19 Jun 2024 11:57:14 +0000 (+0000) Subject: Note/credit mime.types changes. X-Git-Tag: 2.4.60-rc1-candidate~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579fb50cbb9df5687c7bfe223ebda0295a81ee15;p=thirdparty%2Fapache%2Fhttpd.git Note/credit mime.types changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918436 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9fd49911cb3..3186b8e334b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.60 + *) Updated mime.types. [Mohamed Akram , + Adam Silverstein ] + *) mod_ssl: Fix a regression that causes the default DH parameters for a key no longer set and thus effectively disabling DH ciphers when no explicit DH parameters are set. PR 68863 [Ruediger Pluem]