From f15683cb7c9f06754f9dff3a7ce333fdebe2ac04 Mon Sep 17 00:00:00 2001 From: Stavros Sachtouris Date: Tue, 29 Jan 2013 13:08:06 +0200 Subject: [PATCH] Manifest Changelog --- Changelog | 15 +++++++-------- MANIFEST.in | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Changelog b/Changelog index c97cecd..177e52f 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,8 @@ -CHANGELOG for version 0.6.3 +CHANGELOG for version 0.6.4 -1. Introduce a quotaholder client (and primitive cli) -2. Enrich output responses and error reporting with instructions per command -3. Unified result output -4. Stabilize error handling (crashes are much less frequent) -5. Dynamic upper limit on threads when uploading -6. Update documentation -7. Restructure CLI code to clarify what is used in each interface mode \ No newline at end of file +1. Clean up CLI error handling code +2. Unify and improve data size units presentation +3. Ask for user permission at store-delete +4. Intuitive semantics for store-move/copy/upload +5. Dynamically limit max number of threads +6. Various CLI and dependency fixes \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 968f0c5..ebddbdf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.rst COPYRIGHT +include README.rst COPYRIGHT Changelog recursive-include docs * prune docs/_build -- 1.7.10.4