▲ | cloudbonsai a day ago | |
This is cute, but I find OpenSSL's version policy way funnier. Here I quote it verbatim from https://wiki.openssl.org/index.php/Versioning:
This is arguably the most important piece of software where people need to watch out for updates carefully, but its release version policy is a bit loony. | ||
▲ | antoncohen a day ago | parent | next [-] | |
Oh, but what about Ruby's versioning policy, which they call "Semantic Versioning", but the semantics are: > MINOR: increased every christmas, may be API incompatible That's right, the semantic meaning behind minor versions is that they are released on Christmas Day. They may or may not be API compatible, who knows. https://www.ruby-lang.org/en/news/2013/12/21/ruby-version-po... | ||
▲ | frizlab a day ago | parent | prev | next [-] | |
They changed that; they are mostly (but not exactly) semver now. https://github.com/openssl/general-policies/blob/master/poli... | ||
▲ | fao_ a day ago | parent | prev [-] | |
> This is arguably the most important piece of software where people need to watch out for updates carefully, but its release version policy is a bit loony. How so? That seems pretty well defined to me. Just because it's not major/minor/patch, doesn't mean that it's bad |