Menu

#28 New get pugg version method

0.7.1
closed
nobody
None
2013-05-14
2013-05-07
Alex
No

Kernel::getpuggVersion should be static and cannot handle version numbers like 0.7.1 (it returns double). It should also be const.

We should replace it with another function (eg. Kernel::puggVersion()) that returns a struct with three unsigned short int fields (PuggVersion). getpuggVersion could parse this and return just the first 2 fields. It will be deprecated.


Fix: [Release 0.7.1] including documentation

Related

Blog: 2013/05/hotfix-1-for-07
Wiki: Release 0.7.1

Discussion

  • Alex

    Alex - 2013-05-07
    • Milestone: 0.8 --> 0.7.1
     
  • Alex

    Alex - 2013-05-14

    Done as of [Release 0.7.1]

     

    Related

    Wiki: Release 0.7.1

  • Alex

    Alex - 2013-05-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,6 @@
     Kernel::getpuggVersion should be static and cannot handle version numbers like 0.7.1 (it returns double). It should also be const.
    
     We should replace it with another function (eg. Kernel::puggVersion()) that returns a struct with three unsigned short int fields (PuggVersion). getpuggVersion could parse this and return just the first 2 fields. It will be deprecated.
    +
    +------
    +Fix: [Release 0.7.1] including documentation
    
    • status: open --> closed
     

    Related

    Wiki: Release 0.7.1


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.