From 72ca7b58d638167d6cd29066a782212d734bcf35 Mon Sep 17 00:00:00 2001 From: jwoolley Date: Wed, 27 Jun 2001 19:40:53 +0000 Subject: *) 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 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') 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 ] -- cgit v1.2.1