forked from packagethief/aws-s3
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to 0.6.3 and remove beta version marker
- Loading branch information
Joshua Sierles
committed
Jan 5, 2010
1 parent
91a022c
commit 7d26e58
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
head: | ||
|
||
0.6.3: | ||
|
||
- Make bucket names globally unique [Jeffrey Hardy [email protected]] | ||
- Add S3Object.update for updating things like the content-type without re-uploading the file [Jeffrey Hardy [email protected]] | ||
0.6.2: | ||
|
||
- Apparently need to use custom __method__ in Ruby versions right up to 1.8.7. | ||
- Use custom __method__ in Ruby versions *prior* to 1.8.7 not *up to* 1.8.7. | ||
|
||
0.6.1: | ||
|
||
- Use custom __method__ in Ruby versions *prior* to 1.8.7 not *up to* 1.8.7. | ||
|
||
- Rename Kernel#memoize to Kernel#expirable_memoize so that it doesn't conflict with memoize method in ActiveSupport which has an entirely different API and semantics. Reported by [Florian Dütsc ([email protected])]. | ||
|
||
0.6.0: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters