summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac10
2 files changed, 13 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6b43321..fd70489 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libnice 0.1.11 (2015-04-20)
+===========================
+API: nice_agent_set_local_credentials() for WebRTC
+Nicesink: support GstBufferList
+Better warnings on programming errors
+Build fixes for Solaris and Windows
+Bug and documentation fixes
+
libnice 0.1.10 (2015-01-28)
===========================
Fix bug on component change on the sink
diff --git a/configure.ac b/configure.ac
index d9728b7..09de349 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ 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.10.1])
-LIBNICE_RELEASE="no"
+AC_INIT([libnice],[0.1.11])
+LIBNICE_RELEASE="yes"
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=15
-LIBNICE_REVISION=1
-LIBNICE_AGE=5
+LIBNICE_CURRENT=16
+LIBNICE_REVISION=0
+LIBNICE_AGE=6
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS)