From 5969b34e3acd9150506ed8d9d109c73665858f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 9 May 2019 13:18:13 -0400 Subject: Version 0.1.16 --- NEWS | 8 ++++++++ configure.ac | 8 ++++---- meson.build | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 7c4b1b3..e7f60e6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +libnice 0.1.16 (2019-05-09) +=========================== +Add API to make it easier to implement ICE trickle +Add async closing of agent, to cleanly close TURN allocations +Add Google non-standard NOMINATION STUN attribute +Fix tests on Windows +Fix some racy tests + libnice 0.1.15 (2018-12-27) =========================== Add support for Regular Nomination diff --git a/configure.ac b/configure.ac index 8b6f3cc..2a11c5c 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.15.1]) -LIBNICE_RELEASE="no" +AC_INIT([libnice],[0.1.16]) +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=18 +LIBNICE_CURRENT=19 LIBNICE_REVISION=0 -LIBNICE_AGE=8 +LIBNICE_AGE=9 LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined" AC_SUBST(LIBNICE_LT_LDFLAGS) diff --git a/meson.build b/meson.build index 2efb176..cfcf8d5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libnice', 'c', - version: '0.1.15.1', + version: '0.1.16', meson_version : '>= 0.49.1', default_options : ['warning_level=1', 'buildtype=debugoptimized']) @@ -16,7 +16,7 @@ endif # maintain compatibility with the previous libtool versioning soversion = 10 -libversion = '10.8.0' +libversion = '10.9.0' glib_req = '>= 2.48' gnutls_req = '>= 2.12.0' -- cgit v1.2.1