summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-01 15:14:50 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-01 15:14:50 +0000
commit8271144e65c86a863c75eeec4599b83047005676 (patch)
tree4412139cbb1e79e4d190e7e691cd99ea25a627b2
parent11183a22ef3998b9e822bb9322e49b8d6838aa81 (diff)
Add revision number to changelog for last entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@29161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 28a818bbd4..52b52fe89e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue Aug 18 03:34:00 Kirk Haines <khaines@ruby-lang.org>
- * lib/webrick/httpresponse.rb: CVE-2010-0541; Fix a potential XSS vulnerabilty. See the CVE report for more information.
+ * lib/webrick/httpresponse.rb: CVE-2010-0541; Fix a potential XSS vulnerabilty. See the CVE report for more information. r29026
Tue Aug 18 03:27:00 Kirk Haines <khaines@ruby-lang.org>