]> sjero.net Git - linphone/blob - NEWS
Linphone 3.5.2
[linphone] / NEWS
1 linphone-3.5.2 -- February 22, 2012
2         * updated oRTP to 0.20.0
3         * updated mediastreamer2 to 2.8.2
4         * added ZRTP media encryption
5         * added SILK audio codec
6
7 linphone-3.5.1 -- February 17, 2012
8         * gtk - implement friend search by typing into the friendlist, and friend sorting
9
10 linphone-3.5.0 -- December 22, 2011
11         * added VP-8 video codec
12         * added G722 audio codec
13         * added SIP/TCP and SIP/TLS
14         * added SRTP media encryption
15         * Audio conferencing
16         * UI: call history tab, menu simplified
17         * UI: cosmetics for incall views
18         * UI: integration with libnotify
19         * UI: show registered SIP accounts
20         * Fixes for MacOS X, and uses GtkQuartz engine
21
22 linphone-3.4.3 -- March 28, 2011
23         * Fully ported to mac os x with gtk-osx (menu integration, bundle generation with "make bundle", sound I/O improved) but still audio only
24         * Fix stupid warning "no response" that sometimes arrived at end of calls
25         * limit the size of the log window (to prevent memory drain)
26         * limit the size of the SDP message by removing unnecessary information (for well known codecs, for H264).
27           This is to prevent SIP messages from being discarded by routers on the internet when they exceeds in size the internet MTU.
28         * other sip bugfixes
29         Requires mediastreamer-2.7.3
30
31 linphone-3.4.2 -- March 3rd, 2011
32         * fix problems with webcams on windows
33         Requires mediastreamer-2.7.2
34
35 linphone-3.4.1 -- February 17th, 2011
36         * bugfixes
37         * gtk executable is renamed "linphone" (was linphone-3 before)
38         Requires mediastreamer-2.7.1
39
40 linphone-3.4.0 -- February 7th, 2011
41         * implement multiple calls feature: 
42                 - call hold (with possibility to play a music file)
43                 - call resume 
44                 - acceptance of 2nd call while putting the others on hold
45                 - creation of another outgoing call while already in call
46                 - blind call transfer
47                 - attended call transfer
48                         **CAUTION**: LinphoneCoreVTable has changed: pay attention to this when upgrading an old application to a newer liblinphone.
49         * improve bandwidth management (one b=AS line is used for audio+video)
50         * improvements in the echo limiter performance
51         * implement a echo calibration feature (see linphone_core_start_echo_calibration()).
52         * stun support bugfixes
53         * possibility to use two video windows, one for local preview, one for remote video (linphonec only)
54         * optimize by not re-creating streams when SDP is unchanged during a reinvite
55         * support for sending early media
56         * doxygen doc and javadoc improvements
57         * based on mediastreamer-2.7.0, please refer to mediastreamer NEWS for changes.
58
59 linphone-3.3.2 -- July 1st, 2010
60         * fix crash when setting firewall address in gtk interface
61         * fix crash while closing video window on windows
62         * fix un-sent BYE message in some rare cases.
63         Requires:
64                 mediastreamer2-2.6.0
65                 ortp-0.16.3
66
67 linphone-3.3.1 -- June 3, 2010
68         * fix bugs when carrying non ascii displaynames in SIP messages
69         * fix crash when codecs are incompatible
70         * fix bug with streams not restarted in case of reinvites
71         Requires:
72                 mediastreamer2-2.5.0
73                 ortp-0.16.3
74
75 linphone-3.3.0 -- May 19, 2010
76         * liblinphone is ported to iphoneOS and Google Android
77         * Internal refactoring of liblinphone (code factorisation, encapsulation
78                 of signaling)
79         * enhancements made to presence support (SIP/SIMPLE)
80         * new icons
81         * new tabbed ui
82         * be nat friendly using OPTIONS request and using received,rport from
83                 responses.
84         * use stun guessed ports even if symmetric is detected (works with freeboxes)
85         * improve bitrate usage of speex codec
86         * allow speex to run with vbr (variable bit rate) mode
87         * add speex/32000 (ultra wide band speex codec)
88         * answer empty SIP INFO requests
89         * reverse order of call logs
90         * optimize video display
91         * manual or automatic network connectivity management (so that REGISTERs
92                 are only sent when network is up or refreshed when it comes back)
93
94 linphone-3.2.1 -- October 5, 2009
95         * improve graphics and behaviour of mute button
96         * updated translations
97         * windows installer installs reg keys to indicate windows to start linphone clicking of sip uris
98         * workaround a bug Gtk-macos X with modal popup windows, preventing to answer calls
99
100 linphone-3.2.0 -- September 17, 2009
101         * new in-call layout
102         * new idle view with two buttons
103         * ability to dial the number from dialpad
104         * improve local IP address detection when having multiple networks (ex: VPNs)
105         * use proxy's received and rport params from via in Contact header when possible
106         * port to mac os X leopard (using gtk/x11), audio only for now
107         * DevC++ support now deprecated, use msys/mingw (see README.mingw for details)
108         * add an option to ask linphone to place a call, whenever an instance is already running or not:
109                 should be useful for starting calls from a web browser recognizing the 'sip:' uri scheme.
110         * french and italian translation updated
111         * don't show ffmpeg codecs when encoder are disabled in ffmpeg library.
112         * bugfixes in:
113                 - video4linux2 support
114                 - alsa support
115                 - socket leak in mtu discovery
116
117
118 linphone-3.1.2 -- May 5, 2009
119         * make it work with lastest ffmpeg swscale
120         * improve theora packer
121         * update theora default settings to match performance of 1.0 release.
122         * fix a random crash during video resizing on linux with SDL.
123
124 linphone-3.1.1 -- April 14, 2009
125         * fix crash when opening property box, in some rare case
126         * windows version uses the new libmsdscap plugin (video capture using directshow)
127         * improved translations
128
129 linphone-3.1.0 -- March 16, 2009
130         * linphone can now send large video pictures: up to SVGA, configurable via the user interface
131         * automatic rescaling of the video windows to the video size of incoming stream
132         * improved webcam support on windows
133         * plenty of user interface cosmetic improvements
134         * set a user friendly gtk theme by default on windows
135         * linphonec can compile and work without libreadline
136         * enable translations on windows
137         * enable lookups of SRV records
138         * new 'linphonecsh' program to send commands to a linphonec running as daemon using unix sockets or tcp.
139         * bugfixing as usual
140
141 linphone-3.0.0  -- October 13, 2008
142         * new graphical interface based on Glade/Gtk
143         * systray icon
144         * STUN working for RTP
145         * fully ported to windows
146         * accurate bandwidth management (to let video occupy all remaning bandwidth)
147         * new H264 plugin based on x264 (msx264)
148         * automatic call hangup upon media transmission faillure
149
150 linphone-2.1.1 -- February 13, 2008
151         * fix interroperability bug with Asterisk about a BYE not sent by linphone.
152         * fix alsa support weakness (capture underruns not recovered)
153
154 linphone-2.1.0 -- January 25, 2008
155         * 4CIF support
156         * enable resizing of video output
157         * hu translation added
158
159 linphone-2.0.1 -- November 30, 2007
160         * fix interop issue with asterisk
161         * answer OPTIONS and other SIP messages
162         * allow usage of ALSA user pcm devices with the sound->alsadev config item.
163
164 linphone-2.0.0 -- November 15, 2007
165         * port to libeXosip2-3.0.x with libosip2-3.0.x
166         * implements early media
167         * implements incoming re-INVITE
168         * presence support improvements
169         * ipv6 working on windows
170         * implements SDP over 200ok/ACK
171         * add experimental snow codec support
172         * answers to VFU request in SIP-INFO by sending an I-frame.
173         * ffmpeg rate control enabled, improved mpeg4 quality for low bandwidths
174         * separate video grabbing and display in linphonec
175
176 linphone-1.7.1 -- April 16, 2007
177         * cz translation
178         * compilation bugfixes (when video support is disabled)
179         * fix IM icons path bug
180
181 linphone-1.7.0 -- April 11, 2007
182         * new splash screen when no webcam is detected
183         * new friend commands for linphonec
184         * gnome interface becomes gtk-only
185         * fix issue with codec bitrate settings when no bandwidth limits are given
186         * open rtp sockets before sending SDP offer or answer (so that we don't miss the
187           first I-frame)
188
189 linphone-1.6.0 -- January 23, 2007
190         * Video4Linux V2 support with mjpeg cameras
191         * use MPEG4 config string provided in the SDP (if any)
192         * fix bug when choosing an invalid ring sound file
193         * fix bug when using quickcam driver with CIF size
194         * reduce audio bandwidth usage for <128kbit/s connections with video
195
196 linphone-1.5.1 -- November 14, 2006
197         * fix translations
198
199 linphone-1.5.0 -- October 11, 2006
200         * compliant theora support (using Luca Barbato's draft)
201         * mpeg4 support (compliant with RFC3016)
202         * controls to display and modify video codec list (gnome interface)
203         * banwidth usage improvements
204         * splash screen when no webcam is detected
205
206 linphone-1.4.1 -- September 18, 2006
207         * fixes crash when attempting to make two simultaneous calls
208         * fixes crash when having no soundcard
209         * require theora>=1.0.0-alpha7
210         * do not allow resizing of the gnome interface
211         * do not change mixer settings at startup
212
213 linphone-1.4.0 -- September 11, 2006
214         * no more glib dependency at all 
215         * new mediastreamer2 framework for audio/video streaming
216         * stable video support with H.263-1998
217         * echo cancelation
218         * experimental theora support
219         * jack support unported to mediastreamer2, sorry : volunteer needed
220         * video resolution and framerate set according to bandwidth constraints.
221         * linphonec new "soundcard" command to list and choose sound devices.
222         * new download and upload bandwidth parameters used to find suitable video/audio codec choice and parameters.
223         * new 'play' and 'record' functions to linphonec to play and record wav files
224         * arts sound backend