* Wed Jul 11 2018 rkitover@gmail.com
- Fix the rpmlint warning env-script-interpreter by rewriting the
[#]!/usr/bin/env shebang in the scripts in /usr/share/quassel/scripts .
* Wed Jun 27 2018 rkitover@gmail.com
- Change quasselcore.service to start after `default.target` instead of
`network.target` as the PostgreSQL backend may not be available during
startup otherwise. bsc#1102568
* Fri Jun 22 2018 wbauer@tmo.at
- Add Fix-build-with-Qt5.11.patch to fix build with Qt 5.11
* Fri May 11 2018 mchandras@suse.de
- Add new QUASSELCORE_PORT sysconfig variable to allow users to change
the default Quassel Core TCP port.
* Mon Apr 30 2018 jengelh@inai.de
- Trim bias and filler wording from descriptions.
- Stop ignoring errors from useradd/groupadd.
* Wed Apr 25 2018 tchvatal@suse.com
- Version update to 0.12.4:
* Various small fixes
* Implement custom deserializer to add our own sanity checks (bsc#1090495
CVE-2018-1000178)
* Reject clients that attempt to login before the core is configured
(bsc#1090495 CVE-2018-1000179)
- Rebase patch quassel-set-required-libs-and-flags.patch
- Switch from qt5webkit to webengine
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Thu Aug 25 2016 tchvatal@suse.com
- Reenable translations that disappeared at some point of time
* Fri May 27 2016 tchvatal@suse.com
- Reduce pc files to only those that are really needed
* Mon May 02 2016 tchvatal@suse.com
- Version update to 0.12.4:
* Various small fixes
* Fix for core crash from client handshake data bnc#978002 CVE-2016-4414
* Fri Feb 12 2016 javier@opensuse.org
- Update to 0.12.3
* Fix activity filters when selecting buffers in custom ChatViews
* Fix default shortcuts when integrated with KDE Frameworks
* Introduce support for Appveyor CI (automated Windows builds)
* Support SnoreNotify 0.7
* Various cleanups and performance improvements
* Various build system fixes
* Channel keys are again remembered between syncs
* Support for Qt 5.5
* Network (re)connection fixes
* Fix possible message loss when running multiple core users on a psql database
* Command line option for specifying SSL certificates and keys
* Many smaller fixes
- Rebased quassel-set-required-libs-and-flags.patch
- Removed patches that have been merged upstream
* CVE-2015-8547.patch
* Fix-build-with-Qt-5.5.patch
* Fix-rejoining-parted-channels.patch
- Updated spec:
* main.cpp no longer contains __DATE__/__TIME__
* CMakeLists now requires snorenotify-qt5-devel >= 0.7
* Sun Feb 07 2016 tchvatal@suse.com
- Allow building kde and non-kde based quassel version
- Move quasselclient desktop to base so both variants don't have to
rename the file
- Introduce quasselclient-qt5 subpackage
- Use update-alternatives to switch between kde/qt5 versions
* Mon Dec 14 2015 tchvatal@suse.com
- Apply patch for bnc#958928 CVE-2015-8547:
* CVE-2015-8547.patch
* Sun Nov 15 2015 vbabka@suse.com
- Add Fix-rejoining-parted-channels.patch: Fixes upstream issue
http://bugs.quassel-irc.org/issues/1369 where parted channels
are rejoined after reconnecting.
* Fri Oct 09 2015 hrvoje.senjan@gmail.com
- Added Fix-build-with-Qt-5.5.patch (boo#949489)
* Sat Jul 04 2015 hrvoje.senjan@gmail.com
- Add quassel-set-required-libs-and-flags.patch: Set the correct
libraries and compiler flags in order to use qglobal.h in
check_cxx_source_compiles function
- Drop quassel-disable-ssl-check.patch
* Fri Jul 03 2015 tchvatal@suse.com
- Add patch to fix/disable SSL check in cmakelists.txt:
* quassel-disable-ssl-check.patch
* Wed May 06 2015 tittiatcoke@gmail.com
- Move the notifyrc file to the base package, so that both the mono
and client subpackages can use it. Without this file there are
no notifications.
* Wed May 06 2015 tchvatal@suse.com
- Version bump to 0.12.2 bnc#928728:
* Fix PostgreSQL not re-initializing after reconnect (raising CVE-2013-4422
from the dead)
* Remove warning on startup due to a change in Kdelibs4ConfigMigrator
* Emergency fix for behavior change in Qt5's psql driver regarding timezones
* Tue Apr 21 2015 tchvatal@suse.com
- Deprecate realver as it is not used now again