Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 10ebb8ab

History | View | Annotate | Download (2.1 kB)

1
CHANGELOG for hotfix 0.11.3
2

    
3
Fix bug with image meta set
4

    
5
CHANGELOG for hotfix 0.11.2
6

    
7
Fix an output bug wiuth file permissions get
8

    
9
CHANGELOG for hotfix 0.11.1
10

    
11
Bug fixes:
12

    
13
- Check if personlity mode is always in octal
14

    
15
CHANGELOG for version 0.11
16

    
17
Bug Fixes:
18
- Make authentication lazy (#4300)
19
- Stop shell from destroying the config instance
20
- Shell can manage all valid command line arguments [#3716]
21
- Restore 2nd level command syntax in shell [#3736]
22
- Allow copy of deleted objects by refering to older version [#3737]
23
- Add image.add_member missing content-length header
24
- Do not unpublish by default in all pithos low level requests [#3780]
25
- Unquote http respons headers
26

    
27
Changes:
28

    
29
- Logs do not contain kamaki.clients pids by default [#4242]
30
- Replace page_hold method with pydoc.pager [#4279]
31
- Remove commands.pithos.DelimiterArgument, replace with ValueArgument
32
    wherever it is used
33
- Replace print methods with member print methods in _commands.* [#4292]
34
- kamaki.cli.config is now a directory package [#4058]
35
- Modify progress bar handler in cli.commands to allow count down and timeout
36
    [#4352]
37
- Make wait progress bars in cyclades CLI to count down to timeout instead of
38
    progressing forward [#4352]
39
- Rename IP commands to new namespace and better names [#4422]
40

    
41
Features:
42

    
43
- New config option log_pid (default: off) can allow pid-logging [#4242]
44
- Expand kamaki.cli unitests for the following packages ( [#4058] ):
45
  errors
46
- Modify print methods in cli utils to use arbitary stream objects [#4288]
47
- Implement wrapers for cli.utils print methods, in _commands [#4292]
48
- Implement unittests for kamaki.cli.config [#4058]
49
- Implement --type=SOFT/HARD argument for server reboot [#4338]
50
    The old argument -f/--force <==> --type=HARD is kept for bw compatibility
51
    A warning message guides users to stop using it
52
- Catch Keyboard Interupts in cli wait methods and exit gracefully [#4351]
53
- Add -R/--recursive in file listing, to list containers with their contents
54
    [#4301]
55
- Add -w/--wait to server firewall set [#4298]
56
- Add --output-format where applicable, keep -j/--json too, for bw
57
    compatibility [#4342]
58
- Allow metakeys in personality argument [#4312]