summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgholt <gholt@rackspace.com>2011-07-25 16:27:51 +0000
committerTarmac <>2011-07-25 16:27:51 +0000
commita9c0a264b8189d37b2242a6a267913ab97ae3baa (patch)
treef84660b2b4e51f2d134dbfb99aa41e07a8e7db6a
parente6f752e76bea5c2594250b298cfc3039f4d9b6bd (diff)
parent2ad2d0600e92bc7a56d72ffe3350eae07f36975c (diff)
downloadswift-1.4.2.tar.gz
1.4.2 CHANGELOG1.4.2
-rw-r--r--CHANGELOG21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c2e56f2ed..d697f8c5e 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