Done. Qt Creator 2.5 is now in feature freeze, the 2.5 branch has been created. All fixes for 2.5 must be pushed to refs/for/2.5
If you have open patches in codereview.qt-project.org that are submitted for master, but should go to 2.5, you have to abandon them and resubmit them to refs/for/2.5. (You will have to generate a new ID for these commits, you can do that e.g. with "git commit --amend" and remove the Change-Id line. The hooks will generate a new one automatically.) If you accidentally push a commit to master that should be in 2.5, you can locally cherry-pick the change (git cherry-pick -x <sha>) to 2.5, and submit it there again (might need the same Change-Id handline as above). Br, Eike On 24 Feb 2012, at 08:21, ext [email protected] wrote: > Talk on the Qt5 development list is much about their feature freeze > (http://lists.qt-project.org/pipermail/development/2012-February/002267.html), > but > We have our own feature freeze as well! \o/ > (*) > > Reminder copy from http://wiki.qt-project.org/Qt_Creator/Releases : > Qt Creator 2.5 > * Freeze wk9 (~Feb 28) > * Beta + soft string freeze w11 (~Mar 13) > * String freeze w13 (~Mar 27) > * RC w15 (~Apr 10) > * Release wk17 (~Apr 24) > > So the feature freeze is suppose to be next tuesday, meaning that this will > be the last day that you can push features for 2.5. I'll branch off a 2.5 > branch from master somewhere between 28.2. 18:00 and 29.2. 10:00 MEZ (UTC+1) > > master will continue as the branch open for features for 2.6 > 2.5 branch will be the release branch for the 2.5 series, and immediately go > into feature freeze state > > If you wonder what that means, read this: > http://wiki.qt-project.org/Qt_Creator/Submit_Policies > (If you still wonder after reading, feel free to ask) > > Br, > Eike > > (*) Disclaimer: The feature freeze of Qt 5 and Qt Creator 2.5 are not related > > -- > Eike Ziller > Principal Software Engineer > > Nokia, Qt Development Frameworks > > Nokia gate5 GmbH > Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany > Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B > Umsatzsteueridentifikationsnummer: DE 812 845 193 > Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
