diff --git a/pidgin-sipe-1.15.1.tar.bz2 b/pidgin-sipe-1.15.1.tar.bz2 deleted file mode 100644 index 670bd5a..0000000 --- a/pidgin-sipe-1.15.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:879848a2502a3b91e891ce0579c8d89a06b81d8a7d305d22d3ef109ec4cc95c1 -size 789601 diff --git a/pidgin-sipe-1.16.0.tar.bz2 b/pidgin-sipe-1.16.0.tar.bz2 new file mode 100644 index 0000000..32146e1 --- /dev/null +++ b/pidgin-sipe-1.16.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8da9fdd95a087258e9e3ef3de57af6d25c55609fad438f22ccda2bf96c2b018 +size 825574 diff --git a/pidgin-sipe.changes b/pidgin-sipe.changes index d25d234..63d211d 100644 --- a/pidgin-sipe.changes +++ b/pidgin-sipe.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Jun 22 10:41:37 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.16.0: + + sf#58: Implement Digest authentication scheme for SIP Proxy + Authentication. + + sf#196: Useragent value not forwarded to core. + + sf#193: Pidgin Status changes stop working. + + sf#186: Users appear offline when they are not. + + Fix kinit-less use case with krb5 >= 1.11. + + Rewritten HTTP stack from scratch: + - cleaner, layered and hopefully less error-prone + implementation. + - HTTP stack internals no longer exposed to user code. + - Reduced network traffic and less SSL handshakes by utilizing + HTTP/1.1 connection keep alive for multiple HTTP requests to + the same host. + + Switch purple backend to deferred destruction approach: + - Pidgin should no longer crash at connection close, even in + corner cases. + + Add menu entry to make a call with a phone number. + + Some progress on telepathy backend. + - Add TLS certificate accept/reject user interaction. + - Add "Single Sign-On" & "Don't Publish Calendar" account + options. + ------------------------------------------------------------------- Sat Apr 13 13:48:45 UTC 2013 - dimstar@opensuse.org diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec index aa74d18..745e056 100644 --- a/pidgin-sipe.spec +++ b/pidgin-sipe.spec @@ -19,13 +19,13 @@ %define build_telepathy 1 Name: pidgin-sipe -Version: 1.15.1 +Version: 1.16.0 Release: 0 Summary: Pidgin protocol plugin to connect to MS Office Communicator License: GPL-2.0+ Group: Productivity/Networking/Instant Messenger Url: http://sipe.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.15.1/%{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.16.0/%{name}-%{version}.tar.bz2 BuildRequires: gettext-devel BuildRequires: glib2-devel >= 2.12.0 BuildRequires: gmime-devel