Mailing List Archive

svn commit: r1888931 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/h2_close_race.txt changes-entries/pr64413.txt
Author: jailletc36
Date: Sun Apr 18 19:55:14 2021
New Revision: 1888931

URL: http://svn.apache.org/viewvc?rev=1888931&view=rev
Log:
make update-changes

[skip ci]

Removed:
httpd/httpd/branches/2.4.x/changes-entries/h2_close_race.txt
httpd/httpd/branches/2.4.x/changes-entries/pr64413.txt
Modified:
httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1888931&r1=1888930&r2=1888931&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sun Apr 18 19:55:14 2021
@@ -1,6 +1,13 @@
-*- coding: utf-8 -*-
Changes with Apache 2.4.47

+ *) mod_dav_fs: Improve logging output when failing to open files for
+ writing. PR 64413. [Bingyu Shen <ahshenbingyu gmail.com>]
+
+ *) 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_lua: Add support to Lua 5.4 [Joe Orton, [Giovanni Bechis, Ruediger Pluem]

*) MPM event/worker: Fix possible crash in child process on early signal