Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
a4e8d49b
Commit
a4e8d49b
authored
Apr 28, 2014
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.1.6
parent
c4b50bfb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
5 deletions
+20
-5
NEWS
NEWS
+11
-0
agent/agent.h
agent/agent.h
+1
-1
configure.ac
configure.ac
+4
-4
docs/reference/libnice/libnice-docs.sgml
docs/reference/libnice/libnice-docs.sgml
+4
-0
No files found.
NEWS
View file @
a4e8d49b
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)
==========================
...
...
agent/agent.h
View file @
a4e8d49b
...
...
@@ -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
);
...
...
configure.ac
View file @
a4e8d49b
...
...
@@ -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=1
3
LIBNICE_CURRENT=1
4
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)
...
...
docs/reference/libnice/libnice-docs.sgml
View file @
a4e8d49b
...
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment