Skip to content

Commit

Permalink
Released 2.3.3.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael van Rooijen committed Sep 21, 2010
1 parent 5fc38f1 commit cf2cc3e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
@@ -1,3 +1,16 @@
PATCH
=== 2.3.3.1 =====================================

Fixes an issue when trying to use S3. It would try to create a bucket
when one already exists and this raises an error.


UPDATE
=== 2.3.3 =======================================

Set final_file to encrypted_file only when encryption is used.


UPDATE
=== 2.3.2 =======================================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.3.3
2.3.3.1
2 changes: 1 addition & 1 deletion backup.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
##
# Gem Specifications
gem.name = 'backup'
gem.version = '2.3.3'
gem.version = '2.3.3.1'
gem.date = Date.today.to_s
gem.summary = 'Backup is a Ruby Gem that simplifies making backups for databases, files and folders.'
gem.description = 'Backup is a Ruby Gem written for Unix and Rails environments. It can be used both with
Expand Down

0 comments on commit cf2cc3e

Please sign in to comment.