Skip to content

Commit

Permalink
libkmip - Release 0.2.0
Browse files Browse the repository at this point in the history
This update includes a library wide upgrade to support KMIP 2.0
for all currently supported KMIP operations. Additional changes
include testing upgrades, utility improvements, and enhancements
for various library internals, including:

* Add the BSD 3-clause license to the library
* Add KMIP 2.0 attributes
* Add deep copy utilities for all attribute types
* Upgrade Create support to enable KMIP 2.0 encodings
* Upgrade the unit test suite to use intelligent test tracking
* Upgrade the linked list to support enqueue and double linkage
* Fix an implicit infinite loop in the test suite application
* Fix a usage issue when passing no args to the demos
* Fix Travis CI config to send OpenSSL install logs to a file
  • Loading branch information
PeterHamilton committed Jul 12, 2019
1 parent 875da27 commit 5b4e673
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
=========

.. _v0.2:

0.2 - July 12, 2019
~~~~~~~~~~~~~~~~~~~

* Add the BSD 3-clause license to the library
* Add KMIP 2.0 attributes
* Add deep copy utilities for all attribute types
* Upgrade Create support to enable KMIP 2.0 encodings
* Upgrade the unit test suite to use intelligent test tracking
* Upgrade the linked list to support enqueue and double linkage
* Fix an implicit infinite loop in the test suite application
* Fix a usage issue when passing no args to the demo applications
* Fix Travis CI config to redirect OpenSSL install logs to a file

.. _v0.1:

0.1 - November 15, 2018
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRCDIR = .
BINDIR = $(SRCDIR)/bin

MAJOR = 0
MINOR = 1
MINOR = 2
MICRO = 0
VERSION = $(MAJOR).$(MINOR)
ARCNAME = libkmip.a
Expand Down

0 comments on commit 5b4e673

Please sign in to comment.