summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-12-17 17:42:11 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-12-17 17:42:11 -0500
commit1d678500d8a4ba155abc0c01e55917dda326a1bd (patch)
tree6483d21d78f8797aa64f788b6463d72271b45153
parentb5562b3c3a8b2ddc950bb1b87cbd21070c1aa45e (diff)
version 0.0.40.0.4
-rw-r--r--NEWS9
-rw-r--r--configure.ac8
2 files changed, 13 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ca932f0..0ef77cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+nice 0.0.4 (2008-12-17)
+========================
+
+Fix compilation for 64bits systems
+Revert the use of netbuffer in the gstreamer elements
+Added support for pseudossl-tcp TURN relay for Google
+Added support for SOCKS5 proxy servers for TCP relaying
+Bug fixes and code cleaning
+
nice 0.0.3 (2008-11-25)
========================
diff --git a/configure.ac b/configure.ac
index f3ed9ff..b668574 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.3.1)
-NICE_RELEASE="no"
+AC_INIT(nice, 0.0.4)
+NICE_RELEASE="yes"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
@@ -26,9 +26,9 @@ AC_CONFIG_FILES([
])
# Set the libtool C/A/R version info
-NICE_CURRENT=1
+NICE_CURRENT=2
NICE_REVISION=0
-NICE_AGE=1
+NICE_AGE=2
NICE_LIBVERSION=${NICE_CURRENT}:${NICE_REVISION}:${NICE_AGE}
NICE_LT_LDFLAGS="-version-info ${NICE_LIBVERSION}"
AC_SUBST(NICE_LT_LDFLAGS)