2017-01-07 - Dmitry Shachnev <mitya57@debian.org>
qtbase-opensource-src (5.3.2+dfsg-4+deb8u2) jessie; urgency=medium
* Backport upstream change (networkconfig_prevent_bad_deref.patch) to
prevent bad-ptrs deref in QNetworkConfigurationManagerPrivate.
Closes: #805265.
* Backport upstream change to fix X11 tray icons on some desktops
(xcb_delay_showing_tray_icon_window_until_it_is_embedded.patch).
Closes: #775398, #847665.
2015-05-19 - Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtbase-opensource-src (5.3.2+dfsg-4+deb8u1) stable-proposed-updates; urgency=medium
[ Dmitry Shachnev ]
* Fix several DoS vulnerabilities in the image handlers.
- CVE-2015-0295, CVE-2015-1858, CVE-2015-1859, CVE-2015-1860.
- Closes: #779580.
2014-10-08 - Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtbase-opensource-src (5.3.2+dfsg-4) unstable; urgency=medium
* Move QPlatformSupport stuff from qtbase5-dev to qtbase5-private-dev, as it
belongs there. Update Breaks+Replaces.
* Backport fix_bug_in_internal_comparison_operator.patch to fix a UTF-8
problem on QJson (Closes: #764452).
2014-09-30 - Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtbase-opensource-src (5.3.2+dfsg-3) unstable; urgency=medium
* Do not use precompiled headers on arm64 (Closes: #762702).
* Update symbols files with buildds' logs.
2014-09-21 - Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtbase-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium
* Upload to unstable.
* Add Adam Majer's fix_sparc_atomics.patch to let Sparc use C++11's atomics.
* Add libxext-dev as build dependency: it's currently being pulled by
something else, but adding it here will make things more robust.
* Make qtbase5-dev depend on libxext-dev. Some mkspecs require it and it
seems it's not a false positive.
* Update symbols files with buildds' logs.
2014-09-16 - Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtbase-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium
[ Dmitry Shachnev ]
* Update my e-mail address.
* Update Vcs-Browser field to point to cgit interface.
* Use correct exception syntax in debian/copyright.
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Remove patches applied upstream:
- support_mips_atomic_on_pre-mips32_archs.patch, applied upstream with a
fix.
- Remove-Wcast-align-from-QMAKE_CXXFLAGS.patch.
- cmake_dont_check_existence_of_gl_filesin_qt5gui.patch.
* Refresh patches.
* Bump qtbase-abi to 5-3-2.
* Remove libgstreamer* build dependencies, they are not really needed as
there is no usage of them by grepping the code.
* Update install files.
* Update symbols files with buildds' and current logs.
* Build conflict against libmariadbclient-dev until the fix for #759309
enters unstable.
* Mark private symbols as such.
2014-09-02 - Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtbase-opensource-src (5.3.1+dfsg-6) unstable; urgency=medium
* Release to unstable.
* Update symbols files with buildds' logs.
2014-09-01 - Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
qtbase-opensource-src (5.3.1+dfsg-5) experimental; urgency=medium
[ Julián Moreno Patiño ]
* Add support for non-sse2 processors (Closes: #754894).
[ Lisandro Damián Nicanor Pérez Meyer ]
* Disable the usage of system proxies by default due to
https://bugreports.qt-project.org/browse/QTBUG-41053
* Make libqt5core5a recommend qttranslations5-l10n. Thanks Felix Geyer
for the pointer.
* Build SSE2 enabled libraries in override_dh_auto_install-arch in order to
avoid rewriting the previously built versions before installing them.
* Disable pre compiled headers support when building both non SEE2 and SSE2
libraries, as it is not compatible.
* Create new install files for archs which uses i386 processor.