summaryrefslogtreecommitdiff
path: root/NEWS
blob: be334a113e78f5af3546476d99eae59562168e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
libnice 0.0.11 (2010-03-18)
===========================

Handle EAGAIN for UDP sockets
Fix coverity warnings
Fix a bug with TURN and Channel Bindings
Add a reliable transport mode using libjingle's PseudoTcp implementation
Various fixes

libnice 0.0.10 (2009-11-04)
===========================

Fix some memory leaks with the gstreamer elements
Fix username/foundation for google TURN candidates
Fix the sending of hundreds of connectivity checks at once the stream is connected
Fix BSD support
Fix reprocessing of already processed early incoming checks when in dribble-mode
Fix a rare crash with failing relay candidates allocations
Add a stun_agent_set_software API
Add a nice_agent_set_software API

libnice 0.0.9 (2009-07-31)
===========================

Fix some more issues with peer-reflexive candidates in google mode (for early incoming checks)
Fix SHA1 algorithm when strict aliasing is used
Fix google mode connectivity with discovered remote peer reflexive candidates
Fix google/msn mode by not limiting the conncheck list
Fix the interfaces discovery by using getifaddrs
Fix compilation on Mac OS X
Add ToS support to the sockets


libnice 0.0.8 (2009-06-19)
===========================

Remove deprecated g_strcasecmp call
Use addr instead of base_addr on assigning remote peer-reflexive candidates (fixes crash)
Use a global mutex and g_source_is_destroyed to avoid race conditions (fixes crashes)
Unlock the mutex before calling the recv callback

libnice 0.0.7 (2009-06-11)
===========================

Added UPnP Support
Fix a race condition when destroying the nice agent
Stun headers are now installed
Unset timer's source if they return FALSE
Fix interoperability with gtalk2voip.com
Avoid a race condition where a candidate has the wrong user/pass
Add support for delayed setting of the remote candidates in google mode
Better connectivity support and race condition fixes
Keepalive connchecks do not change the state if they fail but data was still received
Fix foundation generation for remote peer reflexive candidates
Drop packets when using TCP and the bandwidth is too slow for the data output


libnice 0.0.6 (2009-03-31)
===========================

Fix connectivity checks for detecting when we loose the connection
Fix a race condition with gtalk that made the call silent after 30 seconds
Robustness checks with regards to relay information
Fix a race condition crash with retransmission ticks
Added a new STUN API : stun_agent_forget_transaction
Fix a possible crash if tcp-turn is shutdown early in the process
Fix a crash when a stream is removed
Fix MSN support by disable keepalive connchecks


libnice 0.0.5 (2009-03-04)
===========================

Name change from nice to libnice
Added support for HTTP proxies
Added a nice_interfaces API to query the local interfaces/ips
Fixed libnice when used in dribble mode
Fix a data corruption issue with the SHA1 algorithm
Endianness gets checked at runtime so libnice should compile and work everywhere
Add compatiblity for WLM2009 ICE
Export libstun API and add documentation for libstun
Add connectivity checks during the connection to detect when the peer gets disconnected
Bug fixes and code cleaning


nice 0.0.4 (2008-12-17)
========================

Fix compilation for 64bits systems
Revert the use of netbuffer in the gstreamer elements
Added support for pseudossl-tcp TURN relay for Google
Added support for SOCKS5 proxy servers for TCP relaying
Bug fixes and code cleaning

nice 0.0.3 (2008-11-25)
========================

Stable google talk support
Added TCP TURN relay support for google.
Removed openssl dependency.

nice 0.0.2 (2008-11-12)
========================

Better support for google talk compatibility mode as well as UDP TURN relay compatibility for Google. 
Removed -Werror compile flag for releases

nice 0.0.1 (2008-11-05)
========================

Initial release of libnice.
It has compatibility support for the latest ICE draft 19, as well as google talk and MSN compatibility.
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.
The library is multiplatform and should compile fine on Linux, Mac and Windows systems.