From d1fb15f49e87eb9b60c81a43d5c7119f7b768c52 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sat, 7 Jun 2008 02:36:44 -0500 Subject: [PATCH] Bump changelog version marker for release --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 27101c0..2d83c45 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,8 @@ head: 0.5.0: +0.5.0: + - Bug #17458 fixed. Normalize the :expires_in option to always be an integer even if the actual object passed in is a proxy to an integer, such as is the case with 2.hours from ActiveSupport which is actually an instance of ActiveSupport::Duration. Reported by [Steve Kickert steve@riverocktech.com] - Bug #19158 fixed. Don't prepend leading slash onto bucket name when deleting a bucket with the :force => true option.