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

Version 0.0.12

parent 12902169
No related branches found
Tags 0.1.6
No related merge requests found
libnice 0.0.12 (2010-05-19)
==========================
Update compatibility to RFC5245
Fix a memory corruption bug
Fix a possible buffer overflow with socks5 proxies
libnice 0.0.11 (2010-03-18)
===========================
......
......@@ -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.0.11.1)
LIBNICE_RELEASE="no"
AC_INIT(libnice, 0.0.12)
LIBNICE_RELEASE="yes"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
......@@ -33,9 +33,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=7
LIBNICE_CURRENT=8
LIBNICE_REVISION=0
LIBNICE_AGE=7
LIBNICE_AGE=8
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
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