git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 525b5999142d3d8c731fd7524eb07780dcd03720

Prepare for the 2.1.1 release.

Coda Hale committed on 8/14/2009, 3:06:25 PM
Parent: a0c0fe6aa7baf5fa20220970656b1698bd7521cf

Files changed

CHANGELOGchanged
Rakefilechanged
CHANGELOGView
@@ -31,4 +31,7 @@
3131 - Improved code coverage, unit tests, and build chain. [Hongli Lai]
3232 - Ruby 1.9 compatibility fixes. [Hongli Lai]
3333 - JRuby support, using Damien Miller's jBCrypt. [Hongli Lai]
3434 - Ruby 1.9 GIL releasing for high-cost hashes. [Hongli Lai]
35+
36+2.1.1 Aug 14 2009
37+ - JVM 1.4/1.5 compatibility [Hongli Lai]
RakefileView
@@ -6,9 +6,9 @@
66 require 'rake/rdoctask'
77 require "benchmark"
88
99 PKG_NAME = "bcrypt-ruby"
10-PKG_VERSION = "2.1.0"
10+PKG_VERSION = "2.1.1"
1111 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
1212 PKG_FILES = FileList[
1313 '[A-Z]*',
1414 'lib/**/*.rb',

Built with git-ssb-web