Re: [Development] Qt 5.12 schedule proposal & proposal for release process change

2018-04-15 Thread Simon Hausmann
Hi, Same here. At first this seemed like a good idea, but it becomes awkward when you look at it from the dev workflow point of view: After fixing a bug, what is the fix version? Reported in snapshot-24062918 and fixed in snapshot-14072918? That sounds like it would create a mess in JIRA. Unle

Re: [Development] Qt 5.12 schedule proposal & proposal for release process change

2018-04-15 Thread Alex Blasche
> -Original Message- > On Thursday, 12 April 2018 01:42:29 PDT Jani Heikkinen wrote: > > And at this same time I want to propose that we stop delivering alpha > > or beta releases and just do snapshots instead. Publishing regular > > snapshots should be done until we are ready for RC. That

[Development] FYI: MSVC 2017 15.7 should fix static libraries

2018-04-15 Thread Thiago Macieira
See https://developercommunity.visualstudio.com/content/problem/76198/vs-2017-compiler-creates-broken-debug-build-using.html The fix is slated for 15.7. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center

Re: [Development] qdds image format

2018-04-15 Thread Thiago Macieira
On Sunday, 15 April 2018 12:59:35 PDT Giuseppe D'Angelo wrote: > Hello, > > Il 15/04/2018 18:14, Иван Комиссаров ha scritto: > >> The usual amount of parsing a file without doing bounds checks, so making > >> the user vulnerable to crashes / code execution / overflows and the > >> like.> > > Are

Re: [Development] qdds image format

2018-04-15 Thread Giuseppe D'Angelo
Hello, Il 15/04/2018 18:14, Иван Комиссаров ha scritto: The usual amount of parsing a file without doing bounds checks, so making the user vulnerable to crashes / code execution / overflows and the like. Are there any tickets on Jira related? All tickets i found are fixed and closed long ago

Re: [Development] qdds image format

2018-04-15 Thread Иван Комиссаров
> 15 апр. 2018 г., в 18:59, Giuseppe D'Angelo > написал(а): > > Il 15/04/2018 17:32, Иван Комиссаров ha scritto: >> Hello, what happened to the qdds image plugin? >> I found the note in the docs: "For security reasons, the Direct Draw Surface >> (DDS) handler is not built by default since Qt

Re: [Development] qdds image format

2018-04-15 Thread Giuseppe D'Angelo
Il 15/04/2018 17:32, Иван Комиссаров ha scritto: Hello, what happened to the qdds image plugin? I found the note in the docs: "For security reasons, the Direct Draw Surface (DDS) handler is not built by default since Qt 5.8" but could not find any open issues. Does anyone know what are those "

[Development] qdds image format

2018-04-15 Thread Иван Комиссаров
Hello, what happened to the qdds image plugin? I found the note in the docs: "For security reasons, the Direct Draw Surface (DDS) handler is not built by default since Qt 5.8" but could not find any open issues. Does anyone know what are those "security reasons"? What need to be done to return the