Accepting request 112435 from home:vuntz:branches:GNOME:Factory
Update to 0.1.2 OBS-URL: https://build.opensuse.org/request/show/112435 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=33
This commit is contained in:
parent
db96ff49b2
commit
373fe3ad07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:716213dda88cc5a083ec329b4a5e357d18f8979774ae2d9e1dec58394a5a9749
|
||||
size 665117
|
3
libnice-0.1.2.tar.gz
Normal file
3
libnice-0.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2472b6392a27287ded21a6ba535b19c6204614fb191e1c4ff98295202c247f6
|
||||
size 671588
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 4 07:44:21 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.2:
|
||||
+ Fix a bug where a controlled agent may never go to READY if it
|
||||
received early conncheck
|
||||
+ Restart connchecks on a failed candidate pair when receiving a
|
||||
triggered check
|
||||
+ Fix a bug where gathering-done signal could be sent before UPnP
|
||||
mapping finishes
|
||||
+ Fix a race condition where setting remote-candidates on a
|
||||
gathered stream failed if another stream was gathering
|
||||
+ Many fixes to complete and stabilize TURN support
|
||||
+ Fix a bug in proxy support where TURN packets were misread
|
||||
+ Refactor libnice to use GSocket which works around a glib
|
||||
limitation of g_io_channel on windows
|
||||
+ Fix a bug with receiving error messages during conncheck
|
||||
+ Fix a possible infinite loop bug
|
||||
+ Fix memory leaks and multi-threaded race conditions
|
||||
+ Better compatibility for BSD and Mingw
|
||||
+ Added support files for Visual Studio compilation
|
||||
+ Various fixes to UPnP support
|
||||
+ Fixes to the build system
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 17:53:50 UTC 2012 - cdenicolo@suse.com
|
||||
|
||||
|
@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libnice
|
||||
Version: 0.1.1
|
||||
Version: 0.1.2
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1030
|
||||
@ -24,7 +25,7 @@ BuildRequires: gstreamer-0_10-devel
|
||||
%else
|
||||
BuildRequires: gstreamer010-devel
|
||||
%endif
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glib2-devel >= 2.13
|
||||
BuildRequires: libgupnp-igd-devel
|
||||
Url: http://nice.freedesktop.org/
|
||||
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user