Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
libnice
libnice
Commits
60432301
Commit
60432301
authored
Jul 31, 2009
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.0.9
parent
8ea23881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
NEWS
NEWS
+12
-0
configure.ac
configure.ac
+5
-5
No files found.
NEWS
View file @
60432301
libnice 0.0.9 (2009-07-31)
===========================
Fix some more issues with peer-reflexive candidates in google mode (for early incoming checks)
Fix SHA1 algorithm when strict aliasing is used
Fix google mode connectivity with discovered remote peer reflexive candidates
Fix google/msn mode by not limiting the conncheck list
Fix the interfaces discovery by using getifaddrs
Fix compilation on Mac OS X
Add ToS support to the sockets
libnice 0.0.8 (2009-06-19)
===========================
...
...
configure.ac
View file @
60432301
...
...
@@ -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(libnice, 0.0.
8.1
)
LIBNICE_RELEASE="
no
"
AC_INIT(libnice, 0.0.
9
)
LIBNICE_RELEASE="
yes
"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
...
...
@@ -33,9 +33,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=
4
LIBNICE_REVISION=
2
LIBNICE_AGE=
4
LIBNICE_CURRENT=
5
LIBNICE_REVISION=
0
LIBNICE_AGE=
5
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
AC_SUBST(LIBNICE_LT_LDFLAGS)
...
...
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