summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-12-05 04:21:27 +0000
committerPaul Querna <pquerna@apache.org>2008-12-05 04:21:27 +0000
commit759c566ebf07ba122f6397bfd28c8d7bcd8e1c0b (patch)
tree4adb3cecf9efbed8253039109866382289ad0c51
parent80d66063079e4f3b130bcb73d4047f7fa5e7e553 (diff)
downloadhttpd-759c566ebf07ba122f6397bfd28c8d7bcd8e1c0b.tar.gz
Note the dtrace stuff in CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723578 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 762024f987..c020465327 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]