From: Olivier CrĂȘte Date: Fri, 7 Mar 2014 02:21:37 +0000 (-0500) Subject: Version 0.1.5 X-Git-Tag: 0.1.5^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2801ef9793818a3bbc49cc1266c311a862153f8;p=platform%2Fupstream%2Flibnice.git Version 0.1.5 --- diff --git a/NEWS b/NEWS index 87f95cf..fa7a124 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +libnice 0.1.5 (2014-03-06) +========================== + + +API: nice_agent_recv() and nice_agent_recv_nonblocking() as an alternative to + the nice_agent_attach_recv() +API: nice_agent_recv_messages() and nice_agent_recv_messages_nonblocking() to + receive multiple messages at the same time +API: nice_agent_get_io_stream() to get a GIOStream in reliable mode +API: nice_agent_get_selected_socket() to extract the selected GSocket +Import Google's newer PseudoTCP code including window scaling +Improve PseudoTCP performance +Improve performance +Build fixes + + libnice 0.1.4 (2013-02-22) ========================== diff --git a/configure.ac b/configure.ac index d84f114..ab556c4 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed, dnl also use -Werror. git and pre-releases default to -Werror dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT([libnice],[0.1.4.1]) +AC_INIT([libnice],[0.1.5]) LIBNICE_RELEASE="no" AC_CANONICAL_TARGET @@ -39,9 +39,9 @@ AC_CONFIG_FILES([ # Increment CURRENT and AGE. Set REVISION to 0 # If there was an incompatible interface change: # Increment CURRENT. Set AGE and REVISION to 0 -LIBNICE_CURRENT=12 +LIBNICE_CURRENT=13 LIBNICE_REVISION=0 -LIBNICE_AGE=2 +LIBNICE_AGE=3 LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined" AC_SUBST(LIBNICE_LT_LDFLAGS)