cal: don't crash on HTTP request failure
[siplcs.git] / NEWS
blobd8766c20f80cdfda2fa089121d6db2ae8fc99425
1 version 1.16.0 "HTTP Rewrite & Subscription Fixes" (2013-06-14)
2         - Feature #58: Implement Digest authentication scheme for SIP Proxy Authentication (Stefan Becker)
3         - Fixed #196: Useragent value not forwarded to core (Michael Lamb)
4         - Fixed #193: Pidgin Status changes stop working (Stefan Becker)
5         - Fixed #186: Users appear offline when they are not (Stefan Becker)
6         - fix kinit-less use case with krb5 >= 1.11 (Stefan Becker)
7         - rewritten HTTP stack from scratch (Stefan Becker)
8           * cleaner, layered and hopefully less error-prone implementation
9           * HTTP stack internals no longer exposed to user code
10           * reduced network traffic and less SSL handshakes by utilizing HTTP/1.1
11             connection keep alive for multiple HTTP requests to the same host
12         - switch purple backend to deferred destruction approach (Stefan Becker)
13           * Pidgin should no longer crash at connection close, even in corner cases
14         - add menu entry to make a call with a phone number (Jakub Adam)
15         - some progress on telepathy backend (Stefan Becker)
16           * add TLS certificate accept/reject user interaction
17           * add "Single Sign-On" & "Don't Publish Calendar" account options