summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2004-07-19 15:39:54 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2004-07-19 15:39:54 +0000
commitc5c33012a88427b398fb2e7b773803db87bf3177 (patch)
treeaefbd42ce3a67c1bed8e6283fa91ce12a3be7f1b /CHANGES
parentaa6ac179595ac177b865f4cf6c1f3c2fc522cdc4 (diff)
downloadlibapr-c5c33012a88427b398fb2e7b773803db87bf3177.tar.gz
Win32: Fix bug in tracking the file pointer in files opened for overlapped/xthread io
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65283 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 3b06601c1..eb0f0a767 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
and upgrading it to do SHA-256. Not yet ready for prime time.
[Ben Laurie]
+ *) Win32: Fix bug tracking the file pointer on a file opened for
+ overlapped/APR_XTHREAD io. [Bill Stoddard]
+
Changes with APR 1.0
*) Add jlibtool - enabled with '--enable-experimental-libtool' option.