Updated README and RELEASE notes to reflect changes to kinetic-c-util...
Updated README and RELEASE notes to reflect changes to kinetic-c-util command-line API and addition of admin operations.
Updated release notes to call out changes to KineticStatus enum.
* The ByteArray and ByteBuffer types are used for exchanging variable length byte-arrays with kinetic-c
* e.g. object keys, object value data, etc.
**NOTE: Configuration structures `KineticClientConfig` and `KineticSessionConfig` should be initialized per C99 struct initialization or memset to 0 prior to use in order to ensure backwards compatibility!**
**NOTE: Configuration structures `KineticClientConfig` and `KineticSessionConfig` should be initialized per C99 struct initialization or memset to 0 prior to use in order to ensure forward/backward compatibility upon changes to these structure definitions!**
Client Test Utility
===========================
@@ -85,27 +85,29 @@ Code examples are included for reference as part of a test utility. The source c
*`kinetic-c-util` builds/links against Kinetic C static library (.a)
*`kinetic-c-util.x.y.z` builds/links against Kinetic C dynamic library (.so)
The project Makefile can be used as a reference for developing a Makefile for building for a new custom Kinetic C client.
Options
-------
*`--host [HostName/IP]` or `-h [HostName/IP]` - Set the Kinetic Device host