Update Changelog
[kamaki] / Changelog
1 CHANGELOG for hotfix 0.11.4
2
3 Unicode pithos filenames bug fix
4 Zero file syncing bug fix
5
6 CHANGELOG for hotfix 0.11.3
7
8 Fix bug with image meta set
9
10 CHANGELOG for hotfix 0.11.2
11
12 Fix an output bug wiuth file permissions get
13
14 CHANGELOG for hotfix 0.11.1
15
16 Bug fixes:
17
18 - Check if personlity mode is always in octal
19
20 CHANGELOG for version 0.11
21
22 Bug Fixes:
23 - Make authentication lazy (#4300)
24 - Stop shell from destroying the config instance
25 - Shell can manage all valid command line arguments [#3716]
26 - Restore 2nd level command syntax in shell [#3736]
27 - Allow copy of deleted objects by refering to older version [#3737]
28 - Add image.add_member missing content-length header
29 - Do not unpublish by default in all pithos low level requests [#3780]
30 - Unquote http respons headers
31
32 Changes:
33
34 - Logs do not contain kamaki.clients pids by default [#4242]
35 - Replace page_hold method with pydoc.pager [#4279]
36 - Remove commands.pithos.DelimiterArgument, replace with ValueArgument
37     wherever it is used
38 - Replace print methods with member print methods in _commands.* [#4292]
39 - kamaki.cli.config is now a directory package [#4058]
40 - Modify progress bar handler in cli.commands to allow count down and timeout
41     [#4352]
42 - Make wait progress bars in cyclades CLI to count down to timeout instead of
43     progressing forward [#4352]
44 - Rename IP commands to new namespace and better names [#4422]
45
46 Features:
47
48 - New config option log_pid (default: off) can allow pid-logging [#4242]
49 - Expand kamaki.cli unitests for the following packages ( [#4058] ):
50   errors
51 - Modify print methods in cli utils to use arbitary stream objects [#4288]
52 - Implement wrapers for cli.utils print methods, in _commands [#4292]
53 - Implement unittests for kamaki.cli.config [#4058]
54 - Implement --type=SOFT/HARD argument for server reboot [#4338]
55     The old argument -f/--force <==> --type=HARD is kept for bw compatibility
56     A warning message guides users to stop using it
57 - Catch Keyboard Interupts in cli wait methods and exit gracefully [#4351]
58 - Add -R/--recursive in file listing, to list containers with their contents
59     [#4301]
60 - Add -w/--wait to server firewall set [#4298]
61 - Add --output-format where applicable, keep -j/--json too, for bw
62     compatibility [#4342]
63 - Allow metakeys in personality argument [#4312]