You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2009/10/02 17:41:08 UTC

svn commit: r821063 - /apr/apr/branches/1.4.x/CHANGES

Author: trawick
Date: Fri Oct  2 15:41:08 2009
New Revision: 821063

URL: http://svn.apache.org/viewvc?rev=821063&view=rev
Log:
fix spelling, adjust white space, reflow

Modified:
    apr/apr/branches/1.4.x/CHANGES

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=821063&r1=821062&r2=821063&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Fri Oct  2 15:41:08 2009
@@ -1,29 +1,24 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.4.0
 
-  *) apr_temp_dir_get() now checks the TMPDIR environment variable
-     first, instead of third. [Jim Jagielski]
+  *) apr_temp_dir_get() now checks the TMPDIR environment variable first,
+     instead of third.  [Jim Jagielski]
 
-  *) Add apr_file_sync() and apr_file_datasync() calls.
-     [Bojan Smojver]
+  *) Add apr_file_sync() and apr_file_datasync() calls.  [Bojan Smojver]
 
   *) apr_pollset_wakeup() on Windows: Fix core caused by closing the
      file_socket_pipe with standard file_close. 
      [Arsen Chaloyan, Mladen Turk]
 
-  *) Intruduce apr_hash_do for iterating over a hash table.
-     [Mladen Turk]
+  *) Introduce apr_hash_do() for iterating over a hash table.  [Mladen Turk]
 
-  *) Make sure WIN32 behaves the same as posix for file backed
-     shared memory by removing the file on cleanup/remove.
-     [Mladen Turk]
-
-  *) Introduce apr_pollset_wakeup() for interrupting
-     the blocking apr_pollset_poll call.
-     [Mladen Turk]
+  *) Make sure WIN32 behaves the same as posix for file-backed shared memory 
+     by removing the file on cleanup/remove.  [Mladen Turk]
 
-  *) Add apr_file_link() function. PR 44841 
-     [Mark Heily <mark heily.com>]
+  *) Introduce apr_pollset_wakeup() for interrupting the blocking
+     apr_pollset_poll() call.  [Mladen Turk]
+
+  *) Add apr_file_link() function.  PR 44841.  [Mark Heily <mark heily.com>]
 
 Changes for APR 1.3.x and later: