From 12b118ee2cc7025d5f8880d01fdc16ec316345eb Mon Sep 17 00:00:00 2001 From: gholt Date: Tue, 6 Mar 2012 21:43:15 +0000 Subject: [PATCH] Updated CHANGELOG for 1.4.7 Change-Id: I6933a3faaceaff28f6ecbbe5904ed3eb46413a02 --- CHANGELOG | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1c19cc667d..b897681fd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +swift (1.4.7) + + * Improvements to account and container replication. + + * Fix for account servers allowing .pending to exist before .db. + + * Fixed possible key-guessing exploit in formpost. + + * Fixed bug in ring builder when removing a large percentage of devices. + + * Swift CLI tool now supports openstack-standard CLI flags. + + * New JSON output option for swift-dispersion-report. + + * Removed old stats tools. + + * Other bug fixes and documentation updates. + swift (1.4.6) * TempURL and FormPost middleware added