Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
adaf3d43
Commit
adaf3d43
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
Update changelogs to version 0.9.2-8
parent
4fa8809c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+46
-0
46 additions, 0 deletions
debian/changelog
debian/changelog.hardy
+48
-2
48 additions, 2 deletions
debian/changelog.hardy
debian/changelog.intrepid
+46
-0
46 additions, 0 deletions
debian/changelog.intrepid
debian/changelog.jaunty
+48
-2
48 additions, 2 deletions
debian/changelog.jaunty
with
188 additions
and
4 deletions
debian/changelog
+
46
−
0
View file @
adaf3d43
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
sflphone (0.9.2-2ubuntu7) intrepid; urgency=low
[ Emmanuel Milou ]
[ Emmanuel Milou ]
...
...
This diff is collapsed.
Click to expand it.
debian/changelog.hardy
+
48
−
2
View file @
adaf3d43
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 ]
[ Emmanuel Milou ]
* Update changelog to 0.9.2-6
* Update changelog to 0.9.2-6
...
@@ -20,7 +66,7 @@ sflphone (0.9.2-2ubuntu7) intrepid; urgency=low
...
@@ -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
-- 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 ]
[ Emmanuel Milou ]
* Migrate STUN configuration to the main config window
* Migrate STUN configuration to the main config window
...
...
This diff is collapsed.
Click to expand it.
debian/changelog.intrepid
+
46
−
0
View file @
adaf3d43
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
sflphone (0.9.2-2ubuntu7) intrepid; urgency=low
[ Emmanuel Milou ]
[ Emmanuel Milou ]
...
...
This diff is collapsed.
Click to expand it.
debian/changelog.jaunty
+
48
−
2
View file @
adaf3d43
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 ]
[ Emmanuel Milou ]
* Update changelog to 0.9.2-6
* Update changelog to 0.9.2-6
...
@@ -20,7 +66,7 @@ sflphone (0.9.2-2ubuntu7) intrepid; urgency=low
...
@@ -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
-- 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 ]
[ Emmanuel Milou ]
* Migrate STUN configuration to the main config window
* Migrate STUN configuration to the main config window
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment