source: mediastreamer2/linphone/NEWS @ 649:cae4b5012482

Last change on this file since 649:cae4b5012482 was 649:cae4b5012482, checked in by smorlat <smorlat@…>, 4 years ago

update README and news for new release.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@637 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

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