summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-06-27 19:40:53 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-06-27 19:40:53 +0000
commit72ca7b58d638167d6cd29066a782212d734bcf35 (patch)
tree9fde80bba271a4ee79734a0809bb5b7223215314 /CHANGES
parent556da97ac6014cb611e34e73ae2df2db9d098c00 (diff)
downloadlibapr-72ca7b58d638167d6cd29066a782212d734bcf35.tar.gz
*) Add apr_file_flags_get() which returns the flags that were originally
passed in to apr_file_open(). *) Added APR_HAS_XTHREAD_FILES macro that indicates whether or not the platform handles files opened in APR_XTHREAD mode natively. Currently only Win32 has such native support. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec8434ccf..dbf47d88b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
Changes with APR b1
+ *) Add apr_file_flags_get() which returns the flags that were originally
+ passed in to apr_file_open(). [Cliff Woolley]
+
+ *) Added APR_HAS_XTHREAD_FILES macro that indicates whether or not the
+ platform handles files opened in APR_XTHREAD mode natively. Currently
+ only Win32 has such native support. [Cliff Woolley]
+
*) Fix gmt offset handling on Solaris. Apache log messages now show
local time again. PR #7902 [Taketo Kabe <kabe@sra-tohoku.co.jp>]