View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012311ParaView(No Category)public2011-06-23 18:132012-02-08 17:28
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.12Fixed in Version3.12 
Summary0012311: Add support to ParaView to determine version using "git describe"
DescriptionAdd support to ParaView to determine version using "git describe"
TagsNo tags attached.
ProjectKitware
Topic Name12311_change_version_policy
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0027195)
Utkarsh Ayachit (administrator)
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 (administrator)
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 (administrator)
2011-08-30 10:26

Not working when git is not found.
(0027435)
Utkarsh Ayachit (administrator)
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 (administrator)
2012-02-08 17:28

Closing bugs sitting in "customer review" for a long time.

 Issue History
Date Modified Username Field Change
2011-06-23 18:13 Utkarsh Ayachit New Issue
2011-06-23 18:13 Utkarsh Ayachit Assigned To => David Partyka
2011-06-23 18:15 Utkarsh Ayachit Status backlog => todo
2011-08-02 09:03 Utkarsh Ayachit Note Added: 0027195
2011-08-02 09:03 Utkarsh Ayachit Priority normal => high
2011-08-02 09:03 Utkarsh Ayachit Target Version => 3.12
2011-08-02 13:52 David Partyka Status todo => active development
2011-08-22 16:54 Utkarsh Ayachit Assigned To David Partyka => Utkarsh Ayachit
2011-08-22 17:00 Utkarsh Ayachit Topic Name => 12311_change_version_policy
2011-08-22 17:00 Utkarsh Ayachit Note Added: 0027416
2011-08-22 17:00 Utkarsh Ayachit Status active development => gatekeeper review
2011-08-22 17:00 Utkarsh Ayachit Fixed in Version => 3.12
2011-08-22 17:00 Utkarsh Ayachit Resolution open => fixed
2011-08-26 15:57 Utkarsh Ayachit Status gatekeeper review => customer review
2011-08-30 10:26 Utkarsh Ayachit Note Added: 0027434
2011-08-30 10:26 Utkarsh Ayachit Status customer review => todo
2011-08-30 10:27 Utkarsh Ayachit Note Added: 0027435
2011-08-30 10:27 Utkarsh Ayachit Status todo => gatekeeper review
2011-09-02 13:44 Utkarsh Ayachit Status gatekeeper review => customer review
2011-09-02 13:44 Utkarsh Ayachit Fixed in Version 3.12 => git-master
2011-11-11 17:03 Utkarsh Ayachit Fixed in Version git-master => 3.12
2012-02-08 17:28 Utkarsh Ayachit Status customer review => closed
2012-02-08 17:28 Utkarsh Ayachit Note Added: 0028244


Copyright © 2000 - 2018 MantisBT Team