Skip to content

Commit

Permalink
* update to 2.1.5.2
Browse files Browse the repository at this point in the history
git-svn-id: http://dev.ctor.org/svn/http-access2/trunk@283 a74cc93d-ecea-0310-97c0-aac310535a50
  • Loading branch information
nahi committed Jun 25, 2009
1 parent 639cf22 commit 2d30e6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ You can also check sample/howto.rb how to use APIs.

== Download

* Stable: http://dev.ctor.org/download/httpclient-2.1.5.1.tar.gz (tar + gzip)
* Stable: http://dev.ctor.org/download/httpclient-2.1.5.1.zip (ZIP)
* Stable: http://dev.ctor.org/download/httpclient-2.1.5.2.tar.gz (tar + gzip)
* Stable: http://dev.ctor.org/download/httpclient-2.1.5.2.zip (ZIP)

* Older versions: http://dev.ctor.org/download/archive/

Expand Down Expand Up @@ -105,6 +105,19 @@ Thanks in advance.

= Changes in 2.1.5 =

Jun 25, 2009 - version 2.1.5.2

* Added another cacert distribution certificate which uses
sha1WithRSAEncryption. OpenSSL/0.9.7 cannot handle non-SHA1 digest
algorithm for certificate. The new certificate is
RSA 2048 bit + SHA1 + notAfter:2010/12/31. Corresponding CA bundle file
is cacert_sha1.p7s. It is loaded only when cacert.p7s cannot be loaded
with the original distribution certificate.

Jun 11, 2009 - version 2.1.5.1

* README update.

Jun 8, 2009 - version 2.1.5

* IMPORTANT update for HTTPS(SSL) connection
Expand Down
4 changes: 2 additions & 2 deletions httpclient.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'rubygems'
SPEC = Gem::Specification.new do |s|
s.name = "httpclient"
s.version = "2.1.5.1"
s.date = "2009-06-11"
s.version = "2.1.5.2"
s.date = "2009-06-25"
s.author = "NAKAMURA, Hiroshi"
s.email = "nahi@ruby-lang.org"
s.homepage = "http://dev.ctor.org/httpclient"
Expand Down

0 comments on commit 2d30e6c

Please sign in to comment.