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 16:24:27 UTC

[jira] Updated: (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:all-tabpanel ]

Leif Hedstrom updated TS-249:
-----------------------------

    Attachment: SDKVersion.diff

Proposed diff, I'd like to have this reviewed before committing to trunk, because I'd also like this to be a candidate for backporting to 2.0.x branch.

> 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
>
>         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.