summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortechnorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-03 18:29:30 +0000
committertechnorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-03 18:29:30 +0000
commit9ce7494cda368d85701058cea950912b5eeea237 (patch)
tree5c4528a4e95fa9adc7daf41acef4c9549cc19343 /ChangeLog
parent013baa2b43a72aea8da9e7548a031f4a3695d229 (diff)
* ext/openssl/ossl_ssl.c: Add documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ca3afa293..febfc58c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Apr 4 04:17:18 2007 Technorama Ltd. <oss-ruby@technorama.net>
+
+ * ext/openssl/ossl_ssl.c: Add documentation.
+
Tue Apr 3 16:22:24 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/openssl/extconf.rb: check for functions added in 1.9.
@@ -5,7 +9,7 @@ Tue Apr 3 16:22:24 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/openssl/ruby_missing.h: check per features instead by
checking version code. [ruby-core:10845]
-Tue Apr 3 16:02:44 2007 Technorama <oss-ruby@technorama.net>
+Tue Apr 3 16:02:44 2007 Technorama Ltd. <oss-ruby@technorama.net>
* ext/openssl/ossl_bn.c: More documentation.
@@ -22,7 +26,7 @@ Tue Apr 3 09:36:55 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/openssl/ruby_missing.h: need to include version.h to check
RUBY_VERSION_CODE.
-Mon Apr 3 07:10:12 2007 Technorama <oss-ruby@technorama.net>
+Mon Apr 3 07:10:12 2007 Technorama Ltd. <oss-ruby@technorama.net>
* ext/openssl/ossl_{ssl.[ch],ssl_session.c},
ext/openssl/lib/openssl/lib/openssl/ssl.rb:
@@ -30,7 +34,7 @@ Mon Apr 3 07:10:12 2007 Technorama <oss-ruby@technorama.net>
config, and statistics methods.
-Mon Apr 3 04:00:23 2007 Technorama <oss-ruby@technorama.net>
+Mon Apr 3 04:00:23 2007 Technorama Ltd. <oss-ruby@technorama.net>
* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.