[Development] Qt 5.6.0 Alpha

2015-09-06 Thread Heikkinen Jani
Hi all, We have first Qt 5.6 src packages available in https://download.qt.io/snapshots/qt/5.6/5.6.0-alpha/latest_src/ Please check if all needed stuff is in, we are planning to release these packages as alpha later this week (most probably tomorrow as planned). Also make sure all new features

Re: [Development] Which branch to commit patch

2015-09-06 Thread Thiago Macieira
On Sunday 06 September 2015 14:25:39 Daniel Levin wrote: > In Git fixup commits should be rebased onto lowest revision, ideally the > one that introduced bug. So it can be merged into nested branches later. If > issue was added into 5.3 then that is your rebase point. That is, as long as that bran

Re: [Development] Which branch to commit patch

2015-09-06 Thread Daniel Levin
In Git fixup commits should be rebased onto lowest revision, ideally the one that introduced bug. So it can be merged into nested branches later. If issue was added into 5.3 then that is your rebase point. On Sun, Sep 6, 2015 at 8:27 AM, Allan Sandfeld Jensen wrote: > On Sunday 06 September 2015

Re: [Development] Which branch to commit patch

2015-09-06 Thread Allan Sandfeld Jensen
On Sunday 06 September 2015, Kurt Pattyn wrote: > Hi, > > I have resolved a DoS vulnerability in the Qt WebSockets module (see > https://bugreports.qt.io/browse/QTBUG-48123). Which branch should I commit > this patch to: 5.3, 5.4, 5.5, 5.6 or dev? This issue is present from the > very first versio

[Development] Which branch to commit patch

2015-09-06 Thread Kurt Pattyn
Hi, I have resolved a DoS vulnerability in the Qt WebSockets module (see https://bugreports.qt.io/browse/QTBUG-48123). Which branch should I commit this patch to: 5.3, 5.4, 5.5, 5.6 or dev? This issue is present from the very first version (since Qt 5.3). Cheers, Kurt __