summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2009-10-16 20:56:50 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2009-10-16 20:56:50 +0000
commitf3439bfc2d0ab52c1363ec24fe88cba2a3c3a8c9 (patch)
treee702d184000265bcc8e5ea44abfe659bc07f0947 /CHANGES
parentac4f9d11d6eb39d125d558e2752d53dd8c920f31 (diff)
downloadlibapr-f3439bfc2d0ab52c1363ec24fe88cba2a3c3a8c9.tar.gz
* Fix indentation.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@826084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index e2cf21dc7..8a2f9c2df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 1.4.0
- *) Make apr_pollset and apr_pollcb implementations using providers.
- Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
- choosing non-default providers.
- [Mladen Turk]
+ *) Make apr_pollset and apr_pollcb implementations using providers.
+ Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
+ choosing non-default providers.
+ [Mladen Turk]
*) apr_temp_dir_get() now checks the TMPDIR environment variable first,
instead of third. [Jim Jagielski]