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:18:27 UTC

[jira] Created: (TS-249) INK_SDK_VERSION_5_2 -> TS_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
            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.


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

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment:     (was: SDKVersion.diff)

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


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

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-249:
--------------------------------

    Assignee: Leif Hedstrom

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


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

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on TS-249 started by Leif Hedstrom.

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


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

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-249.
------------------------------

    Resolution: Fixed

> 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
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ 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.