Skip to content

Commit

Permalink
Version bump to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshi Nakamura committed Dec 7, 2011
1 parent fe69708 commit 3c32890
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions README.txt
Expand Up @@ -95,6 +95,20 @@ Thanks in advance.

== Changes

= Changes in 2.2.4 =

Dec 08, 2011 - version 2.2.4

* Bug fixes

* Do not recycle buffer String object for yielding. When the response is
not chunked and the size of the response > 16KB, API with block style
yields recycled String object for each yields.

* Set VERSION string in User-Agent header. $Id$ didn't work long time...

Bugs are reported by Seamus Abshere. Thanks!

= Changes in 2.2.3 =

Oct 28, 2011 - version 2.2.3
Expand Down
4 changes: 2 additions & 2 deletions httpclient.gemspec
@@ -1,8 +1,8 @@
require 'rubygems'
Gem::Specification.new { |s|
s.name = "httpclient"
s.version = "2.2.3"
s.date = "2011-10-28"
s.version = "2.2.4"
s.date = "2011-12-08"
s.author = "Hiroshi Nakamura"
s.email = "nahi@ruby-lang.org"
s.homepage = "http://github.com/nahi/httpclient"
Expand Down
2 changes: 1 addition & 1 deletion lib/httpclient/version.rb
@@ -1,3 +1,3 @@
class HTTPClient
VERSION = '2.2.3'
VERSION = '2.2.4'
end

0 comments on commit 3c32890

Please sign in to comment.