OBS User unknown 2009-04-23 23:44:52 +00:00 committed by Git OBS Bridge
parent c634ff706f
commit e260349e24
4 changed files with 34 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f1ac5cceaf2136699a980e793124cac6cb40d6384c8b4540904b9fe7083c40f
size 447551

3
libnice-0.0.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7bfa00b9e087d3d88aa88792e48af23032872a3646d37bd4880fc8762590e86
size 451789

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Mar 6 16:44:33 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package libnice (Version 0.0.5)
# spec file for package libnice (Version 0.0.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
Name: libnice
Version: 0.0.5
Version: 0.0.6
Release: 1
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
Group: System/Libraries
@ -133,6 +133,19 @@ rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
%{_libdir}/gstreamer-0.10/*.so
%changelog
* Sat Apr 04 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
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 0.0.5:
+ Name change from nice to libnice