From 51915c7557585e9abe2f19e500d9961020018000 Mon Sep 17 00:00:00 2001 From: Joel Coffman Date: Mon, 15 Dec 2014 07:38:21 -0500 Subject: [PATCH 1/2] Remove contributors from README As PyKMIP continues to grow, a list of contributors in the README becomes increasingly unwieldy and difficult to maintain. This change removes any mention of specific contributors from the README. --- README.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 3794113..93a89e6 100644 --- a/README.rst +++ b/README.rst @@ -148,15 +148,6 @@ For more information on KMIP version 1.1, see the following documentation: * `Key Management Interoperability Protocol Profiles Version 1.1`_ * `Key Management Interoperability Protocol Test Cases Version 1.1`_ -Contributors -============ - -Many thanks to the developers who created PyKMIP: - -* `Nathan Reller `_ -* `Peter Hamilton `_ -* `Kaitlin Farr `_ - .. _code base: https://github.com/OpenKMIP/PyKMIP .. _Organization for the Advancement of Structured Information Standards: https://www.oasis-open.org/ .. _Key Management Interoperability Protocol Specification Version 1.1: http://docs.oasis-open.org/kmip/spec/v1.1/os/kmip-spec-v1.1-os.html @@ -175,4 +166,4 @@ Many thanks to the developers who created PyKMIP: .. _Baseline Client Clause: http://docs.oasis-open.org/kmip/profiles/v1.1/os/kmip-profiles-v1.1-os.html#_Toc332820766 .. _Symmetric Key Store Client Conformance Clause: http://docs.oasis-open.org/kmip/profiles/v1.1/os/kmip-profiles-v1.1-os.html#_Toc332820772 .. _Symmetric Key Foundry Client Conformance Clause: http://docs.oasis-open.org/kmip/profiles/v1.1/os/kmip-profiles-v1.1-os.html#_Toc332820775 -.. _Storage Client Conformance Clauses: http://docs.oasis-open.org/kmip/profiles/v1.1/os/kmip-profiles-v1.1-os.html#_Toc332820793 \ No newline at end of file +.. _Storage Client Conformance Clauses: http://docs.oasis-open.org/kmip/profiles/v1.1/os/kmip-profiles-v1.1-os.html#_Toc332820793 From 621d67e548a85e73937df66780ff114a7681f066 Mon Sep 17 00:00:00 2001 From: Joel Coffman Date: Mon, 15 Dec 2014 07:42:18 -0500 Subject: [PATCH 2/2] Remove Locate operation from list to implement Client support for the Locate operation was added in commit b04f5c2. Hence, this change updates the README to reflect the fact that support already exists in the code base for this operation. --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 93a89e6..7821a62 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,6 @@ KMIP operations to add to PyKMIP: * Discover Versions * List -* Locate * Check * Revoke * Get Attributes