Welcome to the "trac"-ing site of http-access2!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 283

Show
Ignore:
Timestamp:
06/26/09 00:01:56 (1 year ago)
Author:
nahi
Message:
  • update to 2.1.5.2
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.txt

    r281 r283  
    7171== Download 
    7272 
    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)  
    7575 
    7676* Older versions: http://dev.ctor.org/download/archive/  
     
    105105 
    106106= 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. 
    107120 
    108121  Jun 8, 2009 - version 2.1.5 
  • trunk/httpclient.gemspec

    r282 r283  
    22SPEC = Gem::Specification.new do |s| 
    33  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
    66  s.author = "NAKAMURA, Hiroshi" 
    77  s.email = "nahi@ruby-lang.org"