Accepting request 180555 from GNOME:Apps
Update to ver 1.16.0 (forwarded request 180542 from dimstar) OBS-URL: https://build.opensuse.org/request/show/180555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=38
This commit is contained in:
parent
c24ff92e66
commit
f9894e4120
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:879848a2502a3b91e891ce0579c8d89a06b81d8a7d305d22d3ef109ec4cc95c1
|
|
||||||
size 789601
|
|
3
pidgin-sipe-1.16.0.tar.bz2
Normal file
3
pidgin-sipe-1.16.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8da9fdd95a087258e9e3ef3de57af6d25c55609fad438f22ccda2bf96c2b018
|
||||||
|
size 825574
|
@ -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
|
Sat Apr 13 13:48:45 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define build_telepathy 1
|
%define build_telepathy 1
|
||||||
|
|
||||||
Name: pidgin-sipe
|
Name: pidgin-sipe
|
||||||
Version: 1.15.1
|
Version: 1.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
Summary: Pidgin protocol plugin to connect to MS Office Communicator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: http://sipe.sourceforge.net/
|
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: gettext-devel
|
||||||
BuildRequires: glib2-devel >= 2.12.0
|
BuildRequires: glib2-devel >= 2.12.0
|
||||||
BuildRequires: gmime-devel
|
BuildRequires: gmime-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user