2009-12-08 11:56:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 13 14:16:19 CET 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.0.10:
|
|
|
|
+ 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
|
|
|
|
|
2009-08-07 16:35:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 1 22:50:12 CEST 2009 - captain.magnus@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.0.9:
|
|
|
|
+ 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
|
|
|
|
- Merge -doc into -devel since it only contains gtk-doc
|
|
|
|
|
2009-07-31 20:05:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 22 13:24:15 CEST 2009 - dominique-obs@leuenberger.net
|
|
|
|
|
|
|
|
- Update to version 0.0.8:
|
|
|
|
+ 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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 14 00:51:26 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Add libgupnp-igd-devel BuildRequires.
|
|
|
|
|
2009-06-12 18:25:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 12 12:52:02 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 0.0.7:
|
|
|
|
+ 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
|
|
|
|
- Add glib2-devel Requires to devel package.
|
|
|
|
|
2009-04-24 01:44:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 4 12:42:41 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 0.0.6:
|
|
|
|
+ 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
|
|
|
|
|
2009-03-11 20:28:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 6 16:44:33 CET 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 0.0.5:
|
|
|
|
+ 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
|
|
|
|
- Adjust spec file for tarball rename.
|
|
|
|
- Package new include files in /usr/include/stun
|
|
|
|
|
2009-02-12 18:26:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 6 12:00:28 EST 2009 - hfiguiere@novell.com
|
|
|
|
|
|
|
|
- Don't require itself.
|
|
|
|
- The -doc don't require the library.
|
|
|
|
- Split gstreamer-0_10-libnice package.
|
|
|
|
|
2009-02-09 04:46:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 2 15:54:29 EST 2009 - hfiguiere@novell.com
|
|
|
|
|
|
|
|
- Initial packaging.
|