aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-10-28 09:48:53 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-10-28 09:48:53 +0000
commit1200310d36d524a7974299f177ec6251d6b02103 (patch)
tree058f6524a6045a4dd923b554b282ba1b0ddd428e /ChangeLog
parentc604d7871e75f6bcea87a86f2d1c09ff02fd8d80 (diff)
downloadruby-openssl-history-1200310d36d524a7974299f177ec6251d6b02103.tar.gz
Make it work under Ruby1.7.3 and minor fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b8e449f..54322e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
-$Id$
-'OpenSSL for Ruby' project
-Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
-All rights reserved.
+Mon, 28 Oct 2002 10:39:43 +0100 -- Michal Rokos <m.rokos@sh.cvut.cz>
+ * LICENCE: update to latest Ruby's
+ * extconf.rb: fix to make it work under Ruby 1.7.3
+ * pkey.c: fix MACRO
+ * ChangeLog: changed style
-$Log$
Revision 1.43 2002/07/24 14:46:52 gotoyuzo
* lib/openssl/buffering.rb: typo fixed. (Thakns NaHi)