Bump changelog version marker for release

This commit is contained in:
Marcel Molina 2008-06-07 02:28:58 -05:00
Родитель e2401bf50d
Коммит f1f72b3606
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,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.