git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit c85bc646b8251f3b4f7365d63752a813c2733409

Prepare for the 2.1.2 release.

Coda Hale committed on 9/16/2009, 8:59:21 PM
Parent: ba77ac1e2d88b72126fa0495b28fecd821ca118c

Files changed

CHANGELOGchanged
Rakefilechanged
CHANGELOGView
@@ -34,4 +34,7 @@
3434 - Ruby 1.9 GIL releasing for high-cost hashes. [Hongli Lai]
3535
3636 2.1.1 Aug 14 2009
3737 - JVM 1.4/1.5 compatibility [Hongli Lai]
38+
39+2.1.2 Sep 16 2009
40+ - Fixed support for Solaris, OpenSolaris.
RakefileView
@@ -6,9 +6,9 @@
66 require 'rake/rdoctask'
77 require "benchmark"
88
99 PKG_NAME = "bcrypt-ruby"
10-PKG_VERSION = "2.1.1"
10+PKG_VERSION = "2.1.2"
1111 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
1212 PKG_FILES = FileList[
1313 '[A-Z]*',
1414 'lib/**/*.rb',

Built with git-ssb-web