summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorgholt <z-launchpad@brim.net>2012-04-02 14:58:40 +0000
committergholt <z-launchpad@brim.net>2012-04-02 15:05:01 +0000
commitaccfd3b01f65e32ea46d176dba6e9b1db4335907 (patch)
tree8247ec65d0cd55e22f0127a58704fdb1880bb9f5 /CHANGELOG
parenta9b6355d15bac1d0916c8481d3ef58fb3ed3bb75 (diff)
downloadswift-accfd3b01f65e32ea46d176dba6e9b1db4335907.tar.gz
1.4.9 CHANGELOG
Change-Id: I15496cc846f8eaf890753b0a7256a91da197423e
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2d23fee89..f7aa509d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,24 @@
+swift (1.4.9)
+
+ * Optional object versioning feature. (See docs for full description)
+
+ * Numerous bug fixes to StaticWeb (previously unusable at scale).
+
+ * Bug fixes to all middleware to allow passthrough requests under various
+ conditions and to share pre-authed request code (which previously had
+ differing behaviors and interaction bugs).
+
+ * Bug fix to object expirer that could cause infinite looping.
+
+ * Option to disable SQLite database preallocation with account and
+ container servers.
+
+ * Optional delay to account reaping.
+
+ * Overall disk usage reporting with swift-recon.
+
+ * Async-pending write optimization.
+
swift (1.4.8)
* Added optional max_containers_per_account restriction