summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2002-08-30 12:26:14 +0000
committerMartin Kraemer <martin@apache.org>2002-08-30 12:26:14 +0000
commit0389ecf42b8d533875943d809a774a4162eb961c (patch)
treee6cd666b1473c0dfd634731ba5ece86491648647 /CHANGES
parent6a2b11ae6e732e55e3f5d5968beaf33e77fcf24f (diff)
downloadhttpd-0389ecf42b8d533875943d809a774a4162eb961c.tar.gz
Leon Brocard writes:
> Hello, > > I love httpd2 and I really like apachebench but using the gnuplot > output option (-g) gave me this: > > starttime seconds ctime dtime ttime wait > Thu Aug 29 12:29:31 200 1030620571362758 0 54 54 0 > > It's truncating the year. Now according to > http://apr.apache.org/docs/apr/group__APR__Time.html#a15 "Unlike > ANSI/ISO C ctime(), apr_ctime() does not include a \n", so the code > and comment in ab.c are wrong, hence my attached patch to remove them. Submitted by: Leon Brocard <acme@astray.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1ca195a65c..af32a05ec3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.41
+ *) Fix "ab -g"'s truncated year: the last digit was cut off.
+ [Leon Brocard <acme@astray.com>]
+
*) mod_rewrite can now sets cookies in err_headers, uses the correct
expiry date, and can now set the path as well
PR 12132,12181,12172.