Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 0b0f5ad34ca502404b056e8741458be3 > files > 13

linphone-0.10.2-1mdk.ppc.rpm

Friday Feb 28 2003 : linphone-0.10.1
	- add firewall friendly capability
	- compiles all well on arm-linux
	- bugfixes.

Friday Jan 24 2003 : linphone-0.10.0
	- Gnome interface ported to gnome-2
	- Unified core engine for both graphical and console interface.
	- Many bug fix and improvements in the SIP stack.
	- Japoneese translations and manual added, by Yamaguchi Yoshiya.
	- updated for speex-1.0rc1
	- ported to FreeBSD thanks to Georg Shwarz

Monday Oct 21 2002 : linphone-0.9.1
	- AMD: add support for the "received" and "rport" parameter in osipua.

Monday Oct 21 2002 : linphone-0.9.1
	- integration of the patch of Lenaic Huard that adds the ability for linphone to send
		dtmf tones through rtp (only reported to console interface).
	- following this patch, a nice keypad has been added to the graphical interface to bring
		the fonctionnality of the patch gui's users.
	- integration of the patch of Aymeric Moizard, concerning compliance with RFC3261 (new
		sip's RFC) using the new dialog_t api of libosip.
	- updated for use of speex-beta1 (speex codec)
	- osipua fix by jack@atosc.org
	 1: reject calls with 603
	 2: establishement of 1 early dialog for incoming calls.
	 3: update to libosip CVS and its new OSIP_TRACE MACROs.
	 4: fix presence handling.
	 5: fix expires header in REGISTER.


Monday Aug 26 2002: linphone-0.9.0
	- the sdp rtpmap string for alaw and mulaw codec was incorrect.

Sunday Aug 4 2002:	linphone-0.9.0pre3
	Non visible changes:
	- Linphone's internal audio architecture is ported to the new mediastreamer architecture.
	  The mediastreamer library is already present in linphone since October 29 2001 but
	  was never used at this time by the core program. Now lots of work has be done inside the
	  mediastreamer so that it is ready to be used by the core program. As a consequence, the
	  old architecture defined by the audio/ directory and the codec.c io.c files is dropped.
	  The mediastreamer architecture provides a modular framework for audio and video 
	  processing. It includes various audio and video codecs (or wrappers to third party 
	  audio and video codecs).
	Visible changes:
	- The Speex codec (http://speex.sourceforge.net) is now availlable to linphone, since it has
	  its mediastreamer wrapper. This patent-free codec provides two bitrates, the lowest 
	  being able to work with 56k dialup connections. This is a very important step, because
	  from now only the low quality LPC10 codec was availlable for such connections.
	- Thanks to Florian Winsterstein (f-win at gmx.de), a console version of linphone called
	  "linphonec" is availlable. Linphonec can be compiled without gnome.

Wednesday May 8 2002:	linphone-0.8.0
	Visible changes:
	- Updated to libosip-0.8.5, that reflects the lastest sip draft.
	- Uses the SDP parser the libosip, and uses also a modified version of its SDP negociator.
	  The MediaDesc object is removed, now osipua users have to deal with BodyHandler's, as the
	  SdpHandler that deals with sdp message generation and negociation.
	  The SDP parser and negociator can use the a=rtpmap fields, so that compliance is improved.
	- LPC10-1.5 codec has been assigned payload type 115 instead of 4 previously. This breaks
	  compatibility with older versions of linphone.
	- oRTP (the new RTP library) is used in place of the old lprtplib.
	- fix endianess problems in the audio part.
	Non visible changes (changes on libraries not currently used by linphone but used later):
	- mediastreamer has new working objects: webcam image capture, mpeg encoding and decoding
	  thanks to the libavcodec (ffmpeg) library, rtp wrapper thanks to oRTP.

Tuesday April 15 2002:	linphone-0.7.2
	- A crash in property box "apply" fixed.
	- bugfix in osipua.

Tuesday March 12 2002:	linphone-0.7.1
	- Some bug fixes by Bryan Ogawa in osipua: route, record-route, tags.

Friday March  1 2002:	linphone-0.7.0
	- Digest authentification support added by Aymeric.
	- Improvements in property box.
	- Translations in German and Italian by J.J. Sarton and A. Zanoni
	- Bugfix and improvements in the osipua stack.
	- Better handling of the registration parameters (the user can set its own address of record).
	

Thu December  6 2001
			-osipua.c: Memory allocations.
	                   fi call of from_tag_add(...,sgetcopy(ua->fromtag));
	    -utils.c: Memory allocations.
	    -CallLegs are removed automatically by the osipua layer (eg: when a transaction timed out).

Tue November 27 2001
			-Bugfix in osipua for proxy support: record-route and route header support, request-uri bug fixed.
			-New choice "outbound proxy" in the property box.
			-Fix compilation issues.


Mon October 29 2001
			-New unithreaded design of the osipua library, based on libosip-0.7.x series.
			-Asynchronous name resolution in osipua.
			-To and From tag support added.
			-Proxy support added. The user can choose between registering for a redirect server, or
				registering for a proxy server. When he choose proxy, then all requests are sent to the proxy.
			-New good looking graphical interface.
			-Mediastreamer is included, but still unused. It has a begin of gtkdoc dcocumentation.

Wed September 26 2001
			-Add registration and redirection ability in gui and osipua.
			-Critical bugs in osipua/osip fixed.
			-Display all sip error strings in appbar.
			-Documentation translated in French.

Tue  August 21 2001
			-	Add address book functionnality
			- Add ringback
			- Minor bugfixes in configure.in, src/callbacks.c
			-	Work with libosip-0.6.1

Wed August 1 2001:
			- Integration with osip sip stack. lpsiplib is no more used and abandonned. osipua provides the session level
			on top of osip.
			- added G711 codecs.
			- configuration structures and api re-written for more clarity.
			- new codec selection box
			- new sytem for codec registration
			- automatic selection of codecs regarding to network connection type.
			- add resizing ability for icon applet.


June			2001:  linphone-0.3.0
			-Nearly all code in linphone is object oriented.
			-linphone can be run as a gnome applet, or as a silent dameon, or as a normal application.
			-bugfixes in sip/sdp messages.
			-addition of a test program called sipomatic that can automatically answers to call. (for test)
			-add io_disk implementation of the audio lib. this can be used to replace the sond card by io on file system.



Tue May 15 2001:  linphone-0.2.1
			-Fix a stupid bug in the audio library.

Fri May 11 2001: linphone-0.2.0
		-add many missing features of version 0.1.0 (for the property box)
		-audio levels on the main window.
		-Sip library modified: now it uses one thread, and should be able to handle several calls in the future.
		-audio library is more performant. It is able to find itself the best blocksize (latency) by testing the driver.
		-interactive help on the property box and user manual.
		-add an icon.

linphone-0.1.0 :
		Released on april,19 2001
		Initial version.