From 1f28546a5ea7c4bcc8a40d67f9dc28791b121532 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 13 Sep 2012 21:31:18 -0400 Subject: [PATCH] version 0.1.3 --- NEWS | 8 ++++++++ configure.ac | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 812afa8..515bdfc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +libnice 0.1.3 (2012-09-13) +========================== + +Dribble mode: You can set remote candidates while gathering the local ones +Add support for GStreamer 1.0, will compile plugins for both 1.0 and 0.10 by default +Cache GSocketAddress in UdpBsdSocket, creating it is very slow + + libnice 0.1.2 (2012-04-03) ========================== diff --git a/configure.ac b/configure.ac index 3c46630..b04c504 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ(2.59c) dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(libnice, 0.1.2.1) -LIBNICE_RELEASE="no" +AC_INIT(libnice, 0.1.3) +LIBNICE_RELEASE="yes" AC_CANONICAL_SYSTEM @@ -36,9 +36,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=10 -LIBNICE_REVISION=2 -LIBNICE_AGE=0 +LIBNICE_CURRENT=11 +LIBNICE_REVISION=0 +LIBNICE_AGE=1 LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined" AC_SUBST(LIBNICE_LT_LDFLAGS) -- 2.7.4