summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-04-29 12:51:20 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-04-29 12:51:20 +0000
commitbb835f7ea1f69051d81286b66483f0978811e381 (patch)
tree7927cee645914cf9d0fc6a41b1da63b0af122deb /CHANGES
parent887e5c37a0c9f5e0a7383bd9154b7535255ec731 (diff)
downloadlibapr-bb835f7ea1f69051d81286b66483f0978811e381.tar.gz
From trunk:
1. r1089433 poll, pollset, pollcb on Windows: Handle calls with no file/socket descriptors. PR: 49882 Patch for one situation submitted by: Stefan Ruppert <sr myarm.com> Extended by: trawick 2. r1089528 fix variable initialization bug in r1089433 3. r987639 disable entire impl_pollcb_create() function if APR_HAS_THREADS instead of just inserting a return at the top 4. tiny part of r899905 move decl of loop control variables to the block where used --/-- Not in trunk or 1.5.x branch: Add @bug notice to apr_poll()/apr_pollset_poll()/apr_pollcb_poll() mentioning the Windows problem in versions 1.4.2 and prior. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1097797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 660e165dc..0da8d52a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 1.4.3
+ *) poll, pollset, pollcb on Windows: Handle calls with no file/socket
+ descriptors. PR 49882. [Stefan Ruppert <sr myarm.com>, Jeff Trawick]
+
*) Fix APR_IPV6_V6ONLY issues on Windows related to run-time behavior
on Windows older than Vista and SDK/MinGW levels without IPV6_V6ONLY.
PR 45321. [Sob <sob hisoftware.cz>]