Linus Torvalds' poll about “big versions” in kernel releases
plus.google.com
Linus Torvalds' poll about “big versions” in kernel releases
1–10 of 70 posts
Re: Linus Torvalds' poll about “big versions” in kernel releases
#2Re: Linus Torvalds' poll about “big versions” in kernel releases
#3Re: Linus Torvalds' poll about “big versions” in kernel releases
#4Re: Linus Torvalds' poll about “big versions” in kernel releases
#5Re: Linus Torvalds' poll about “big versions” in kernel releases
#6This is one big bikeshedding.
Re: Linus Torvalds' poll about “big versions” in kernel releases
#7Just adopt semver. Stop romanticizing a version number. Give big releases a flowery names if that's important to you. Leave the version number as something with specific meaning.
Re: Linus Torvalds' poll about “big versions” in kernel releases
#8Just adopt semver. Stop romanticizing a version number. Give big releases a flowery names if that's important to you. Leave the version number as something with specific meaning.
Re: Linus Torvalds' poll about “big versions” in kernel releases
#9By his own admission, the first two numbers mean nothing. Kernel releases happen on a roughly regular schedule. Date-based versioning is clearly the correct answer and I don't know why it's never even discussed.
That's slightly a joke, but I think in reality the development model that Linus and the other maintainers have created are feature based more than timeline based. As a developer I would enjoy a date based release schedule. I don't follow HEAD closely anymore but it would be easier to keep up the general view I try to keep.
BTW; In a way the distributions already do a date based release. RHEL 6. RHEL6.1, RHEL6.2, etc.
Re: Linus Torvalds' poll about “big versions” in kernel releases
#10By his own admission, the first two numbers mean nothing. Kernel releases happen on a roughly regular schedule. Date-based versioning is clearly the correct answer and I don't know why it's never even discussed.
If you mean bumping the major release number every N years, then you'd have people complaining when a "major" release inevitably ships only minimal improvements.
I think feature-based is still the way to go, maybe there should be a regular discussion on what is "big enough" to grant a bump, done roughly every two or three years.