Title: [947] trunk/jopenssl: Update history with last fix and README so hoe doesn' t complain
Revision
947
Author
nicksieger
Date
2008-03-17 17:23:07 -0400 (Mon, 17 Mar 2008)

Log Message

Update history with last fix and README so hoe doesn't complain

Modified Paths


Diff

Modified: trunk/jopenssl/History.txt (946 => 947)


--- trunk/jopenssl/History.txt	2008-03-17 21:23:03 UTC (rev 946)
+++ trunk/jopenssl/History.txt	2008-03-17 21:23:07 UTC (rev 947)
@@ -1,5 +1,6 @@
 == 0.2
 
+- Enable remaining tests; fix a nil string issue in SSLSocket.sysread (JRUBY-1888)
 - 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)

Modified: trunk/jopenssl/README.txt (946 => 947)


--- trunk/jopenssl/README.txt	2008-03-17 21:23:03 UTC (rev 946)
+++ trunk/jopenssl/README.txt	2008-03-17 21:23:07 UTC (rev 947)
@@ -1,3 +1,9 @@
+= JRuby-OpenSSL
+
+* http://jruby-extras.rubyforge.org/jruby-openssl
+
+== DESCRIPTION:
+
 JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.
 
 JRuby offers *just enough* compatibility for most Ruby applications that use OpenSSL. 
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to