unse the timer's source if they return FALSE
[sipe-libnice.git] / NEWS
blob467cb6df70aa89ccaf71d108cdf4c0e2fa5e1191
1 libnice 0.0.6 (2009-03-31)
2 ===========================
4 Fix connectivity checks for detecting when we loose the connection
5 Fix a race condition with gtalk that made the call silent after 30 seconds
6 Robustness checks with regards to relay information
7 Fix a race condition crash with retransmission ticks
8 Added a new STUN API : stun_agent_forget_transaction
9 Fix a possible crash if tcp-turn is shutdown early in the process
10 Fix a crash when a stream is removed
11 Fix MSN support by disable keepalive connchecks
14 libnice 0.0.5 (2009-03-04)
15 ===========================
17 Name change from nice to libnice
18 Added support for HTTP proxies
19 Added a nice_interfaces API to query the local interfaces/ips
20 Fixed libnice when used in dribble mode
21 Fix a data corruption issue with the SHA1 algorithm
22 Endianness gets checked at runtime so libnice should compile and work everywhere
23 Add compatiblity for WLM2009 ICE
24 Export libstun API and add documentation for libstun
25 Add connectivity checks during the connection to detect when the peer gets disconnected
26 Bug fixes and code cleaning
29 nice 0.0.4 (2008-12-17)
30 ========================
32 Fix compilation for 64bits systems
33 Revert the use of netbuffer in the gstreamer elements
34 Added support for pseudossl-tcp TURN relay for Google
35 Added support for SOCKS5 proxy servers for TCP relaying
36 Bug fixes and code cleaning
38 nice 0.0.3 (2008-11-25)
39 ========================
41 Stable google talk support
42 Added TCP TURN relay support for google.
43 Removed openssl dependency.
45 nice 0.0.2 (2008-11-12)
46 ========================
48 Better support for google talk compatibility mode as well as UDP TURN relay compatibility for Google. 
49 Removed -Werror compile flag for releases
51 nice 0.0.1 (2008-11-05)
52 ========================
54 Initial release of libnice.
55 It has compatibility support for the latest ICE draft 19, as well as google talk and MSN compatibility.
56 It also has support for TURN relays using TURN draft 9 if you're in ICE draft 19 compatibility, or specific Google/MSN relay support if you're in Google/MSN compatibility mode.
57 The library is multiplatform and should compile fine on Linux, Mac and Windows systems.