I was doing today a small exercise to see the status of branch 0.5.x
I am looking for the bugs we know that release have, and we have fixed but didn't released in 0.5.1 yet
i have made a query into trac: http://trac.roundcube.net/query?status=closed&type=Bugs&type=Bug +Patches&version=! svn-trunk&resolution=fixed&milestone=0.6-beta&col=id&col=summary&col=milestone&col=status&col=type&col=priority&col=component&order=priority
the filter i have chosen for this small exercise didn't include any bug that the original version was svn-trunk, and didn't check for closed tickets in 'later' milestone; only ticket which type is a Bug/BugPatches, fixed and closed in the next milestone (0.6-beta).
that brings to me 7 patches:
After doing a svn copy on my Working copy and reviewing each .diff, only one (r4433) was applied to tags/roundcubemail/v0.5.1 but the others not yet and they are fixing interesting things for production environment.
pending fixes are:
those changes can be applied to 0.5.1 and get a more stable 0.5.x version available for production.
Can we get a release 0.5.2 with these patches applied?
regards
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 16.02.2011 21:48, Carlos Pasqualini wrote:
those changes can be applied to 0.5.1 and get a more stable 0.5.x version available for production.
They have been applied to release-0.5 branch, we'll make 0.5.2 release directly from that branch.