diff --git a/libnice-0.0.5.tar.bz2 b/libnice-0.0.5.tar.bz2 deleted file mode 100644 index 421bb35..0000000 --- a/libnice-0.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f1ac5cceaf2136699a980e793124cac6cb40d6384c8b4540904b9fe7083c40f -size 447551 diff --git a/libnice-0.0.6.tar.bz2 b/libnice-0.0.6.tar.bz2 new file mode 100644 index 0000000..13aa4d7 --- /dev/null +++ b/libnice-0.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bfa00b9e087d3d88aa88792e48af23032872a3646d37bd4880fc8762590e86 +size 451789 diff --git a/libnice.changes b/libnice.changes index 8d47e8b..950fc87 100644 --- a/libnice.changes +++ b/libnice.changes @@ -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 diff --git a/libnice.spec b/libnice.spec index 040e732..29ab99d 100644 --- a/libnice.spec +++ b/libnice.spec @@ -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