Menu

#5 Standard version naming not being used

v0.20
closed
None
Next_Release
1
2013-01-29
2013-01-29
No

Change to using m.n.p version naming; where "m" is the major version number, "n" is the minor version number, and "p" is a patch version number. Note that by some standards (for instance, http://semver.org), ttylog could have been at version 1.0.0 a long time ago. At the least, the various changes should have been at the minor version level ("n") rather than at the patch level.

Discussion

  • Robert James Clay

    Map the minor version changes for each real change, instead of simply mapping each of the old version numbers to a new one, including the counting of bug fixes as separate minor version changes.

    old new
    0.1.a-1 0.1.0
    0.1.a-2 0.2.0
    0.1.a-3 0.3.0
    0.1.b-1 0.4.0, 0.5.0
    0.1.b-2 0.6.0
    0.1.b-3 0.7.0
    0.1.c-1 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.12.0
    0.1.d 0.13.0, 0.14.0, 0.15.0, 0.16.0
    0.1.e 0.17.0
    0.1.f 0.18.0, 0.19.0

    Can then use a 0.20.0 entry for the version scheme change entry itself.

     
  • Robert James Clay

    Resolved with commits tagged 0.20.0. File downloads sub directory is 0.20.

     
  • Robert James Clay

    • status: open --> closed
     

Log in to post a comment.