- Update to 0.14.0
* Database schema format change, no downgrade possible!
* Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded
* Properly escape LDAP usernames to prevent injection or bypassing authentication
* Strip format codes in ignore list rules (this might affect pre-existing rules)
* Support many more features of IRCv3
* Improve window handling under Wayland
* Support the HAProxy protocol
* Provide a daemon providing Prometheus metrics
* Deprecate local highlight settings (prefer synced ones instead)
* Improve configuration of SASL PLAIN and EXTERNAL
* Add button for strike-through format
* Allow choosing the account to connect to via command-line option
* Make database schema migration more robust
* Make backlog fetch more efficient, allow for fetch-on-demand
* Make syncing and other aspects of the core/client protocol more efficient
* Many smaller fixes
* Improve log output, documentation and UI help
* Update translations, bundled iconsets and application icons
- Added new BuildRequires boost-devel: New build dependency.
- Added new Require update-alternatives: Fixing missing in post/pre.
- Change logrotate config: Fix permission problem.
- Dropped patches:
* 0001-common-Disable-enum-type-stream-operators-for-Qt-5.1.patch: Upstream support Qt 5.15.
* quassel-set-required-libs-and-flags.patch: Remove Qt4 support.
OBS-URL: https://build.opensuse.org/request/show/987951
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=93
- Update to 0.13.1:
* Fix backlog message fetching that was broken when using Qt4
* Improve output to syslog
* Make upgrading the database schema more robust in case of interruption
* Fix alignment of buttons in the input widget
* Fix bug where the nicklist would be hidden on first start
* Allow configuring the listen addresses for the built-in identd (--ident-listen)
* Honor core options even if it was just configured via environment variables
* Fix syncing of auto reconnect retries in network settings
* Update translations
- update to 0.13.0 (bsc#1122572):
OBS-URL: https://build.opensuse.org/request/show/677127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=50
fix systemd ordering cycle in quasselcore.service
Previously I changed the service to After=default.target so that
postgresql has a chance to start up, in the case it is used as the
database. This seems to cause an ordering cycle causing the service to
not start on boot.
I am not sure if this was a problem before, or just started happening
with a more recent systemd.
I talked to a knowledgeable person on freenode #systemd (boucman) who
suggested using After=postgresql.service instead, there is no error if
the postgresql.service is not installed. Likewise add
After=mysql.service in case it is the database being used. If sqlite is
being used (as is the default) then After=network-online.target would be
in effect.
OBS-URL: https://build.opensuse.org/request/show/631132
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=74
- Do not ship quassel.SuSEfirewall2 as firewalld has the config
within its general package
- Version update to 0.13-rc1:
* New branding, more modern icons (from the Breeze icon theme)
* Better support for icon themes
* Many UI improvements
* Support for many IRCv3 features, including the display of modern formatting codes
* Functionality such as highlights and chat activity tracking move into the core to help mobile clients to be more efficient
* Support for containerization, i.e. config-less core
* Optional authentication via LDAP
* Database improvements, including support for 64 bit IDs and timestamps, and performance tweaks
* For more see ChangeLog
- Drop merged patch Fix-build-with-Qt5.11.patch
OBS-URL: https://build.opensuse.org/request/show/626681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=45
within its general package
- Version update to 0.13-rc1:
* New branding, more modern icons (from the Breeze icon theme)
* Better support for icon themes
* Many UI improvements
* Support for many IRCv3 features, including the display of modern formatting codes
* Functionality such as highlights and chat activity tracking move into the core to help mobile clients to be more efficient
* Support for containerization, i.e. config-less core
* Optional authentication via LDAP
* Database improvements, including support for 64 bit IDs and timestamps, and performance tweaks
* For more see ChangeLog
- Drop merged patch Fix-build-with-Qt5.11.patch
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=72