daemon: move up daemon into top directory

Refs #68986

Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
This commit is contained in:
Guillaume Roguez
2015-03-20 15:43:28 -04:00
parent ce6cb28d74
commit 8507024c70
520 changed files with 311 additions and 1114 deletions

157
NEWS
View File

@ -1,60 +1,123 @@
################################################
# SFLphone
################################################
#
#
#
* 2014-07-15: 1.4.0 has been released
SFLphoned (1.0.2) / 2012-07-02
* Stable version
* Update Contact header from 200 OK
* Keep alive for account regstration
* Call history now managed by client
* 2014-04-21: SFLphone is now using Gerrit
SFLphoned (0.9.12) / 2011-11-12
* Refactoring of the RTP session allowing dynamic update of audio codecs
* Updated synchronization between transport layer and audio layer
* Better implementation of SIP Early media playback
* Fixed memory leaks in configuration serialization engine
* Evolution addressbook: default addressbook support, addressbook authentication support
* Improved Gnome client initialization error handling
* Updated dbus-c++ binding
* 2014-01-13: 1.3.0 has been released
SFLphoned (0.9.9) / 2010-28-09
* Instant messaging
* Full Evolution addressbook integration
* A noise reduction engine to improve audio quality
* Linear int 16bit wave format support for ringtones
* Ability to select a different ringtone playback device than voice playback
* SIP early media
* A new configuration system based on YAML serialization format.
* 2013-06-11: 1.2.3 has been released
SFLphoned (0.7.0) / 2006-...
* adding reload (sound driver) button
* fix: peer hangup remove flashing buttons
* removing old packaging stuff like FIXME or sflphone.spec.in
* fix: click on flashing buttons
* fix: send ringing, hangup, busy message
* fix for using call command two times in a row
* add --disable-sflphoneqt 2006-05-01
* remove libexosip2 internally, it's in debian unstable 2005-01-01
* add iax support - in development
* add account support
* remove callid string/int
* add account SIP0 (default) in sflphone-cli
* add account SIP0 (default) in sflphone-qt
* fix nat handling (use the same port that it test)
* add register/unregister in qt
* add test audio driver button
* add hold/unhold/hangup to sflphone-cli
* 2013-01-08: 1.2.2 has been released
SFLphoned (0.6.2) / 2005-11-29
* integral mono support
* libsamplerate added for macosx
* 2013-01-08: 1.2.1 has been released - Full annoucement here: http://sflphone.org/news/stable-version-121-released
SFLphoned (0.6.1) / 2005-11-26
* add speex codec (experimental)
* fix for codec handling in sdp and audiortp
* new codec class
* add portaudio missing file
(thanks to Pierre POMES)
* add samplerate and inChannel/outChannel in AudioLayer
we could use microphone in mono and speaker in stereo
* 2012-08-10: 1.2.0 has been released
SFLphoned/SFLphone (0.6) / 2005-11-04
* improve sip protocol
* can now receive text message
* accept reinvite call
* cleaning headers
* improving bash launcher script
* select audio input and output device
* installation review
* 2012-05-17: 1.1.0 has been released
SFLphoned/SFLphone (0.5a) / 2005-10-17
* dring
* bug fixes
* sflphone-qt
* client/server protocol
* 2011-11-18: 1.0.1 has been released
SFLphone (0.4.1-pre2) / 2005-09-30
* rearranged utilspp use
* Bug fix when trying to use more than 6 lines.
* Now, we send a final response to reINVITEs
(thanks to Mikael Magnusson)
* We can build in different build directories.
(thanks to Mikael Magnusson)
* We actualy check if portaudio and eXosip2 libs
are installed
* zeroconf integration start
* 2011-09-30: 1.0.0 has been released
SFLphone (0.4.1-pre1) / 2005-08-11
* Use libeXosip2
* Add blink notification for voice-message
* Add scrolling text
* 2010-04-09: 0.9.8 rc1 has been released
SFLphone (0.4) / 2005-07-06
* Cleanup code
* Add autotools support
* Handle CANCEL method
* PortAudio replace OSS and ALSA devices choice
* Add PortAudioCpp to make easy use of RingBuffer object for
audio callback
* Add PortAudio library to make easy sound portability
* Fix a few memory leak
* Reorganisation of SFLphone architecture
* Handle error messages on screen
* Handle "refused call"
* Notification of remote RINGING event added
* Call management updated
* 2010-03-25: 0.9.8 beta has been released
SFLphone (0.3) / 2005-04-05
* ALSA driver support added
* GSM audio codec support added
* Ringtones support (just ulaw format) added
* Notification incoming call added
* Apply skin feature added
* Volume control added
* Registration manually added
* Config-file in home directory changed to ".sflphone"
* 2009-12-10: SFLphone 0.9.7 has been released
SFLphone (0.2) / 2005-01-18
* Lines management updated
* Blocking bug fixed
* Configuration tree, made from a config file, added for setup
* Dial tone updated
* Timer call updated
* Apply feature updated
* Non-network or request failure cases updated
* 2009-12-03: SFLphone 0.9.7~rc2 has been released
* 2009-11-20: SFLphone 0.9.7~rc1 has been released
* 2009-10-27: SFLphone 0.9.7~beta has been released
* 2009-07-27: SFLphone 0.9.6 has been released
* 2009-07-17: SFLphone 0.9.6~rc2 has been released
* 2009-07-10: SFLphone 0.9.6~rc1 has been released
* 2009-05-22: SFLphone 0.9.5~beta has been released
* 2009-04-03: SFLphone 0.9.4 has been released
* 2009-02-07: SFLphone 0.9.3 has been released
* 2008-12-01: SFLphone 0.9.2 has been released
* 2008-07-01: SFLphone 0.9.1 has been released
Please refer to the development website for further information at http://projects.savoirfairelinux.net/projects/show/sflphone
Thanks You
SFLphone Team.
SFLphone (0.1a) / 2004-12-22
* First release