ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Release lifetime and version number changes?

From: John Thacker <johnthacker@xxxxxxxxx>
Date: Fri, 12 Apr 2019 08:50:37 -0400

On Thu, Apr 11, 2019 at 7:55 PM Gerald Combs <gerald@xxxxxxxxxxxxx> wrote:
We currently have three active release branches: 3.0, 2.6, and 2.4. This is because we support each release branch for a set amount of time (typically 24 months after the initial .0 release) and our last three .0 releases were less than 12 months apart. However, having many active branches can sometimes cause confusion[1] and far fewer people download the "Old Old Stable" release than the "Old Stable" or "Stable" releases. Would it make sense to have only two release branches active at any given time, e.g. by adjusting our release branch lifetimes to "24 months or whenever we have two newer active branches, whichever comes first"?

I think two active release branches makes sense, but I'm not sure that it always makes sense to have them be the two newest stable releases. When people decide what release to download (or when Linux distributions build a package, since we want to consider not the direct download stats but also what gets bundled with distributions) the primary consideration is the necessary libraries, not the features. Some stable release branches add a lot of Wireshark feature but don't add a lot of library requirements. For example, I think all that 2.6 added over 2.4 was requiring a version of CMake that all distributions still in long term support already had. Since it's difficult to find a system that could install 2.4 that couldn't also install 2.6, it's really not necessary to support 2.6 and 2.4 simultaneously (and that would explain the lack of 2.4 downloads.)

OTOH, 3.0 bumps a lot of library versions, so if 3.2 (or whatever it's called) is relatively minor in requirements changes (but heavy enough in features to justify a new branch), I could see it making sense to keep 3.2 and 2.6 around, and drop 3.0 support first.

Cheers,
John Thacker