summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2013-02-22 19:28:44 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2013-02-22 19:28:44 -0500
commitf58c284f3ab80b726a7ed0b88278a132c52e2466 (patch)
tree9e50cb0496c138f373f50b829e81c3b26d08ee01
parent966f7ada0e37ce64d34f61b034e342b37b447165 (diff)
Version 0.1.40.1.4
-rw-r--r--NEWS12
-rw-r--r--configure.ac8
2 files changed, 16 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 515bdfc..87f95cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libnice 0.1.4 (2013-02-22)
+==========================
+
+Fix issue with dribble mode
+Fix issue with TURN permissions
+Fix missing win32 directory from release archive
+Fix support for OC2007
+Added new nice_address_ip_vesion API
+Added new nice_agent_get_selected_pair API
+Added new SDP parsing and generation API
+Added simple examples (simple, threaded and sdp usages examples)
+
libnice 0.1.3 (2012-09-13)
==========================
diff --git a/configure.ac b/configure.ac
index 9202a11..1f25bf8 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.3.1)
-LIBNICE_RELEASE="no"
+AC_INIT(libnice, 0.1.4)
+LIBNICE_RELEASE="yes"
AC_CANONICAL_SYSTEM
@@ -37,9 +37,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=11
+LIBNICE_CURRENT=12
LIBNICE_REVISION=0
-LIBNICE_AGE=1
+LIBNICE_AGE=2
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS)