]> git.proxmox.com Git - ceph.git/blob - ceph/src/libkmip/CHANGELOG.rst
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / libkmip / CHANGELOG.rst
1 =========
2 Changelog
3 =========
4
5 .. _v0.2:
6
7 0.2 - July 12, 2019
8 ~~~~~~~~~~~~~~~~~~~
9
10 * Add the BSD 3-clause license to the library
11 * Add KMIP 2.0 attributes
12 * Add deep copy utilities for all attribute types
13 * Upgrade Create support to enable KMIP 2.0 encodings
14 * Upgrade the unit test suite to use intelligent test tracking
15 * Upgrade the linked list to support enqueue and double linkage
16 * Fix an implicit infinite loop in the test suite application
17 * Fix a usage issue when passing no args to the demo applications
18 * Fix Travis CI config to redirect OpenSSL install logs to a file
19
20 .. _v0.1:
21
22 0.1 - November 15, 2018
23 ~~~~~~~~~~~~~~~~~~~~~~~
24
25 * Initial release
26 * Add encoding/decoding support for Symmetric/Public/Private Keys
27 * Add encoding/decoding support for Create/Get/Destroy operations
28 * Add KMIP 1.0 - 1.4 support for all supported KMIP structures
29 * Add an OpenSSL BIO client to securely connect to KMIP servers
30 * Add demo applications that show how to use the client API
31 * Add a unit test suite that covers the encoding/decoding library
32 * Add library documentation built and managed by Sphinx
33 * Add a Makefile that can build/install static/shared libraries
34
35 .. _`master`: https://github.com/OpenKMIP/libkmip/
36