]> sjero.net Git - linphone/commitdiff
new release: 3.3.1
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 3 Jun 2010 09:33:45 +0000 (11:33 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 3 Jun 2010 09:33:45 +0000 (11:33 +0200)
NEWS
configure.in
mediastreamer2
oRTP
po/POTFILES.in

diff --git a/NEWS b/NEWS
index 04d7ebc357083d244bdbd8ddb86587c088897a13..05b7a5ac686ce8e9f38366f1889d0a41c4bd08a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+linphone-3.3.1 -- June 3, 2010
+       * fix bugs when carrying non ascii displaynames in SIP messages
+       * fix crash when codecs are incompatible
+       * fix bug with streams not restarted in case of reinvites
+       Requires:
+               mediastreamer2-2.5.0
+               ortp-0.16.3
+
 linphone-3.3.0 -- May 19, 2010
        * liblinphone is ported to iphoneOS and Google Android
        * Internal refactoring of liblinphone (code factorisation, encapsulation
index 6e40e31058cf744437cee8fddb80ea022482fec1..10af6c7706aacc7c948dc7f2e03e656b18592d0c 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([linphone],[3.3.0],[linphone-developers@nongnu.org])
+AC_INIT([linphone],[3.3.1],[linphone-developers@nongnu.org])
 AC_CANONICAL_SYSTEM
 
 dnl Source packaging numbers
index a2a6119273226234ea7300742c34d46fa545fcd8..ba988a9a44f837481ec3c6dec8a1acad56f0fa32 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a2a6119273226234ea7300742c34d46fa545fcd8
+Subproject commit ba988a9a44f837481ec3c6dec8a1acad56f0fa32
diff --git a/oRTP b/oRTP
index b9b53eedef812b44762976617840c2b98fca62b9..18eccd4f3af64f3bd5293d635a1a169dc77c92ad 160000 (submodule)
--- a/oRTP
+++ b/oRTP
@@ -1 +1 @@
-Subproject commit b9b53eedef812b44762976617840c2b98fca62b9
+Subproject commit 18eccd4f3af64f3bd5293d635a1a169dc77c92ad
index 4c792a11f362e4cd706a45679f0cff11b133e120..2ca5440ea8146fda0c0cdb891ee20387c408aa8e 100644 (file)
@@ -68,5 +68,7 @@ mediastreamer2/src/void.c
 mediastreamer2/src/equalizer.c
 mediastreamer2/src/msdscap-mingw.cc
 mediastreamer2/src/drawdib-display.c
-
+mediastreamer2/src/audiomixer.c
+mediastreamer2/src/chanadapt.c
+mediastreamer2/src/itc.c