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