summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxb <maxb@13f79535-47bb-0310-9956-ffa450edef68>2006-03-07 11:54:03 +0000
committermaxb <maxb@13f79535-47bb-0310-9956-ffa450edef68>2006-03-07 11:54:03 +0000
commit448c77bb4da29b741ec08664d36e2673b62cda8e (patch)
tree87b14ca7d9a80fb03c051409613efe4bf3adabf9
parentd1a528556dbbac5b47ef70d8ce782e38cf3f0a67 (diff)
downloadlibapr-448c77bb4da29b741ec08664d36e2673b62cda8e.tar.gz
Copy CHANGES entries present in 1.2.x but not in trunk into trunk.
* apr/CHANGES: Mention apr_dir_make_recursive() fix in r291339. Mention apr_file_seek() fix in r326593, r326597. * apr-util/CHANGES: Mention addition of BDB 4.4 support in r368482. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@383854 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 82a787007..5dc38b8b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -85,8 +85,16 @@ Changes for APR 1.3.0
*) Add APR_ARRAY_IDX() and APR_ARRAY_PUSH() convenience macros to
apr_tables.h. [Garrett Rooney]
+Changes for APR 1.2.4
+
+ *) Fix apr_file_seek() to catch write failures when flushing
+ pending writes for a buffered file. [Joe Orton]
+
Changes for APR 1.2.2
+ *) Fix crash in apr_dir_make_recursive() for relative path
+ when the working directory has been deleted. [Joe Orton]
+
*) Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,
returning APR_EBUSY. [Ronen Mizrahi <ronen@tversity.com>]