diff options
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ -*- coding: utf-8 -*- Changes for APR 1.4.0 - *) Make apr_pollset and apr_pollcb implementations using providers. - Added apr_pollset_create_ex and apr_pollcb_create_ex that allows - choosing non-default providers. - [Mladen Turk] + *) Make apr_pollset and apr_pollcb implementations using providers. + Added apr_pollset_create_ex and apr_pollcb_create_ex that allows + choosing non-default providers. + [Mladen Turk] *) apr_temp_dir_get() now checks the TMPDIR environment variable first, instead of third. [Jim Jagielski] |