You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/12/05 05:21:28 UTC

svn commit: r723578 - /httpd/httpd/trunk/CHANGES

Author: pquerna
Date: Thu Dec  4 20:21:27 2008
New Revision: 723578

URL: http://svn.apache.org/viewvc?rev=723578&view=rev
Log:
Note the dtrace stuff in CHANGES.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=723578&r1=723577&r2=723578&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Dec  4 20:21:27 2008
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) Add DTrace Statically Defined Tracing (SDT) probes.
+    [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
+
   *) mod_proxy_balancer: Move all load balancing implementations
      as individual, self-contained mod_proxy submodules under
      modules/proxy/balancers [Jim Jagielski]