* ext/digest/lib/digest/hmac.rb: Fix problems with update

timing. [Reported by: oss-ruby@technorama.net]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2006-12-03 07:54:10 +00:00
parent 16df52eb40
commit d65ee2e9f8
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sun Dec 3 16:16:53 2006 Akinori MUSHA <knu@iDaemons.org>
* ext/digest/lib/digest/hmac.rb: Fix problems with update
timing. [Reported by: oss-ruby@technorama.net]
Sat Dec 2 07:33:53 2006 GOTOU Yuuzou <gotoyuzo@notwork.org>
* lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):