From 60432301bb604c6f1d928c2e23107d68f4e69ee4 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 31 Jul 2009 17:07:49 -0400 Subject: [PATCH] version 0.0.9 --- NEWS | 12 ++++++++++++ configure.ac | 10 +++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ff872f0..b4231ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +libnice 0.0.9 (2009-07-31) +=========================== + +Fix some more issues with peer-reflexive candidates in google mode (for early incoming checks) +Fix SHA1 algorithm when strict aliasing is used +Fix google mode connectivity with discovered remote peer reflexive candidates +Fix google/msn mode by not limiting the conncheck list +Fix the interfaces discovery by using getifaddrs +Fix compilation on Mac OS X +Add ToS support to the sockets + + libnice 0.0.8 (2009-06-19) =========================== diff --git a/configure.ac b/configure.ac index b02adba..824ffca 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.0.8.1) -LIBNICE_RELEASE="no" +AC_INIT(libnice, 0.0.9) +LIBNICE_RELEASE="yes" AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_HEADER([config.h]) @@ -33,9 +33,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=4 -LIBNICE_REVISION=2 -LIBNICE_AGE=4 +LIBNICE_CURRENT=5 +LIBNICE_REVISION=0 +LIBNICE_AGE=5 LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}" AC_SUBST(LIBNICE_LT_LDFLAGS) -- 2.11.4.GIT