Skip to content
Snippets Groups Projects
Commit f58c284f authored by Youness Alaoui's avatar Youness Alaoui
Browse files

Version 0.1.4

parent 966f7ada
No related branches found
Tags 0.1.4
No related merge requests found
libnice 0.1.4 (2013-02-22)
==========================
Fix issue with dribble mode
Fix issue with TURN permissions
Fix missing win32 directory from release archive
Fix support for OC2007
Added new nice_address_ip_vesion API
Added new nice_agent_get_selected_pair API
Added new SDP parsing and generation API
Added simple examples (simple, threaded and sdp usages examples)
libnice 0.1.3 (2012-09-13)
==========================
......
......@@ -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.3.1)
LIBNICE_RELEASE="no"
AC_INIT(libnice, 0.1.4)
LIBNICE_RELEASE="yes"
AC_CANONICAL_SYSTEM
......@@ -37,9 +37,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=11
LIBNICE_CURRENT=12
LIBNICE_REVISION=0
LIBNICE_AGE=1
LIBNICE_AGE=2
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment