Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 1e92e97d

History | View | Annotate | Download (2.2 kB)

1
CHANGELOG for hotfix 0.11.4
2

    
3
Unicode pithos filenames bug fix
4

    
5
CHANGELOG for hotfix 0.11.3
6

    
7
Fix bug with image meta set
8

    
9
CHANGELOG for hotfix 0.11.2
10

    
11
Fix an output bug wiuth file permissions get
12

    
13
CHANGELOG for hotfix 0.11.1
14

    
15
Bug fixes:
16

    
17
- Check if personlity mode is always in octal
18

    
19
CHANGELOG for version 0.11
20

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

    
31
Changes:
32

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

    
45
Features:
46

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