[Pkg-telepathy-commits] [libnice] 258/265: Version 0.1.6

Simon McVittie smcv at debian.org
Wed May 14 12:05:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit a4e8d49b0cc7ca8106a897f92bb956b453614a0b
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Mon Apr 28 20:39:31 2014 -0400

    Version 0.1.6
---
 NEWS                                     | 11 +++++++++++
 agent/agent.h                            |  2 +-
 configure.ac                             |  8 ++++----
 docs/reference/libnice/libnice-docs.sgml |  4 ++++
 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list