summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <john.dickinson@rackspace.com>2011-06-14 16:37:02 +0000
committerTarmac <>2011-06-14 16:37:02 +0000
commit9ab33970b58b8219245bfd89e2ad9442c0e94f17 (patch)
tree59e441411a37a05c404c0edd49fd5b5a4656613a
parent85260983ed94aa0186b3811e25bb27b9437e6ac5 (diff)
parentc4f0b5561ae048a406c6bd3b4310d5795de5ae88 (diff)
downloadswift-1.4.1.tar.gz
updated changelog for 1.4.11.4.1
-rw-r--r--CHANGELOG16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ff74a19d5..c2e56f2ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+swift (1.4.1)
+
+ * st renamed to swift
+
+ * swauth was separated froms swift. It is now its own project and can be
+ found at https://github.com/gholt/swauth.
+
+ * tempauth middleware added as an extremely limited auth system for dev
+ work.
+
+ * Account and container listings now properly labeled UTF-8 (previously the
+ label was "utf8").
+
+ * Accounts are auto-created if an auth token is valid when the
+ account_autocreate proxy config parameter is set to true.
+
swift (1.4.0)
* swift-bench now cleans up containers it creates.