You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/05/13 09:56:42 UTC

[jira] Created: (TS-347) Generate versioned shared libraries

Generate versioned shared libraries
-----------------------------------

                 Key: TS-347
                 URL: https://issues.apache.org/jira/browse/TS-347
             Project: Traffic Server
          Issue Type: Improvement
          Components: Build
            Reporter: Mladen Turk
            Assignee: Mladen Turk
            Priority: Minor


Currently the majority of shared libraries have a foo.so.0.0.0 version information.
Make them with the real Traffic Server version info, eg.foo.so.MAJOR.MINOR.MICRO


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-347) Generate versioned shared libraries

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

Mladen Turk updated TS-347:
---------------------------

    Attachment: version-info.patch

Patch that add version info math for Traffic Server and an example for one of the built shared libraries.

The version info macros can be usable in extending the third party api for getting the real version
numbers instead parsing the version string for getting the major/minor versions

> Generate versioned shared libraries
> -----------------------------------
>
>                 Key: TS-347
>                 URL: https://issues.apache.org/jira/browse/TS-347
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>            Priority: Minor
>         Attachments: version-info.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Currently the majority of shared libraries have a foo.so.0.0.0 version information.
> Make them with the real Traffic Server version info, eg.foo.so.MAJOR.MINOR.MICRO

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-347) Generate versioned shared libraries

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

Mladen Turk resolved TS-347.
----------------------------

    Resolution: Fixed

Committed to the trunk as r944110

> Generate versioned shared libraries
> -----------------------------------
>
>                 Key: TS-347
>                 URL: https://issues.apache.org/jira/browse/TS-347
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>            Priority: Minor
>         Attachments: version-info.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Currently the majority of shared libraries have a foo.so.0.0.0 version information.
> Make them with the real Traffic Server version info, eg.foo.so.MAJOR.MINOR.MICRO

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.