MantisBT - ParaView
View Issue Details
0012311ParaView(No Category)public2011-06-23 18:132012-02-08 17:28
Utkarsh Ayachit 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
 
3.123.12 
Kitware
12311_change_version_policy
incorrect functionality
0012311: Add support to ParaView to determine version using "git describe"
Add support to ParaView to determine version using "git describe"
No tags attached.
Issue History
2011-06-23 18:13Utkarsh AyachitNew Issue
2011-06-23 18:13Utkarsh AyachitAssigned To => David Partyka
2011-06-23 18:15Utkarsh AyachitStatusbacklog => todo
2011-08-02 09:03Utkarsh AyachitNote Added: 0027195
2011-08-02 09:03Utkarsh AyachitPrioritynormal => high
2011-08-02 09:03Utkarsh AyachitTarget Version => 3.12
2011-08-02 13:52David PartykaStatustodo => active development
2011-08-22 16:54Utkarsh AyachitAssigned ToDavid Partyka => Utkarsh Ayachit
2011-08-22 17:00Utkarsh AyachitTopic Name => 12311_change_version_policy
2011-08-22 17:00Utkarsh AyachitNote Added: 0027416
2011-08-22 17:00Utkarsh AyachitStatusactive development => gatekeeper review
2011-08-22 17:00Utkarsh AyachitFixed in Version => 3.12
2011-08-22 17:00Utkarsh AyachitResolutionopen => fixed
2011-08-26 15:57Utkarsh AyachitStatusgatekeeper review => customer review
2011-08-30 10:26Utkarsh AyachitNote Added: 0027434
2011-08-30 10:26Utkarsh AyachitStatuscustomer review => todo
2011-08-30 10:27Utkarsh AyachitNote Added: 0027435
2011-08-30 10:27Utkarsh AyachitStatustodo => gatekeeper review
2011-09-02 13:44Utkarsh AyachitStatusgatekeeper review => customer review
2011-09-02 13:44Utkarsh AyachitFixed in Version3.12 => git-master
2011-11-11 17:03Utkarsh AyachitFixed in Versiongit-master => 3.12
2012-02-08 17:28Utkarsh AyachitStatuscustomer review => closed
2012-02-08 17:28Utkarsh AyachitNote Added: 0028244

Notes
(0027195)
Utkarsh Ayachit   
2011-08-02 09:03   
Dave, can you start working on this soon? We should update the version number mechanics before the next release.
(0027416)
Utkarsh Ayachit   
2011-08-22 17:00   
commit f744f457894ddc75a7bbf11a87d81beeb971b71d
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Aug 22 16:54:37 2011 -0400

    Fixed BUG 0012311. Changed ParaView version number policy.
    
    We now use "git describe" to determine the version for ParaView. Thus we no
    longer have to use minor/major version number trick for releases. "git describe"
    returns a string such as "v3.10.1-1701-g427f283". The version is then set as
    follows:
    Major: 3
    Minor: 10
    Patch: 1
    Full : 3.10.1-1701-g427f283
    
    If Full=="Major.Minor.Patch", then it's treated as a release.
    
    Release candidates can be tagged as "x.y.z-rcN" and the version will be set
    correctly.
    
    If git cannot determine the source version correctly, then
    "CMake/.paraview.version" file is searched for and we try to parse the version
    string from this file. It's a fatal error is both these approaches fail.
(0027434)
Utkarsh Ayachit   
2011-08-30 10:26   
Not working when git is not found.
(0027435)
Utkarsh Ayachit   
2011-08-30 10:27   
commit 53ca2aacdd00f8f91caaa543c6358b05edd2597a
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Aug 30 10:26:57 2011 -0400

    Removed debugging code.

commit 7156d760d68afdadcfcd61d91c20611a9fc430f4
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Aug 30 10:25:08 2011 -0400

    Fixed case when git was not available.
(0028244)
Utkarsh Ayachit   
2012-02-08 17:28   
Closing bugs sitting in "customer review" for a long time.