Title: [929] trunk/jopenssl: Bump version to 0.2 and get history file up-to-date
- Revision
- 929
- Author
- nicksieger
- Date
- 2008-03-07 19:05:21 -0500 (Fri, 07 Mar 2008)
Log Message
Bump version to 0.2 and get history file up-to-date
Modified Paths
Diff
Modified: trunk/jopenssl/History.txt (928 => 929)
--- trunk/jopenssl/History.txt 2008-03-07 19:41:13 UTC (rev 928)
+++ trunk/jopenssl/History.txt 2008-03-08 00:05:21 UTC (rev 929)
@@ -1,3 +1,11 @@
+== 0.2
+
+- Fix socket buffering issue by setting socket IO sync = true
+- Fix bad file descriptor issue caused by unnecessary close (JRUBY-2152)
+- Fix AES key length (JRUBY-2187)
+- Fix cipher initialization (JRUBY-1100)
+- Now, only compatible with JRuby 1.1
+
== 0.1.1
- Fixed blocker issue preventing HTTPS/SSL from working (JRUBY-1222)
Modified: trunk/jopenssl/lib/jopenssl/version.rb (928 => 929)
--- trunk/jopenssl/lib/jopenssl/version.rb 2008-03-07 19:41:13 UTC (rev 928)
+++ trunk/jopenssl/lib/jopenssl/version.rb 2008-03-08 00:05:21 UTC (rev 929)
@@ -1,5 +1,5 @@
module Jopenssl
module Version
- VERSION = "0.1.1"
+ VERSION = "0.2"
end
end
\ No newline at end of file
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel