Files: b2dfb5b109ec4aed21b4f9913f3acd3ed507e788 / CHANGELOG
1353 bytesRaw
1 | 1.0.0 Feb 27 2007 |
2 | - Initial release. |
3 | |
4 | 2.0.0 Mar 07 2007 |
5 | - Removed BCrypt::Password#exactly_equals -- use BCrypt::Password#eql? instead. |
6 | - Added BCrypt::Password#is_password?. |
7 | - Refactored out BCrypt::Internals into more useful BCrypt::Engine. |
8 | - Added validation of secrets -- nil is not healthy. |
9 | |
10 | 2.0.1 Mar 09 2007 |
11 | - Fixed load path issues |
12 | - Fixed crashes when hashing weird values (e.g., false, etc.) |
13 | |
14 | 2.0.2 Jun 06 2007 |
15 | - Fixed example code in the README [Winson] |
16 | - Fixed Solaris compatibility [Jeremy LaTrasse, Twitter crew] |
17 | |
18 | 2.0.3 May 07 2008 |
19 | - Made exception classes descend from StandardError, not Exception [Dan42] |
20 | - Changed BCrypt::Engine.hash to BCrypt::Engine.hash_secret to avoid Merb |
21 | 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] |
26 | |
27 | 2.0.5 Mar 11 2009 |
28 | - Fixed Ruby 1.8.5 compatibility. [Mike Pomraning] |
29 | |
30 | 2.1.0 Aug 12 2009 |
31 | - Improved code coverage, unit tests, and build chain. [Hongli Lai] |
32 | - Ruby 1.9 compatibility fixes. [Hongli Lai] |
33 | - JRuby support, using Damien Miller's jBCrypt. [Hongli Lai] |
34 | - 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] |
38 | |
39 | 2.1.2 Sep 16 2009 |
40 | - Fixed support for Solaris, OpenSolaris. |
Built with git-ssb-web