by tomputer on 4/24/24, 7:34 AM with 8 comments
by e1g on 4/24/24, 11:02 AM
Linux and GNOME used to do Odd-Even Versioning, but stopped many years ago. Other big projects that still do this are Node (major versions) and RHEL (minor versions).
by skilled on 4/24/24, 10:23 AM
> nginx-1.26.0 stable version has been released, incorporating new features and bug fixes from the 1.25.x mainline branch — including experimental HTTP/3 support, HTTP/2 on a per-server basis, virtual servers in the stream module, passing stream connections to listen sockets, and more
by patrock on 4/24/24, 1:14 PM
The even versions are stable. Every year in April the mainline (uneven) version is forked to the new stable branch. The old branch is retired at this time and receives no further bug fixes.
All changes introduced in 1.25.x are now in the stable release, 1.26.
In comparison with 1.24 (stable) HTTP/3 support has been introduced and several fixes.
by CodeCompost on 4/24/24, 10:41 AM
by tuananh on 4/24/24, 3:02 PM