diff --git a/libnice-0.1.1.tar.gz b/libnice-0.1.1.tar.gz deleted file mode 100644 index d05989d..0000000 --- a/libnice-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:716213dda88cc5a083ec329b4a5e357d18f8979774ae2d9e1dec58394a5a9749 -size 665117 diff --git a/libnice-0.1.2.tar.gz b/libnice-0.1.2.tar.gz new file mode 100644 index 0000000..18e6e5c --- /dev/null +++ b/libnice-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2472b6392a27287ded21a6ba535b19c6204614fb191e1c4ff98295202c247f6 +size 671588 diff --git a/libnice.changes b/libnice.changes index 9b37106..472a461 100644 --- a/libnice.changes +++ b/libnice.changes @@ -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 diff --git a/libnice.spec b/libnice.spec index 13eddbb..bde7761 100644 --- a/libnice.spec +++ b/libnice.spec @@ -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