Stable version is at 8 - why have nightlies version 11?
-
Hi,
perhaps i missed information, but why are the nightlies already at version 11 and not still at 9? -
Hi @irrlicht,
Version nine of the groupware backend has been released as part of Kopano One.
Versioning in Core now follows semantic versioning meaning that the mayor version number is incremented when there are incompatible api changes within the stack.
-
Hi @fbartels,
to summarize:
- 8.x.y.z is current release version
- 9.x.y.z is Kopano One release version
- 10.x.y.z is ???
- 11.x.y.z is current testing/community version
So what is 10.x.y.z?
And when will the current release fix for a memory exhaustion issue forwarded to the community and the other versions?
Posted 12 days ago:
https://forum.kopano.io/topic/3684/kopano-core-8-7-20-finalRegards
Carsten -
@meyca
for kopanocore source repository it is currently as follows
8 -> old stable
9 -> current stable
10 -> next stable
11 -> unstable / master / developmentThe versions have not necessarily a direct relation to an supported Kopano Product.
Read up more about semantic versioning at https://semver.org/
-
@meyca said in Stable version is at 8 - why have nightlies version 11?:
And when will the current release fix for a memory exhaustion issue forwarded to the community and the other versions?
Changes are done first in the master branch (the one branch where you can downloads nightly binary builds of) and are from there backported/cherry-picked to the relevant release branches (8.x, 9.x, …).
The specific change was first introduced in the master branch in https://stash.kopano.io/projects/KC/repos/kopanocore/commits/512457466b87039c6a8d25887fdaca6173619546 and then picked into the 8.7 release branch for the 8.7.20 release as https://stash.kopano.io/projects/KC/repos/kopanocore/commits/2ddd63cd55e236f382124ee2b6d7f41b12986848.