Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 030c0d3a

History | View | Annotate | Download (1.3 kB)

1 c3396aeb Stavros Sachtouris
CHANGELOG for version 0.9
2 f4016ab2 Stavros Sachtouris
3 969b0c8d Stavros Sachtouris
Bug Fixes:
4 c3396aeb Stavros Sachtouris
5 0d4a6d0a Stavros Sachtouris
- Stop shell from destroying the config instance
6 5976ddfb Stavros Sachtouris
- Shell can manage all valid command line arguments [#3716]
7 030c0d3a Stavros Sachtouris
- Restore 2nd level command syntax in shell [#3736]
8 d5d7e1f3 Stavros Sachtouris
9 1af10567 Stavros Sachtouris
Changes:
10 c3396aeb Stavros Sachtouris
11 1af10567 Stavros Sachtouris
- Change context: kamaki-image-addproperty --> kamaki-image-compute-property
12 d761839f Stavros Sachtouris
- http logger names: clients.recv/send --> kamaki.clients.recv/send
13 d761839f Stavros Sachtouris
- Move logger creation and control (except of the actuall logging) to cli
14 51fad88a Stavros Sachtouris
- These PithosClient methods return the metadata of created object [#3656]:
15 51fad88a Stavros Sachtouris
    upload_object, upload_object_unchunked, create_object_by_manifestation
16 3583ef07 Stavros Sachtouris
- Cache container info per upload session [#3735]
17 d5d7e1f3 Stavros Sachtouris
18 969b0c8d Stavros Sachtouris
Features:
19 c3396aeb Stavros Sachtouris
20 d761839f Stavros Sachtouris
- A logger module container a set of basic loging method for kamaki [#3668]
21 6634e01c Stavros Sachtouris
   set/get_log_filename, add_file/strean_logger, get_logger
22 d761839f Stavros Sachtouris
- Implement logger.activate/deactivate for loggers [#3715]
23 5976ddfb Stavros Sachtouris
- Allow global args (e.g. -d for debug, -v for verbosity) to shell. They
24 5976ddfb Stavros Sachtouris
    should be used when invoking the shell. After that they are automatically
25 5976ddfb Stavros Sachtouris
    applied to all commands running in that kamaki shell. [#3716]
26 c6da1973 Stavros Sachtouris
- Implement a plankton-side image unregister [#3728]
27 b97e18b1 Stavros Sachtouris
- Implement purging a non-empty container [#3662]
28 978eb0ec Stavros Sachtouris
- Add a -l option to upload, for listing uploaded objects details [#3730]
29 9550a759 Stavros Sachtouris
- Add option to cache container info for upload_object [#3707]