diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-13 21:31:18 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-14 12:47:13 -0400 |
commit | 1f28546a5ea7c4bcc8a40d67f9dc28791b121532 (patch) | |
tree | 0b490b1894d30404c21603ca37ba38ac200d523c | |
parent | 0e9dcfae9440b7e5795f7526eebc3f39e5407d48 (diff) |
version 0.1.30.1.3
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 10 |
2 files changed, 13 insertions, 5 deletions
@@ -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) |