From 6090a5d3b3661b3e17d9c0aa43299e810baa9fda2044836f42363087b27f7cdc Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 27 Mar 2014 13:47:29 +0000 Subject: [PATCH] Accepting request 227747 from home:hgraeber:branches:KDE:Extra - Update to 0.10.0 * Refactor lots of the protocol and connection code * Introduce connection probing for reliably negotiating protocol features * Introduce the new DataStream protocol with streaming compression * Option for forcing the core to only accept SSL connections * Support for the Snore notification backend * Allow searching the web for selected text * Connection-related fixes * Allow for hiding inactive networks * Enable line wrap in the input field * Show backlog messages in the Chat Monitor * Remove SSL protocol selection, always use auto-negotiation for best results * Highlight rules are now case-insensitive by default * New and updated translations * Bump inxi version (for /sysinfo) * Use the raster rendering engine by default on OSX (should improve performance) OBS-URL: https://build.opensuse.org/request/show/227747 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=14 --- quassel-0.10.0.tar.bz2 | 3 +++ quassel-0.9.2.tar.bz2 | 3 --- quassel.changes | 22 ++++++++++++++++++++++ quassel.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 quassel-0.10.0.tar.bz2 delete mode 100644 quassel-0.9.2.tar.bz2 diff --git a/quassel-0.10.0.tar.bz2 b/quassel-0.10.0.tar.bz2 new file mode 100644 index 0000000..ee967c1 --- /dev/null +++ b/quassel-0.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68228ce23aa3a992add3d00cb1e8b4863d8ca64bea99c881edf6d16ff9ec7c23 +size 2873233 diff --git a/quassel-0.9.2.tar.bz2 b/quassel-0.9.2.tar.bz2 deleted file mode 100644 index 938ac65..0000000 --- a/quassel-0.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04d01602509c1d950602502e5f51aba47d99c73a9c70e77c563bb7749fc53c0 -size 2782855 diff --git a/quassel.changes b/quassel.changes index e0688a8..2d9ce9d 100644 --- a/quassel.changes +++ b/quassel.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Mar 26 21:55:31 UTC 2014 - herbert@graeber-clan.de + +- Update to 0.10.0 + * Refactor lots of the protocol and connection code + * Introduce connection probing for reliably negotiating protocol features + * Introduce the new DataStream protocol with streaming compression + * Option for forcing the core to only accept SSL connections + * Support for the Snore notification backend + * Allow searching the web for selected text + * Connection-related fixes + * Allow for hiding inactive networks + * Enable line wrap in the input field + * Show backlog messages in the Chat Monitor + * Remove SSL protocol selection, always use auto-negotiation for best + results + * Highlight rules are now case-insensitive by default + * New and updated translations + * Bump inxi version (for /sysinfo) + * Use the raster rendering engine by default on OSX (should improve + performance) + ------------------------------------------------------------------- Fri Mar 14 20:49:17 UTC 2014 - tittiatcoke@gmail.com diff --git a/quassel.spec b/quassel.spec index 066d32c..2e13046 100644 --- a/quassel.spec +++ b/quassel.spec @@ -17,7 +17,7 @@ Name: quassel -Version: 0.9.2 +Version: 0.10.0 Release: 0 Summary: Modern, cross-platform, distributed IRC client License: GPL-2.0 or GPL-3.0