Changeset 283
- Timestamp:
- 06/26/09 00:01:56 (1 year ago)
- Files:
-
- trunk/README.txt (modified) (2 diffs)
- trunk/httpclient.gemspec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README.txt
r281 r283 71 71 == Download 72 72 73 * Stable: http://dev.ctor.org/download/httpclient-2.1.5. 1.tar.gz (tar + gzip)74 * Stable: http://dev.ctor.org/download/httpclient-2.1.5. 1.zip (ZIP)73 * Stable: http://dev.ctor.org/download/httpclient-2.1.5.2.tar.gz (tar + gzip) 74 * Stable: http://dev.ctor.org/download/httpclient-2.1.5.2.zip (ZIP) 75 75 76 76 * Older versions: http://dev.ctor.org/download/archive/ … … 105 105 106 106 = Changes in 2.1.5 = 107 108 Jun 25, 2009 - version 2.1.5.2 109 110 * Added another cacert distribution certificate which uses 111 sha1WithRSAEncryption. OpenSSL/0.9.7 cannot handle non-SHA1 digest 112 algorithm for certificate. The new certificate is 113 RSA 2048 bit + SHA1 + notAfter:2010/12/31. Corresponding CA bundle file 114 is cacert_sha1.p7s. It is loaded only when cacert.p7s cannot be loaded 115 with the original distribution certificate. 116 117 Jun 11, 2009 - version 2.1.5.1 118 119 * README update. 107 120 108 121 Jun 8, 2009 - version 2.1.5 trunk/httpclient.gemspec
r282 r283 2 2 SPEC = Gem::Specification.new do |s| 3 3 s.name = "httpclient" 4 s.version = "2.1.5. 1"5 s.date = "2009-06- 11"4 s.version = "2.1.5.2" 5 s.date = "2009-06-25" 6 6 s.author = "NAKAMURA, Hiroshi" 7 7 s.email = "nahi@ruby-lang.org"