Skip to content

Commit

Permalink
UPdate for release 1.6.2
Browse files Browse the repository at this point in the history
git-svn-id: https://wush.net/svn/rightscale/right_aws/release_1_6_2@3131 9f0cbaf6-ce18-0410-ad37-d14a22affa91
  • Loading branch information
trbryan committed Mar 19, 2008
1 parent 0c4eca3 commit 2102f88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Initial release.

* r1983, konstantin, 2007-10-25 22:33:00 +0400
* Fixed ActiveSupport requirement bug (thanks to Toby)
* Fixed HttpConnection logging to stdout bug (thanks to Toby)

== 1.4.4

Expand Down Expand Up @@ -139,6 +138,16 @@ r2963 | todd | 2008-03-06 19:10:23 -0800 (Thu, 06 Mar 2008) | 3 lines
in
certain rare conditions

== 1.6.2 2008-03-19
------------------------------------------------------------------------
r3128 | todd | 2008-03-19 11:54:53 -0700 (Wed, 19 Mar 2008) | 2 lines

Create 1.6.2 release branch

------------------------------------------------------------------------
r3130 | todd | 2008-03-19 12:01:12 -0700 (Wed, 19 Mar 2008) | 3 lines

Apply Change 3124 to release_1_6_2 : further fixes to
incrementally_list_bucket

------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion lib/right_aws.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module RightAws #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 6
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 2102f88

Please sign in to comment.