summaryrefslogtreecommitdiff
path: root/Changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.txt')
-rw-r--r--Changes.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Changes.txt b/Changes.txt
index 1a5d8fb..366cd52 100644
--- a/Changes.txt
+++ b/Changes.txt
@@ -1,3 +1,18 @@
+2013-05-27, S3QL 1.15
+
+ * Cycling of metadata backups when using the local backend now
+ takes much less time.
+
+ * It is no longer required that S3QL and Python APSW be linked to
+ the same SQLite shared library.
+
+ * mount.s3ql: fixed crash when using --metadata-upload-interval 0.
+
+ * Instead of completely unmounting the file system (and leaving the
+ mount point inaccessible) when backend data is missing or
+ corrupted, S3QL now returns an error and switches to read-only
+ operation.
+
2013-04-09, S3QL 1.14
* Reduced CPU consumption when S3QL is idle.