this post was submitted on 10 May 2024
108 points (99.1% liked)
Linux
47990 readers
1238 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m still saucy (in magnitude, bechamel not mole) that the version numbering is yy.n (24.2) and not yy.nn (24.02). The actual versioning combines the “was there a version .1?” problem with a sorting issue if there’s both 24.2 and 24.10.
Technically, this numbering scheme conforms with semantic versioning where
https://semver.org/#spec-item-2
If that’s the case, I’m less saucy, but my understanding was that the numbers were based on the release month. (Noting for emphasis that I cannot overstate the absolutely minimal nature of my irritation and that it doesn’t detract even a whisker from my appreciation of Libreoffice! It’s almost, but not quite, tongue in cheek.)
I don't think it is based on the release month
It appears that it is. The first version, February-based, is 24.2. The next scheduled version is 24.8, scheduled for release in August.
Yeah you are right. For some reason I thought I had seen 24.1 but i was mistaken. Stupid naming scheme this since 24.2 and 24.8 sound like v2 and v8 of the 24.x release. Should have just used 24.mm just like the rest of the foss world does and as you suggested it should be
Upvoting not because you agreed with me but because of the relief of discovering my flagrantly innocuous frustration might have a kernel of justification.
They aren't using semantic numbering though. They using 'yy.m.patch' instead of 'yy.mm.patch' as the scheme so it looks like semantic without being semantic which is causing all the confusion. The next release is shown as 24.8
Could I get a whole saucy magnitude scale from you?
Let’s see.
Bearnaise
Bechamel
Apple
Pesto
Ketchup
Sweet BBQ
Chimichurri
Gravy
Panang
Romesco
Tabasco
Mustard BBQ
Vinegar BBQ
Mustard
Mole
Garum
The scale admittedly ramps up exponentially at the end there.
Why single zero though? Why not 24.002? With single 0 you will still encounter sorting issue past version 24.99 (if there was one).
Well I think it should be a single 0 because Ubuntu's naming has now established the standard that if the second part of the name suggests month, it is written using two numbers eg 23.10, 24.04, etc. 10 is used for October and 04 is used for April.