This is an automated email from the git hooks/post-receive script. sergiodj-guest pushed a commit to branch master in repository sleepyhead.
commit 87a3e2eec16054c235ceec160a990544ad3b3816 Author: Sergio Durigan Junior <[email protected]> Date: Mon Aug 21 01:23:43 2017 -0400 Update changelog for 1.0.0-beta-2+dfsg-3 release --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index f4d0dcc..ecbfa8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +sleepyhead (1.0.0-beta-2+dfsg-3) unstable; urgency=medium + + * Fix compiling against Qt 5.8. + Qt 5.8 introduced a new overload to QStringRef::compare that now causes + many ambiguities and the compile to fail. The fix is to wrap strings + being compared with QLatin1String to remove the ambiguity. + Thanks to Kevin Lewis (<https://gitlab.com/kll>) for the patch. + (Closes: #872538) + * Bump compat level to 10. + * Bump standards level to 4.0.1. + * Fix Homepage URL. + * Fix d/watch. + * Enable hardening=+all in the build. + * Using https on Vcs-Browser. + + -- Sergio Durigan Junior <[email protected]> Mon, 21 Aug 2017 01:23:40 -0400 + sleepyhead (1.0.0-beta-2+dfsg-2) unstable; urgency=medium * Adding libglu1-mesa-dev | libglu-dev to Build-Depends. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sleepyhead.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
