Accepting request 256769 from home:Zaitor:branches:GNOME:Factory
Update Note that I see that configure looks for gobject-introspection, and adding that build-dep yields typelib and gir files, but unsure if we have the need for them? OBS-URL: https://build.opensuse.org/request/show/256769 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=49
This commit is contained in:
parent
32d2c92864
commit
63cbfbd3fc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ed165aa2203136dce548c7cef735d8becf5d9869793f96b99dcbbaa9acf78d8
|
|
||||||
size 827258
|
|
3
libnice-0.1.8.tar.gz
Normal file
3
libnice-0.1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9da7f09909902d535389d929c3e4d69129528fb18438a6c8565ec812d9904ddf
|
||||||
|
size 881186
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 12 16:25:39 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.8:
|
||||||
|
+ Added FIN-ACK behavior in the PseudoTCP ICE-TCP, both standard
|
||||||
|
mode and Microsoft compatible Microsoft compatible TURN-TCP.
|
||||||
|
+ API: nice_address_equal_no_port() to compare NiceAddresses
|
||||||
|
ignoring the port.
|
||||||
|
+ API: nice_agent_get_component_state() to get the current
|
||||||
|
component state.
|
||||||
|
+ API: agent:keepalive-conncheck to make the agent use conncheck
|
||||||
|
as keepalives and fail the connection if there is no answer.
|
||||||
|
+ API: agent:ice-tcp, agent:udp-tcp to control ICE-UDP vs ICE-TCP
|
||||||
|
behaviours.
|
||||||
|
+ API: agent:bytestream-tcp to know if the send/receives in
|
||||||
|
reliable mode create full packets or not.
|
||||||
|
+ API: New signals agent::new-selected-pair-full,
|
||||||
|
agent::new-candidate-full, agent::new-remote-candidate-full
|
||||||
|
which include the NiceCandidates directly.
|
||||||
|
+ API: Deprecated agent::new-selected-pair and
|
||||||
|
agent::new-candidate and agent::new-remote-candidate signals.
|
||||||
|
Now all signals are emitted at the function return time.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 30 20:47:55 UTC 2014 - dimstar@opensuse.org
|
Mon Jun 30 20:47:55 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.1.7
|
Version: 0.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interactive Connectivity Establishment implementation
|
Summary: Interactive Connectivity Establishment implementation
|
||||||
License: MPL-1.1 or LGPL-2.1
|
License: MPL-1.1 or LGPL-2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user