INK_SDK_VERSION_5_2 -> TS_SDK_VERSION_2_0
-----------------------------------------
Key: TS-249
URL: https://issues.apache.org/jira/browse/TS-249
Project: Traffic Server
Issue Type: Improvement
Reporter: Leif Hedstrom
Priority: Minor
Fix For: 2.0.0
We should clean up the SDK version "registry", since we "promise" to keep this
API compatible within the 2.0.x releases. My suggestion is to simply replace
INKSDKVersion with this:
typedef enum
{
TS_SDK_VERSION_2_0 = 0,
INK_SDK_VERSION_5_2 = 0,
} TSSDKVersion;
(we'd insert TS_SDK_VERSION_2_2, TS_SDK_VERSION_3_0 etc. as we make new "major"
releases).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.