Fix HTTP headers in image member add
[kamaki] / Changelog
index 2ec4cf4..ce2bdc9 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,34 +1,17 @@
-CHANGELOG for version 0.11
+CHANGELOG for version 0.13
 
 Bug Fixes:
-- Make authentication lazy (#4300)
-
-Changes:
-
-- Logs do not contain kamaki.clients pids by default [#4242]
-- Replace page_hold method with pydoc.pager [#4279]
-- Remove commands.pithos.DelimiterArgument, replace with ValueArgument
-    wherever it is used
-- Replace print methods with member print methods in _commands.* [#4292]
-- kamaki.cli.config is now a directory package [#4058]
-- Modify progress bar handler in cli.commands to allow count down and timeout
-    [#4352]
-- Make wait progress bars in cyclades CLI to count down to timeout instead of
-    progressing forward [#4352]
-- Rename IP commands to new namespace and better names [#4422]
+- Register image w. upload but no metafile [#4864]
+- Minor typos and updates in command help messages
+- All URL-related params are now URL-encoded [#4986]
+- In file list, show all directories as directories [#4987]
+- Do not let file-* cmds to create containers [#4992]
 
 Features:
-
-- New config option log_pid (default: off) can allow pid-logging [#4242]
-- Expand kamaki.cli unitests for the following packages ( [#4058] ):
-  errors
-- Modify print methods in cli utils to use arbitary stream objects [#4288]
-- Implement wrapers for cli.utils print methods, in _commands [#4292]
-- Implement unittests for kamaki.cli.config [#4058]
-- Implement --type=SOFT/HARD argument for server reboot [#4338]
-    The old argument -f/--force <==> --type=HARD is kept for bw compatibility
-    A warning message guides users to stop using it
-- Catch Keyboard Interupts in cli wait methods and exit gracefully [#4351]
-- Add -R/--recursive in file listing, to list containers with their contents
-    [#4301]
+- Name and Type filters in endpoint list
+- In image register, meta gets same sharing as image [#4960]
+- Allow image register to auto-resolve remote path from local file [#4991]
+- Merge ClientError and AstakosClientException --> AstakosClientError [#5002]
+- Restore kamaki file publish/unpublish
+- Accept username or UUID in kamaki file --account/--to-account [#4810]