You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/03/16 23:02:27 UTC

[jira] Commented: (TS-249) INK_SDK_VERSION_5_2 -> TS_SDK_VERSION_2_0

    [ https://issues.apache.org/jira/browse/TS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846159#action_12846159 ] 

Leif Hedstrom commented on TS-249:
----------------------------------

To avoid too much confusion, and as suggested by Bryan, I did not change the "names" to use the new TS prefix, but kept the INK prefix. But the new (and only) version name is

    INK_SDK_VERSION_2_0


> 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
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: SDKVersion.diff
>
>
> 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.