summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-13 21:31:18 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-14 12:47:13 -0400
commit1f28546a5ea7c4bcc8a40d67f9dc28791b121532 (patch)
tree0b490b1894d30404c21603ca37ba38ac200d523c
parent0e9dcfae9440b7e5795f7526eebc3f39e5407d48 (diff)
version 0.1.30.1.3
-rw-r--r--NEWS8
-rw-r--r--configure.ac10
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)