Skip to content

Commit

Permalink
Mention deprecation of digest/hmac.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed Jun 3, 2010
1 parent 24be1f1 commit e1ef999
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,14 @@ with all sufficient information, see the ChangeLog file.
For example, Process.respond_to?(:fork) returns false on Windows.

* digest
* new methods:
* Digest::Class.base64digest
* Digest::Instance#base64digest
* Digest::Instance#base64digest!
* new methods:
* Digest::Class.base64digest
* Digest::Instance#base64digest
* Digest::Instance#base64digest!

* Digest::HMAC (digest/hmac) has been marked as deprecated because
it was unintentional for the experimental library to be included
in the final release of 1.9.1. Please use OpenSSL::HMAC instead.

* rss

Expand Down Expand Up @@ -466,3 +470,7 @@ with all sufficient information, see the ChangeLog file.
* $:

See above.

* Digest::HMAC

Deprecated. See above.

0 comments on commit e1ef999

Please sign in to comment.