summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-25 18:56:02 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-25 18:56:02 -0500
commitbb051d5ec6f1e7b767aef4ca231ad8baad28fd1a (patch)
treecc6255c134293471652b1a58139a7e51439bd948
parentf8b097d42cbb1ebbd681d057b540036ab16da4fc (diff)
version 0.0.30.0.3
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e69de29..ca932f0 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,20 @@
+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.
diff --git a/configure.ac b/configure.ac
index 521740d..581afe3 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(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])