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

version 0.0.3

parent f8b097d4
No related branches found
Tags 0.0.3
No related merge requests found
nice 0.0.3 (2008-11-25)
========================
Stable google talk support
Added TCP TURN relay support for google.
Removed openssl dependency.
nice 0.0.2 (2008-11-12)
========================
Better support for google talk compatibility mode as well as UDP TURN relay compatibility for Google.
Removed -Werror compile flag for releases
nice 0.0.1 (2008-11-05)
========================
Initial release of libnice.
It has compatibility support for the latest ICE draft 19, as well as google talk and MSN compatibility.
It also has support for TURN relays using TURN draft 9 if you're in ICE draft 19 compatibility, or specific Google/MSN relay support if you're in Google/MSN compatibility mode.
The library is multiplatform and should compile fine on Linux, Mac and Windows systems.
......@@ -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(nice, 0.0.2.1)
NICE_RELEASE="no"
AC_INIT(nice, 0.0.3)
NICE_RELEASE="yes"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
......
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