diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2005-06-14 10:45:25 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2005-06-14 10:45:25 +0000 |
commit | 9481212f9280ef827c4dce7fc944fc306d159119 (patch) | |
tree | 228f72c78f8ccf4c5a007bf744921cb2459ecb8f /CHANGES | |
parent | 2c8947f65ddb2af59279532b5082f0f4369aa2c8 (diff) | |
download | libapr-9481212f9280ef827c4dce7fc944fc306d159119.tar.gz |
Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.
PR: 32177
Submitted by: Sim <sgobbi datamanagement.it>, Jeff Trawick
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@190576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes for APR 1.2.0 + *) Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows. PR 32177. + [Sim <sgobbi datamanagement.it>, Jeff Trawick] + *) Fix apr_table_overlap()'s handling of tables allocated from different pools. [Joe Schaefer <joe+gmane@sunstarsys.com>] |