summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-04-28 20:39:31 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-04-28 21:09:49 -0400
commita4e8d49b0cc7ca8106a897f92bb956b453614a0b (patch)
tree1c00a7e535351345d0f4a6ad57f24f7cb481c2a3
parentc4b50bfb20916c89a204b61bf67e001be0c81df5 (diff)
Version 0.1.60.1.6
-rw-r--r--NEWS11
-rw-r--r--agent/agent.h2
-rw-r--r--configure.ac8
-rw-r--r--docs/reference/libnice/libnice-docs.sgml4
4 files changed, 20 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ccb3690..95a8e08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+libnice 0.1.6 (2014-04-28)
+==========================
+API: nice_agent_restart_stream() to do a ICE restart on a single strema
+API: nice_component_state_to_string() to get a printable name for a component
+ state
+API: nice_agent_forget_relays() to forget the relays set for a
+ specific component, along with nice_agent_restart_stream(), it allows
+ changing the current relay without dropping the connection.
+It is now possible to add relays after the initial candidate gathering.
+Many bug fixes
+
libnice 0.1.5 (2014-03-06)
==========================
diff --git a/agent/agent.h b/agent/agent.h
index f0b7ee5..16131a0 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -1442,7 +1442,7 @@ nice_agent_get_io_stream (
* messages.
*
* Returns: (transfer none): a string representation of @state
- * Since: UNRELEASED
+ * Since: 0.1.6
*/
const gchar *
nice_component_state_to_string (NiceComponentState state);
diff --git a/configure.ac b/configure.ac
index 9b83742..d17639e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed,
dnl also use -Werror. git and pre-releases default to -Werror
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([libnice],[0.1.5.1])
-LIBNICE_RELEASE="no"
+AC_INIT([libnice],[0.1.6])
+LIBNICE_RELEASE="yes"
AC_CANONICAL_TARGET
@@ -39,9 +39,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=13
+LIBNICE_CURRENT=14
LIBNICE_REVISION=0
-LIBNICE_AGE=3
+LIBNICE_AGE=4
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS)
diff --git a/docs/reference/libnice/libnice-docs.sgml b/docs/reference/libnice/libnice-docs.sgml
index da4146d..918fcf4 100644
--- a/docs/reference/libnice/libnice-docs.sgml
+++ b/docs/reference/libnice/libnice-docs.sgml
@@ -93,6 +93,10 @@
<title>Index of new symbols in 0.1.5</title>
<xi:include href="xml/api-index-0.1.5.xml"><xi:fallback/></xi:include>
</index>
+ <index role="0.1.6">
+ <title>Index of new symbols in 0.1.6</title>
+ <xi:include href="xml/api-index-0.1.6.xml"><xi:fallback/></xi:include>
+ </index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</part>
</book>