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