You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2019/04/01 17:44:07 UTC

svn commit: r1856758 - /apr/apr/branches/1.7.x/CHANGES

Author: wrowe
Date: Mon Apr  1 17:44:07 2019
New Revision: 1856758

URL: http://svn.apache.org/viewvc?rev=1856758&view=rev
Log:
Footnote dirread() change

Modified:
    apr/apr/branches/1.7.x/CHANGES

Modified: apr/apr/branches/1.7.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?rev=1856758&r1=1856757&r2=1856758&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.7.x/CHANGES [utf-8] Mon Apr  1 17:44:07 2019
@@ -1,6 +1,10 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.7.0
 
+  *) apr_dir_read: [Unix] Dropped the preference of the dirread_r() flavor
+     for dirread(), because the former is both deprecated and unneeded.
+     [Yann Ylavic, William Rowe]
+
   *) apr_file_info: [Win32 only] Treat only "name surrogate" reparse points
      as symlinks, and not other reparse tag types. PR47630
      [Oleg Liatte <olegliatte gmail.com>]