By katakamvivek
Source: FULL ARTICLE at The UNIX and Linux Forums
By katakamvivek
In short:
From now on we will be maintaining only one release instead of 4. We are going to focus on 1.3 and try to fix all remaining bugs, then we will work on implementing some of the reported wishes and release 1.4. Once that happens we will only maintain 1.4.
Explanation:
Since BlueDevil was released we have been updating all stable versions, which means:
This has been possible because the code base did not change much between releases so we fixed the bugs in the oldest version and then forwarded the fix to all the other releases, this was the easy part.
Before each release we like to do some intense testing to make sure that none of the basic functionality has been broken. In the hardware world quality is extremely important, we do not want to leave the user without a mouse, connectivity or an usable screen just because we are lazy or we don’t feel like doing QA.
In the case of BlueDevil we test most of this before each release (independently of what code has been modified):http://community.kde.org/Solid/Projects/BlueDevil/Tests
This means that even if the “Send File” functionality was NOT modified in a new release, we test it just in case something broke.
In the list there are more or less 60 items, lets say it takes 1 minute per item to test it (it takes more) that means that it will take roughlyan hour to test an entire release. Now multiply this per 4 which is the number of releases we have been doing and you will get 4 hours we invest on QA.
Besides the work we do before each release there is a constant effort of bug triaging that becomes way more difficult when you support a variety of versions since it makes you have to switchto a given version to try to reproduce and fix a bug you can’t reproduce with the version you are using.
If it is that much trouble, why have you been doing it?
In one word: distributions. Each distribution has a different time table, each distribution has a different minor release policy, each distribution is a different world. At the time we started doing this, Bluetooth in KDE was a mess so the highest priority was to have a good experience in alldistributions. It should not matter which Bluedevlil version they were using.
Nowadays the situation has changed, we work quite well in all published versions so if a distribution does not upgrade (for whatever reason) the user won’t die.
So, now what?
From now on we are going to maintain only one version, and we are not going to support (or give support) to any other. This means that if a bug is reported with an old version the first thing we are going to ask is to upgrade and test again (if the part that issupposedlybroken has been …read more
Source: FULL ARTICLE at Planet KDE