From 2ad2d0600e92bc7a56d72ffe3350eae07f36975c Mon Sep 17 00:00:00 2001 From: gholt Date: Mon, 25 Jul 2011 09:17:49 -0700 Subject: [PATCH] 1.4.2 CHANGELOG --- CHANGELOG | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c2e56f2edd..d697f8c5ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,24 @@ +swift (1.4.2) + + * Removed stats/logging code from Swift [now in separate slogging project]. + + * Object POSTs are implemented as COPYs now by default (you can revert to + previous implementation with conf object_post_as_copy = false) + + * You can specify X-Newest: true on GETs and HEADs to indicate you want + Swift to query all backend copies and return the newest version + retrieved. + + * Object COPY requests now always copy the newest object they can find. + + * Account and container GETs and HEADs now shuffle the nodes they use to + balance load. + + * Fixed the infinite charset: utf-8 bug + + * This fixes the bug that drop_buffer_cache() doesn't work on systems where + off_t isn't 64 bits. + swift (1.4.1) * st renamed to swift