Hi folks,
This is the release schedule the release team agreed on
https://community.kde.org/Schedules/KDE_Gear_22.12_Schedule
Dependency freeze is in TWO weeks and feature freeze one after that. Get your
stuff ready!
Cheers,
Albert
P.S: Yes, apologies, we are a bit late on this one.
This week I got most confused by files moving around again in our
packages. It turns out several apps have checks on ECM version for new
KDEInstallDirs that were added around ECM 5.57. If the app uses
if(${ECM_VERSION} STRGREATER "5.57.0")
It will break with KF5 5.100
Instead it should use
if