Bump changelog version marker for release

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

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

@ -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.