From adaf3d43ad967ea9d802a7f4a01c0c67e9adaa5a Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Wed, 4 Feb 2009 14:06:35 -0500 Subject: [PATCH] Update changelogs to version 0.9.2-8 --- debian/changelog | 46 +++++++++++++++++++++++++++++++++++ debian/changelog.hardy | 50 +++++++++++++++++++++++++++++++++++++-- debian/changelog.intrepid | 46 +++++++++++++++++++++++++++++++++++ debian/changelog.jaunty | 50 +++++++++++++++++++++++++++++++++++++-- 4 files changed, 188 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 489bef2ba8..198965bd09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +sflphone (0.9.2-2ubuntu8) intrepid; urgency=low + + [ Emmanuel Milou ] + * Update changelogs + * Fix bug in merge and in Makefile.am + * Terminate only one call + * Disable PJsip shutdown when changing STUN parameters + * Function terminateSIPCall added in sipvoiplink and managerimpl + * Add a timer to the alsa thread to not jam the CPU load + * Fix bug in sipvoiplink.cpp + * Clean shutdown of pulseaudio on quiting + * Fix DTMF at first start with Pulseaudio + * Remove zeroconf from the build system + * Add a library manager + exception handling + * Clean up in the working directory + * Better handling of capture XRUNs + * Restore mic adjust volume on ALSA layer + * Protect device ALSA operation if not opened + * Fix the switching layer bug + * Use dynamic_cast<> to use audiolayer-specific methods + * Open the audio devices only once at startup + * Refactoring of the ALSA part + * Functional plug-in manager + * Use a C++ thread to handle tones and DTMF in ALSA + * Restore IAXVoIPLink, restore Mutex + * Make the plugins registering against the plugin manager + * Migrate to 1->N relationship between voiplink and accounts + * API plugin for registration + * Use C++ thread in SIP, move everything in sipvoiplink + * Complete singleton pattern for the plugin manager + * Add -Wno-return-type compilation flag to remove warnings; Update + version number in configure.ac + * Add the dynamic loading for the plugin framework; integate unit + * Fix jaunty control file dependency problems + tests + + [ Yun Liu ] + * Update rpm spec file + * modify build package script and spec file for suse + + [ Alexandre Savard ] + * Add audiorecorder plugin and testaudiorecorder + * Add audio Recording class, edit global.h + + -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500 + sflphone (0.9.2-2ubuntu7) intrepid; urgency=low [ Emmanuel Milou ] diff --git a/debian/changelog.hardy b/debian/changelog.hardy index 489bef2ba8..1332fca808 100644 --- a/debian/changelog.hardy +++ b/debian/changelog.hardy @@ -1,4 +1,50 @@ -sflphone (0.9.2-2ubuntu7) intrepid; urgency=low +sflphone (0.9.2-2ubuntu8) hardy; urgency=low + + [ Emmanuel Milou ] + * Update changelogs + * Fix bug in merge and in Makefile.am + * Terminate only one call + * Disable PJsip shutdown when changing STUN parameters + * Function terminateSIPCall added in sipvoiplink and managerimpl + * Add a timer to the alsa thread to not jam the CPU load + * Fix bug in sipvoiplink.cpp + * Clean shutdown of pulseaudio on quiting + * Fix DTMF at first start with Pulseaudio + * Remove zeroconf from the build system + * Add a library manager + exception handling + * Clean up in the working directory + * Better handling of capture XRUNs + * Restore mic adjust volume on ALSA layer + * Protect device ALSA operation if not opened + * Fix the switching layer bug + * Use dynamic_cast<> to use audiolayer-specific methods + * Open the audio devices only once at startup + * Refactoring of the ALSA part + * Functional plug-in manager + * Use a C++ thread to handle tones and DTMF in ALSA + * Restore IAXVoIPLink, restore Mutex + * Make the plugins registering against the plugin manager + * Migrate to 1->N relationship between voiplink and accounts + * API plugin for registration + * Use C++ thread in SIP, move everything in sipvoiplink + * Complete singleton pattern for the plugin manager + * Add -Wno-return-type compilation flag to remove warnings; Update + version number in configure.ac + * Add the dynamic loading for the plugin framework; integate unit + * Fix jaunty control file dependency problems + tests + + [ Yun Liu ] + * Update rpm spec file + * modify build package script and spec file for suse + + [ Alexandre Savard ] + * Add audiorecorder plugin and testaudiorecorder + * Add audio Recording class, edit global.h + + -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500 + +sflphone (0.9.2-2ubuntu7) hardy; urgency=low [ Emmanuel Milou ] * Update changelog to 0.9.2-6 @@ -20,7 +66,7 @@ sflphone (0.9.2-2ubuntu7) intrepid; urgency=low -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 23 Jan 2009 17:48:13 -0500 -sflphone (0.9.2-2ubuntu6) intrepid; urgency=low +sflphone (0.9.2-2ubuntu6) hardy; urgency=low [ Emmanuel Milou ] * Migrate STUN configuration to the main config window diff --git a/debian/changelog.intrepid b/debian/changelog.intrepid index 489bef2ba8..198965bd09 100644 --- a/debian/changelog.intrepid +++ b/debian/changelog.intrepid @@ -1,3 +1,49 @@ +sflphone (0.9.2-2ubuntu8) intrepid; urgency=low + + [ Emmanuel Milou ] + * Update changelogs + * Fix bug in merge and in Makefile.am + * Terminate only one call + * Disable PJsip shutdown when changing STUN parameters + * Function terminateSIPCall added in sipvoiplink and managerimpl + * Add a timer to the alsa thread to not jam the CPU load + * Fix bug in sipvoiplink.cpp + * Clean shutdown of pulseaudio on quiting + * Fix DTMF at first start with Pulseaudio + * Remove zeroconf from the build system + * Add a library manager + exception handling + * Clean up in the working directory + * Better handling of capture XRUNs + * Restore mic adjust volume on ALSA layer + * Protect device ALSA operation if not opened + * Fix the switching layer bug + * Use dynamic_cast<> to use audiolayer-specific methods + * Open the audio devices only once at startup + * Refactoring of the ALSA part + * Functional plug-in manager + * Use a C++ thread to handle tones and DTMF in ALSA + * Restore IAXVoIPLink, restore Mutex + * Make the plugins registering against the plugin manager + * Migrate to 1->N relationship between voiplink and accounts + * API plugin for registration + * Use C++ thread in SIP, move everything in sipvoiplink + * Complete singleton pattern for the plugin manager + * Add -Wno-return-type compilation flag to remove warnings; Update + version number in configure.ac + * Add the dynamic loading for the plugin framework; integate unit + * Fix jaunty control file dependency problems + tests + + [ Yun Liu ] + * Update rpm spec file + * modify build package script and spec file for suse + + [ Alexandre Savard ] + * Add audiorecorder plugin and testaudiorecorder + * Add audio Recording class, edit global.h + + -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500 + sflphone (0.9.2-2ubuntu7) intrepid; urgency=low [ Emmanuel Milou ] diff --git a/debian/changelog.jaunty b/debian/changelog.jaunty index 489bef2ba8..724c06d0d3 100644 --- a/debian/changelog.jaunty +++ b/debian/changelog.jaunty @@ -1,4 +1,50 @@ -sflphone (0.9.2-2ubuntu7) intrepid; urgency=low +sflphone (0.9.2-2ubuntu8) jaunty; urgency=low + + [ Emmanuel Milou ] + * Update changelogs + * Fix bug in merge and in Makefile.am + * Terminate only one call + * Disable PJsip shutdown when changing STUN parameters + * Function terminateSIPCall added in sipvoiplink and managerimpl + * Add a timer to the alsa thread to not jam the CPU load + * Fix bug in sipvoiplink.cpp + * Clean shutdown of pulseaudio on quiting + * Fix DTMF at first start with Pulseaudio + * Remove zeroconf from the build system + * Add a library manager + exception handling + * Clean up in the working directory + * Better handling of capture XRUNs + * Restore mic adjust volume on ALSA layer + * Protect device ALSA operation if not opened + * Fix the switching layer bug + * Use dynamic_cast<> to use audiolayer-specific methods + * Open the audio devices only once at startup + * Refactoring of the ALSA part + * Functional plug-in manager + * Use a C++ thread to handle tones and DTMF in ALSA + * Restore IAXVoIPLink, restore Mutex + * Make the plugins registering against the plugin manager + * Migrate to 1->N relationship between voiplink and accounts + * API plugin for registration + * Use C++ thread in SIP, move everything in sipvoiplink + * Complete singleton pattern for the plugin manager + * Add -Wno-return-type compilation flag to remove warnings; Update + version number in configure.ac + * Add the dynamic loading for the plugin framework; integate unit + * Fix jaunty control file dependency problems + tests + + [ Yun Liu ] + * Update rpm spec file + * modify build package script and spec file for suse + + [ Alexandre Savard ] + * Add audiorecorder plugin and testaudiorecorder + * Add audio Recording class, edit global.h + + -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500 + +sflphone (0.9.2-2ubuntu7) jaunty; urgency=low [ Emmanuel Milou ] * Update changelog to 0.9.2-6 @@ -20,7 +66,7 @@ sflphone (0.9.2-2ubuntu7) intrepid; urgency=low -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 23 Jan 2009 17:48:13 -0500 -sflphone (0.9.2-2ubuntu6) intrepid; urgency=low +sflphone (0.9.2-2ubuntu6) jaunty; urgency=low [ Emmanuel Milou ] * Migrate STUN configuration to the main config window -- GitLab