Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 16d7b9ff

History | View | Annotate | Download (976 Bytes)

1 e12c0ad2 Stavros Sachtouris
CHANGELOG for version 0.11
2 f27657f7 Stavros Sachtouris
3 969b0c8d Stavros Sachtouris
Bug Fixes:
4 2af217f3 Stavros Sachtouris
- Make authentication lazy (#4300)
5 c3396aeb Stavros Sachtouris
6 1af10567 Stavros Sachtouris
Changes:
7 c3396aeb Stavros Sachtouris
8 c853ce41 Stavros Sachtouris
- Logs do not contain kamaki.clients pids by default [#4242]
9 97d3537c Stavros Sachtouris
- Replace page_hold method with pydoc.pager [#4279]
10 112d108f Stavros Sachtouris
- Remove commands.pithos.DelimiterArgument, replace with ValueArgument
11 112d108f Stavros Sachtouris
    wherever it is used
12 807f3dbb Stavros Sachtouris
- Replace print methods with member print methods in _commands.* [#4292]
13 12be2bd2 Stavros Sachtouris
- kamaki.cli.config is now a directory package [#4058]
14 c853ce41 Stavros Sachtouris
15 969b0c8d Stavros Sachtouris
Features:
16 c3396aeb Stavros Sachtouris
17 c853ce41 Stavros Sachtouris
- New config option log_pid (default: off) can allow pid-logging [#4242]
18 c95418af Stavros Sachtouris
- Expand kamaki.cli unitests for the following packages ( [#4058] ):
19 c95418af Stavros Sachtouris
  errors
20 97d3537c Stavros Sachtouris
- Modify print methods in cli utils to use arbitary stream objects [#4288]
21 807f3dbb Stavros Sachtouris
- Implement wrapers for cli.utils print methods, in _commands [#4292]
22 12be2bd2 Stavros Sachtouris
- Implement unittests for kamaki.cli.config [#4058]
23 126203ae Stavros Sachtouris
- Implement --type=SOFT/HARD argument for server reboot [#4338]
24 126203ae Stavros Sachtouris
    The old argument -f/--force <==> --type=HARD is kept for bw compatibility
25 126203ae Stavros Sachtouris
    A warning message guides users to stop using it