git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 18178defdd85fcde985e0f010666d8aa54819a48

Prepare for the 2.0.4 release.

Coda Hale committed on 3/10/2009, 3:49:19 AM
Parent: cd5da41ff52e61697d546eac2fbcf470a24c8a62

Files changed

CHANGELOGchanged
Rakefilechanged
CHANGELOGView
@@ -18,4 +18,8 @@
1818 2.0.3 May 07 2008
1919 - Made exception classes descend from StandardError, not Exception [Dan42]
2020 - Changed BCrypt::Engine.hash to BCrypt::Engine.hash_secret to avoid Merb
2121 sorting issues. [Lee Pope]
22+
23+2.0.4 Mar 09 2009
24+ - Added Ruby 1.9 compatibility. [Genki Takiuchi]
25+ - Fixed segfaults on some different types of empty strings. [Mike Pomraning]
RakefileView
@@ -6,9 +6,9 @@
66 require 'rake/rdoctask'
77 require "benchmark"
88
99 PKG_NAME = "bcrypt-ruby"
10-PKG_VERSION = "2.0.3"
10+PKG_VERSION = "2.0.4"
1111 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
1212 PKG_FILES = FileList[
1313 '[A-Z]*',
1414 'lib/**/*.rb',

Built with git-ssb-web