Re: svn commit: r1909094 - in /apr/apr/branches/1.8.x: ./ CHANGES
Christophe JAILLET <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <[email protected]> |
Le 12/04/2023 à 15:34, [email protected] a écrit : > Author: kotkov > Date: Wed Apr 12 13:34:56 2023 > New Revision: 1909094 > > URL: http://svn.apache.org/viewvc?rev=1909094&view=rev > Log: > On 1.8.x branch: Merge r1909090 from trunk: > > CHANGES: Remove entries that were released in APR 1.7.3. > > Modified: > apr/apr/branches/1.8.x/ (props changed) > apr/apr/branches/1.8.x/CHANGES > > Propchange: apr/apr/branches/1.8.x/ > ------------------------------------------------------------------------------ > Merged /apr/apr/trunk:r1909090 > > Modified: apr/apr/branches/1.8.x/CHANGES > URL: http://svn.apache.org/viewvc/apr/apr/branches/1.8.x/CHANGES?rev=1909094&r1=1909093&r2=1909094&view=diff > ============================================================================== > --- apr/apr/branches/1.8.x/CHANGES [utf-8] (original) > +++ apr/apr/branches/1.8.x/CHANGES [utf-8] Wed Apr 12 13:34:56 2023 > @@ -15,19 +15,6 @@ Changes for APR 1.8.0 > > *) Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov] > > - *) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND > - on Windows. PR 50058. > - [Evgeny Kotkov <evgeny.kotkov visualsvn.com>] > - > - *) apr_file_gets: Optimize for buffered files on Windows. > - [Evgeny Kotkov <evgeny.kotkov visualsvn.com>] > - > - *) apr_file_write: Optimize large writes to buffered files on Windows. > - [Evgeny Kotkov <evgeny.kotkov visualsvn.com>] > - > - *) apr_file_read: Optimize large reads from buffered files on Windows. > - [Evgeny Kotkov] > - > Changes for APR 1.7.1 Hi, If we remove things that are part of previous 1.7.x releases, shouldn't Changes for APR 1.7.[23] be added here instead? CJ > > *) SECURITY: CVE-2021-35940 (cve.mitre.org) > > >