what releases are included in a sync?
There are ~monthly 'sync's for each ROS version (e.g. 2019-08-26 kinetic sync. I'm assuming that this sync means that these packages are pushed to the apt
servers. Who or what determines what package releases are in this sync?
The reason I'm asking is because I'm using a package image_rotate
from image_proc
on kinetic and I found out that the latest release on apt-get (1.12.23) has a bug in it that got fixed in a later version (1.13.0). However that release did not get included in the latest sync linked above, even though it was introduced a while ago. Is there a way to 'endorse' a package to be included in the next sync?
Checking status_page/ros_kinetic_default.html?q=image_rotate and status_page/ros_melodic_default.html?q=image_rotate I would observe that in this particular case
1.13
is the Melodic release branch, while1.12
is the Kinetic one.@achille: unless the maintainer(s) decide(s) to backport the fix from Melodic to Kinetic,
1.13
is never going to be released into Kinetic.Note: it could well be that the
1.12
branch already includes the fix you're looking for, but I just wanted to clarify that waiting for1.13
to appear in a sync / on Kinetic is not what you should do.If you can clarify which specific fix it is you're missing, perhaps we can see whether it has been backported/applied to Kinetic as well.