From c4f0b5561ae048a406c6bd3b4310d5795de5ae88 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Tue, 14 Jun 2011 11:29:22 -0500 Subject: [PATCH] updated changelog with 1.4.1 changes --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ff74a19d57..c2e56f2edd 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.