You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/11/18 22:31:22 UTC

svn commit: r76284 - apr/apr/trunk

Author: jorton
Date: Thu Nov 18 13:31:21 2004
New Revision: 76284

Modified:
   apr/apr/trunk/CHANGES
Log:
Note apr_file_printf rewrite.

Modified: apr/apr/trunk/CHANGES
==============================================================================
--- apr/apr/trunk/CHANGES	(original)
+++ apr/apr/trunk/CHANGES	Thu Nov 18 13:31:21 2004
@@ -5,6 +5,10 @@
      and upgrading it to do SHA-256. Not yet ready for prime time.
      [Ben Laurie]
 
+  *) Rewrite apr_file_printf to handle arbitrary length strings.
+     PR 28029.  [Chris Knight <Christopher.D.Knight nasa.gov>,
+     Garrett Rooney <rooneg electricjellyfish.net>]
+
 Changes for APR 1.0.1
 
   *) Fix HUP return codes in pollset when using KQueue.