version 0.1.3 0.1.3
authorOlivier Crête <olivier.crete@collabora.com>
Fri, 14 Sep 2012 01:31:18 +0000 (21:31 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 14 Sep 2012 16:47:13 +0000 (12:47 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 812afa8..515bdfc 100644 (file)
--- 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)
 ==========================
 
index 3c46630..b04c504 100644 (file)
@@ -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)