summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-07-31 17:07:49 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-07-31 17:07:49 -0400
commit60432301bb604c6f1d928c2e23107d68f4e69ee4 (patch)
tree4b45d2f30e1de8f302b12e28f7f28cf7bee7ebc7
parent8ea2388128ec6a85de31a225fbe89f325b6d46e0 (diff)
version 0.0.90.0.9
-rw-r--r--NEWS12
-rw-r--r--configure.ac10
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)