Sat Sep 22 02:32:49 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* make it release 0.3.3

Fri Sep 14 01:43:36 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* ssl.c (x509_version): should return AS IS version number
	  represented in the certifications.
	* doc/ssl.rd, doc/ssl.ja.rd: fixed.

Fri Sep 14 00:36:36 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* lib/net/telnets.rb (waitfor): use catch/throw.

Thu Sep 13 23:39:16 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* lib/buffering.rb: new methods:
	  Buffering#readlines, Buffering#each_byte, 
	  Buffering#readchar and Buffering#<<

Sat Aug 18 08:46:42 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

        * new constatns SSL::VERSION and SSL::OPENSSL_VERSION
        * added documents.  doc/ssl.ja.rd (Japanese) and
          doc/ssl.rd (pseudo English).
	* make it the release 0.3.2

Thu Jul 20 21:59:41 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* make it the release 0.3.1c

Fri Jul 20 01:26:07 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* ssl.c (Init_ssl): regardless of scope state, accessors
	  should be public. It is required by 1.6.4 (2001-06-04).

Thu Jul 19 16:06:48 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* make it the release 0.3.1b

Thu Jul 19 05:04:05 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* ssl.c: C preprocessor directive should be of the form
	  ``#include <openssl/ssl.h>'' instead of ``#include <ssl.h>''.
	* README: new file.

Mon Jul 16 07:24:05 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* lib/net/https.rb: follows Net 1.2.3.
	* make it the release 0.3.1

Sun Jun 17 23:27:52 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* make it the release 0.3.0

Sun Jun 17 16:23:19 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* sample/verify_cb.rb: for SSLSocket#verify_callback=

	* sample/x509.rb: new sample for X509.

	* sample/login.rb: new sample for Net::Telnet.

Sun Jun 17 16:07:12 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* lib/net/protocols.rb: split NetPrivate from https.rb.

Sun Jun 17 15:03:02 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* lib/net/https.rb: use forwardable.rb.

	* lib/net/https: follow SSLSocket.

	* lib/net/telnets: ditto.

Sun Jun 17 13:00:37 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* ssl.c: use instance variable (rb_ivar_set/rb_ivar_get) instead
	  of the fields in C structure.

	* ssl.c: new methods SSLSocket#timeout, SSLSocket#ciphers=,
	  SSLSocket#verify_depth=.

	* ssl.c: new class X509_STORE_CTX. and fix arguments for the Proc#call
	  at verify callback.

	* ssl.c: new methods X509#sigAlgor, X509#key_type, X509#extension,
	  X509#verify, #X509#to_s

	* ssl.c: change the sequence of arguments of SSLSocket.new.

Sun Jun 17 12:59:50 2001  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* ChangeLog: new file.
