You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2009/09/25 15:09:47 UTC

svn commit: r818842 - /apr/apr/trunk/CHANGES

Author: jim
Date: Fri Sep 25 13:09:47 2009
New Revision: 818842

URL: http://svn.apache.org/viewvc?rev=818842&view=rev
Log:
note changes

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=818842&r1=818841&r2=818842&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Fri Sep 25 13:09:47 2009
@@ -5,6 +5,15 @@
      Fix overflow in pools and rmm, where size alignment was taking place.
      [Matt Lewis <ma...@google.com>, Sander Striker]
 
+  *) apr_temp_dir_get() now checks the TMPDIR environment variable
+     first, instead of third. [Jim Jagielski]
+
+  *) Posix semaphores can now be named and used as named semaphores.
+     [Jim Jagielski]
+
+  *) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch
+     setting of compiler. [Jim Jagielski]
+
   *) The implementation of expand_array() in tables/apr_hash.c allocates
      a new bucket array, without making any attempt to release the memory
      allocated for the previous bucket array. That wastes memory: if the