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