| 1 |
-*- coding: utf-8 -*-
|
| 2 |
Changes for APR 1.4.0
|
| 3 |
|
| 4 |
*) Add apr_global_mutex_lockfile() for finding the file, if any,
|
| 5 |
associated with the mutex. [Jeff Trawick]
|
| 6 |
|
| 7 |
*) Add apr_socket_atreadeof to determine whether the receive part of the
|
| 8 |
socket has been closed by the peer.
|
| 9 |
[Ruediger Pluem, Mladen Turk, Joe Orton]
|
| 10 |
|
| 11 |
*) Make apr_pollset and apr_pollcb implementations using providers.
|
| 12 |
Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
|
| 13 |
choosing non-default providers.
|
| 14 |
[Mladen Turk]
|
| 15 |
|
| 16 |
*) apr_temp_dir_get() now checks the TMPDIR environment variable first,
|
| 17 |
instead of third. [Jim Jagielski]
|
| 18 |
|
| 19 |
*) Add apr_file_sync() and apr_file_datasync() calls. [Bojan Smojver]
|
| 20 |
|
| 21 |
*) apr_pollset_wakeup() on Windows: Fix core caused by closing the
|
| 22 |
file_socket_pipe with standard file_close.
|
| 23 |
[Arsen Chaloyan, Mladen Turk]
|
| 24 |
|
| 25 |
*) Introduce apr_hash_do() for iterating over a hash table. [Mladen Turk]
|
| 26 |
|
| 27 |
*) Make sure WIN32 behaves the same as posix for file-backed shared memory
|
| 28 |
by removing the file on cleanup/remove. [Mladen Turk]
|
| 29 |
|
| 30 |
*) Introduce apr_pollset_wakeup() for interrupting the blocking
|
| 31 |
apr_pollset_poll() call. [Mladen Turk]
|
| 32 |
|
| 33 |
*) Add apr_file_link() function. PR 44841. [Mark Heily <mark heily.com>]
|
| 34 |
|
| 35 |
Changes for APR 1.3.x and later:
|
| 36 |
|
| 37 |
*) http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?view=markup
|
| 38 |
|
| 39 |
Changes for APR 1.2.x and later:
|
| 40 |
|
| 41 |
*) http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=markup
|
| 42 |
|
| 43 |
Changes for APR 1.1.x and later:
|
| 44 |
|
| 45 |
*) http://svn.apache.org/viewvc/apr/apr/branches/1.1.x/CHANGES?view=markup
|
| 46 |
|
| 47 |
Changes for APR 1.0.x and later:
|
| 48 |
|
| 49 |
*) http://svn.apache.org/viewvc/apr/apr/branches/1.0.x/CHANGES?view=markup
|
| 50 |
|
| 51 |
Changes for APR 0.9.x and later/earlier:
|
| 52 |
|
| 53 |
*) http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?view=markup
|