OBS User unknown 2009-07-31 18:05:07 +00:00 committed by Git OBS Bridge
parent 0f0aea0ebb
commit eaf21d9a20
4 changed files with 25 additions and 63 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Fri Jun 12 12:52:02 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package libnice (Version 0.0.7)
# spec file for package libnice (Version 0.0.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,9 +19,9 @@
Name: libnice
Version: 0.0.7
Version: 0.0.8
Release: 1
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
License: LGPL v2.1 or later ; MPL ..
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1030
@ -30,9 +30,8 @@ BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer010-devel
%endif
BuildRequires: glib2-devel openssl-devel
# FIXME not available in openSUSE
# BuildRequires: gupnp-igd-devel
Url: http://nice.freedesktop.org/
BuildRequires: libgupnp-igd-devel
Url: http://nice.freedesktop.org/
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Summary: Interactive Connectivity Establishment implementation
@ -55,7 +54,7 @@ Connectivity Establishment standard (ICE).
%package -n gstreamer-0_10-libnice
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
License: LGPL v2.1 or later ; MPL ..
Group: System/Libraries
Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in
@ -136,56 +135,3 @@ rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
%{_libdir}/gstreamer-0.10/*.so
%changelog
* Fri Jun 12 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.
* 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
+ 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
* Fri Feb 06 2009 hfiguiere@novell.com
- Don't require itself.
- The -doc don't require the library.
- Split gstreamer-0_10-libnice package.
* Fri Jan 02 2009 hfiguiere@novell.com
- Initial packaging.