OldNews
2007-09-11: httpclient/2.1.2-RC
I posted httpclient/2.1.2-RC. It's a bug fix version. Changes from httpclient/2.1.1 are: wiki:Changes-212
- tarball: http://dev.ctor.org/download/httpclient-2.1.1.90.20070911.tar.gz
- zip: http://dev.ctor.org/download/httpclient-2.1.1.90.20070911.zip
- gem: gem update httpclient --source http://dev.ctor.org/download/
Please try the RC and let me know if you find out regression problem. http://dev.ctor.org/http-access2#BugreportorFeaturerequest
Thank you for your cooperation.
2007-08-28: httpclient/2.1.1
I posted httpclient/2.1.1. It's a bug fix version for some specific environment. Changes from httpclient/2.1.0 to httpclient/2.1.1 are: wiki:Changes-211
You can download it from http://dev.ctor.org/download/ I also posted a gem at http://dev.ctor.org/download/. Now the followings should work.
% gem install httpclient --source http://dev.ctor.org/download/ % gem update httpclient --source http://dev.ctor.org/download/
2007-08-07: httpclient/2.1.1 RC1
I posted httpclient/2.1.1 RC1. It's a bug fix version. Changes from httpclient/2.1.0 to httpclient/2.1.1 are: wiki:Changes-211
You can download it from http://dev.ctor.org/download/. (Version number is 2.1.0.90.20070807.) I also posted a gem at http://dev.ctor.org/download/. Now the followings should work.
% gem install httpclient --source http://dev.ctor.org/download/ % gem update httpclient --source http://dev.ctor.org/download/
I'll post 2.1.1 GA next week.
2007-07-14: httpclient/2.1.0
I posted httpclient/2.1.0. The program/project renamed from 'http-access2' to 'httpclient'. Now program name, gem name, and module namespace are the same: 'httpclient'.
There's compatibility layer included so existing programs for http-access2 which uses HTTPAccess2::Client should work with httpclient/2.1.0 correctly.
Changes from http-access/2.0.9 to httpclient/2.1.0 are: wiki:Changes-210
You can download it from http://dev.ctor.org/download/ I also posted a gem at http://dev.ctor.org/download/. Now the followings should work.
% gem install http-access --source http://dev.ctor.org/download/ % gem update http-access --source http://dev.ctor.org/download/
2007-07-04: version 2.0.9
I posted version 2.0.9. It's purely a bugfix version. Changes from 2.0.8 are: wiki:Changes-209
You can download it from http://dev.ctor.org/download/ I also posted a gem at http://dev.ctor.org/download/. Now the followings should work.
% gem install http-access --source http://dev.ctor.org/download/ % gem update http-access --source http://dev.ctor.org/download/
Have fun!
2007-06-30: version 2.0.8
I posted version 2.0.8. Changes from 2.0.7 are: wiki:Changes-208
You can download it from http://dev.ctor.org/download/ I also posted a gem at http://dev.ctor.org/download/. Now the followings should work.
% gem install http-access --source http://dev.ctor.org/download/ % gem update http-access --source http://dev.ctor.org/download/
Have fun!
2007-05-13: version 2.0.7
I posted version 2.0.7.
- Changes from 2.0.6 are: wiki:Changes-207
- Changes from 2.0.7-rc are: [145] and #153.
You can download it from http://dev.ctor.org/download/ I also posted a gem at http://dev.ctor.org/download/. Now the followings should work.
% gem install http-access --source http://dev.ctor.org/download/ % gem update http-access --source http://dev.ctor.org/download/
Have fun!
2007-04-29: version 2.0.7-rc
I posted version 2.0.7-rc (2.0.6.99.20070429). Here's changes from Version 2.0.6: http://dev.ctor.org/http-access2/query?status=closed&milestone=2.0.7
You can download the RC from http://dev.ctor.org/download/
I also posted a gem at http://dev.ctor.org/download/. Now the followings should work.
% gem install http-access --source http://dev.ctor.org/download/ % gem update http-access --source http://dev.ctor.org/download/
P.S. gem is not signed for now. I've not yet understand the concept of its trustness control. Not a PKI, not a PGP...
[2007-04-30] I updated a gem and a tarball(http-access-2_0_6_99_20070430). It should be the final RC. Fixed #149, #150, #152 from 20070429 version.
Changes from 2.0.6 are: wiki:Changes-207
2005-09-16: version 2.0.6
Version 2.0.6 is out. This release contains many patches from users. Thanks!
Have fun!
2004-12-25: Version 2.0.5
Version 2.0.5 released. This is a minor bug fix release.
- Connect/Send/Receive timeout cannot be configured. fixed.
- IPSocket#addr caused SocketError? on Mac OS X 10.3.6 + ruby-1.8.1 GA. fixed.
- There is a server which does not like 'foo.bar.com:80' style Host header. The server for http://rubyforge.org/export/rss_sfnews.php seems to dislike HTTP/1.1 Host header "Host: rubyforge.net:80". It returns HTTP 302: Found and redirects to the page again, causes HTTPAccess2::Client to raise "retry count exceeded". Keat found that the server likes "Host: rubyforge.net" (not with port number).
2004-12-11: "Trac" site
Welcome to the trac-ing site of http-access2!