@@ -157,6 +157,34 @@ RELEASE SHOWSTOPPERS:
157157PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
158158 [ start all new proposals below, under PATCHES PROPOSED. ]
159159
160+ *) Easy patches: synch 2.4.x and trunk
161+ - server: Use apr_size_t instead of int to harden against overflows
162+ - mod_http2: DOXYGEN has nothing to do here, just remove this
163+ strange "#if defined(DOXYGEN)"
164+ - test: make the compiler happy when using --enable-maintainer-mode
165+ - mod_proxy: Fix format string type check
166+ - mod_http2: Fix comment, no functional change
167+ - <various>: Remove unnecessary APLOGNO() use in TRACE-level logging
168+ - mod_cache_socache: Update comment only, to remove reference to
169+ session cache
170+ - mod_dav: Fix error message formatting if an unauthenticated user
171+ tries to use an authenticated user's lock token
172+ - <none>: trigger ci
173+ - server: Fix typo in comment
174+ trunk patch:
175+ https://svn.apache.org/r1903680
176+ https://svn.apache.org/r1912663
177+ https://svn.apache.org/r1917013
178+ https://svn.apache.org/r1912941
179+ https://svn.apache.org/r1913078
180+ https://svn.apache.org/r1913338
181+ https://svn.apache.org/r1914035
182+ https://svn.apache.org/r1914439
183+ https://svn.apache.org/r1915270
184+ https://svn.apache.org/r1915543
185+ 2.4.x patch: svn merge -c 1903680,1912663,1917013,1912941,1913078,1913338,1914035,1914439,1915270,1915543 ^/httpd/httpd/trunk .
186+ +1: jailletc36, covener, jorton
187+
160188PATCHES PROPOSED TO BACKPORT FROM TRUNK:
161189 [ New proposals should be added at the end of the list ]
162190
@@ -220,34 +248,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
220248 2.4.x patch: svn merge -c 1921260 ^/httpd/httpd/trunk .
221249 +1: jorton, covener
222250
223- *) Easy patches: synch 2.4.x and trunk
224- - server: Use apr_size_t instead of int to harden against overflows
225- - mod_http2: DOXYGEN has nothing to do here, just remove this
226- strange "#if defined(DOXYGEN)"
227- - test: make the compiler happy when using --enable-maintainer-mode
228- - mod_proxy: Fix format string type check
229- - mod_http2: Fix comment, no functional change
230- - <various>: Remove unnecessary APLOGNO() use in TRACE-level logging
231- - mod_cache_socache: Update comment only, to remove reference to
232- session cache
233- - mod_dav: Fix error message formatting if an unauthenticated user
234- tries to use an authenticated user's lock token
235- - <none>: trigger ci
236- - server: Fix typo in comment
237- trunk patch:
238- https://svn.apache.org/r1903680
239- https://svn.apache.org/r1912663
240- https://svn.apache.org/r1917013
241- https://svn.apache.org/r1912941
242- https://svn.apache.org/r1913078
243- https://svn.apache.org/r1913338
244- https://svn.apache.org/r1914035
245- https://svn.apache.org/r1914439
246- https://svn.apache.org/r1915270
247- https://svn.apache.org/r1915543
248- 2.4.x patch: svn merge -c 1903680,1912663,1917013,1912941,1913078,1913338,1914035,1914439,1915270,1915543 ^/httpd/httpd/trunk .
249- +1: jailletc36, covener
250-
251251PATCHES/ISSUES THAT ARE BEING WORKED
252252 [ New entries should be added at the START of the list ]
253253
0 commit comments