]> sjero.net Git - linphone/blob - NEWS
Merge branch 'master' into dev_multicall
[linphone] / NEWS
1 linphone-3.3.1 -- June 3, 2010
2         * fix bugs when carrying non ascii displaynames in SIP messages
3         * fix crash when codecs are incompatible
4         * fix bug with streams not restarted in case of reinvites
5         Requires:
6                 mediastreamer2-2.5.0
7                 ortp-0.16.3
8
9 linphone-3.3.0 -- May 19, 2010
10         * liblinphone is ported to iphoneOS and Google Android
11         * Internal refactoring of liblinphone (code factorisation, encapsulation
12                 of signaling)
13         * enhancements made to presence support (SIP/SIMPLE)
14         * new icons
15         * new tabbed ui
16         * be nat friendly using OPTIONS request and using received,rport from
17                 responses.
18         * use stun guessed ports even if symmetric is detected (works with freeboxes)
19         * improve bitrate usage of speex codec
20         * allow speex to run with vbr (variable bit rate) mode
21         * add speex/32000 (ultra wide band speex codec)
22         * answer empty SIP INFO requests
23         * reverse order of call logs
24         * optimize video display
25         * manual or automatic network connectivity management (so that REGISTERs
26                 are only sent when network is up or refreshed when it comes back)
27
28 linphone-3.2.1 -- October 5, 2009
29         * improve graphics and behaviour of mute button
30         * updated translations
31         * windows installer installs reg keys to indicate windows to start linphone clicking of sip uris
32         * workaround a bug Gtk-macos X with modal popup windows, preventing to answer calls
33
34 linphone-3.2.0 -- September 17, 2009
35         * new in-call layout
36         * new idle view with two buttons
37         * ability to dial the number from dialpad
38         * improve local IP address detection when having multiple networks (ex: VPNs)
39         * use proxy's received and rport params from via in Contact header when possible
40         * port to mac os X leopard (using gtk/x11), audio only for now
41         * DevC++ support now deprecated, use msys/mingw (see README.mingw for details)
42         * add an option to ask linphone to place a call, whenever an instance is already running or not:
43                 should be useful for starting calls from a web browser recognizing the 'sip:' uri scheme.
44         * french and italian translation updated
45         * don't show ffmpeg codecs when encoder are disabled in ffmpeg library.
46         * bugfixes in:
47                 - video4linux2 support
48                 - alsa support
49                 - socket leak in mtu discovery
50
51
52 linphone-3.1.2 -- May 5, 2009
53         * make it work with lastest ffmpeg swscale
54         * improve theora packer
55         * update theora default settings to match performance of 1.0 release.
56         * fix a random crash during video resizing on linux with SDL.
57
58 linphone-3.1.1 -- April 14, 2009
59         * fix crash when opening property box, in some rare case
60         * windows version uses the new libmsdscap plugin (video capture using directshow)
61         * improved translations
62
63 linphone-3.1.0 -- March 16, 2009
64         * linphone can now send large video pictures: up to SVGA, configurable via the user interface
65         * automatic rescaling of the video windows to the video size of incoming stream
66         * improved webcam support on windows
67         * plenty of user interface cosmetic improvements
68         * set a user friendly gtk theme by default on windows
69         * linphonec can compile and work without libreadline
70         * enable translations on windows
71         * enable lookups of SRV records
72         * new 'linphonecsh' program to send commands to a linphonec running as daemon using unix sockets or tcp.
73         * bugfixing as usual
74
75 linphone-3.0.0  -- October 13, 2008
76         * new graphical interface based on Glade/Gtk
77         * systray icon
78         * STUN working for RTP
79         * fully ported to windows
80         * accurate bandwidth management (to let video occupy all remaning bandwidth)
81         * new H264 plugin based on x264 (msx264)
82         * automatic call hangup upon media transmission faillure
83
84 linphone-2.1.1 -- February 13, 2008
85         * fix interroperability bug with Asterisk about a BYE not sent by linphone.
86         * fix alsa support weakness (capture underruns not recovered)
87
88 linphone-2.1.0 -- January 25, 2008
89         * 4CIF support
90         * enable resizing of video output
91         * hu translation added
92
93 linphone-2.0.1 -- November 30, 2007
94         * fix interop issue with asterisk
95         * answer OPTIONS and other SIP messages
96         * allow usage of ALSA user pcm devices with the sound->alsadev config item.
97
98 linphone-2.0.0 -- November 15, 2007
99         * port to libeXosip2-3.0.x with libosip2-3.0.x
100         * implements early media
101         * implements incoming re-INVITE
102         * presence support improvements
103         * ipv6 working on windows
104         * implements SDP over 200ok/ACK
105         * add experimental snow codec support
106         * answers to VFU request in SIP-INFO by sending an I-frame.
107         * ffmpeg rate control enabled, improved mpeg4 quality for low bandwidths
108         * separate video grabbing and display in linphonec
109
110 linphone-1.7.1 -- April 16, 2007
111         * cz translation
112         * compilation bugfixes (when video support is disabled)
113         * fix IM icons path bug
114
115 linphone-1.7.0 -- April 11, 2007
116         * new splash screen when no webcam is detected
117         * new friend commands for linphonec
118         * gnome interface becomes gtk-only
119         * fix issue with codec bitrate settings when no bandwidth limits are given
120         * open rtp sockets before sending SDP offer or answer (so that we don't miss the
121           first I-frame)
122
123 linphone-1.6.0 -- January 23, 2007
124         * Video4Linux V2 support with mjpeg cameras
125         * use MPEG4 config string provided in the SDP (if any)
126         * fix bug when choosing an invalid ring sound file
127         * fix bug when using quickcam driver with CIF size
128         * reduce audio bandwidth usage for <128kbit/s connections with video
129
130 linphone-1.5.1 -- November 14, 2006
131         * fix translations
132
133 linphone-1.5.0 -- October 11, 2006
134         * compliant theora support (using Luca Barbato's draft)
135         * mpeg4 support (compliant with RFC3016)
136         * controls to display and modify video codec list (gnome interface)
137         * banwidth usage improvements
138         * splash screen when no webcam is detected
139
140 linphone-1.4.1 -- September 18, 2006
141         * fixes crash when attempting to make two simultaneous calls
142         * fixes crash when having no soundcard
143         * require theora>=1.0.0-alpha7
144         * do not allow resizing of the gnome interface
145         * do not change mixer settings at startup
146
147 linphone-1.4.0 -- September 11, 2006
148         * no more glib dependency at all 
149         * new mediastreamer2 framework for audio/video streaming
150         * stable video support with H.263-1998
151         * echo cancelation
152         * experimental theora support
153         * jack support unported to mediastreamer2, sorry : volunteer needed
154         * video resolution and framerate set according to bandwidth constraints.
155         * linphonec new "soundcard" command to list and choose sound devices.
156         * new download and upload bandwidth parameters used to find suitable video/audio codec choice and parameters.
157         * new 'play' and 'record' functions to linphonec to play and record wav files
158         * arts sound backend