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
e1d2be42
Commit
e1d2be42
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
[#1212] restore changelogs
parent
e41deca7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-client-gnome/debian/changelog
+0
-203
0 additions, 203 deletions
sflphone-client-gnome/debian/changelog
sflphone-common/debian/changelog
+0
-203
0 additions, 203 deletions
sflphone-common/debian/changelog
with
0 additions
and
406 deletions
sflphone-client-gnome/debian/changelog
+
0
−
203
View file @
e1d2be42
sflphone-client-gnome (0.9.5-0ubuntu1~beta) jaunty; urgency=low
[ Julien Bonjean ]
* Updated Eclipse stuff
* Improved addressbook config window
* Added sflphone Eclipse stuff
* Implemented addressbook list server side
* Moved dbus stuff in dbus directory
* Updated addressbook configuration
[ Emmanuel Milou ]
* Remove unuseful installation scripts. Use apt-get build-dep sflphone
instead
* fix bug #1090
[ Alexandre Savard ]
* defining speex 16khz
[ Emmanuel Milou ]
* Remove unuseful file from build system
* Start dns srv resolver
[ Alexandre Savard ]
* Basic ogg/vorbis initialization
[ Emmanuel Milou ]
* Handle incoming IP-to-IP invite correctly
[ Alexandre Savard ]
* speex wideband 16000
[ Emmanuel Milou ]
* Better handling of incoming IP to IP call
* DNS SRV resolution functional
* Implement IAX2 incoming URL
* Allow user to make IP call without any accounts configured
* Add a contextual menu to edit a number from the contacts tab
* Add comments, tooltip and new button to the contextual menu
* add delete event, migrate to GTK 2.16 for sexy icons
* Resolve ticket #1118
* Update suse spec file
* Add phone number cleanup functions, unit tests and panel
configuration
* Add pertinent test that fails
* fix dependencies for suse package
* Add contextual edit menu in history - #1120
[ Alexandre Savard ]
* Temporary comit: make speex wideband (16 khz)
* Temporary: shared object for speex narrow band
* Temporary: speex narrowband and wideband coexist
[ Julien Bonjean ]
* Fixed bug when no book selected
* Fixed addressbook related compilation warnings
* Fixed GTK client remaining compilation warnings
* Fixed segfault when book removed since last sflphone run
* Fixed bug when book is unreachable (ldap error)
[ Alexandre Savard ]
* Fix codec list in audio config window
* Active/inactive speex codec by payload
[ Julien Bonjean ]
* Updated gitignore
* Added some comments
[ Emmanuel Milou ]
* Add callto: handler script for browsers and al.
* Integrate test compilation in the daemon build-system
[ Julien Bonjean ]
* Fixed g_object_unref warning for pixbuf
* Cleaned too verbose output
* Fixed toolbar update warning
* Added support for asynchornous books open (first shot)
[ Emmanuel Milou ]
* Add a DBus call to fetch the call details from a call ID - Ticket
#928
[ Julien Bonjean ]
* Improved async open books
* Fixed bug #1139
[ Emmanuel Milou ]
* Add a way to save account order
* commit missing files
[ Julien Bonjean ]
* Introduced log4c (ticket #1162)
[ Emmanuel Milou ]
* Load/save account order functionnal - ticket #813
[ Alexandre Savard ]
* Add CELT codec (#1143)
* Make celt frame size 256 (*1143)
[ Julien Bonjean ]
* Switched everything to log4c (ticket #1162)
* Updated eclipse settings
[ Emmanuel Milou ]
* Restore adding account - ticket #1172
* Add liblog4c dependecy - ticket #1179
[ Alexandre Savard ]
* Double maxAvailByte for frame size in rtp (#1143)
[ Emmanuel Milou ]
* Add User-Agent SIP header - Ticket #1173
[ Julien Bonjean ]
* Fixed autoresize issue (#708)
[ Emmanuel Milou ]
* Remove libcppuint dependency for the debian packages
* Look for libsexy only if gtk version < 2.16 - Ticket #1116
* Remove libsexy dependency for jaunty. ticket #1116
[ Julien Bonjean ]
* Introduced unit tests (#1146)
* Updated gitignore
* Fixed Makefile (#1146)
[ Emmanuel Milou ]
* [TICKET #1112] Add a test on the voice buffer to send through iax
packets
* Remove doublon in dependencies
* Remove warnings from the client test framework
* Update version number to 0.9.5~beta
* Update build-package script
* Add check dependency in build-deps control file field
* Create debian files for the new sflphone-client-gnome
* [TICKET #1212] Add Replaces field in control files
* [TICKET #1212] Fix manpages installation path
* [TICKET #1212] Add maintainer scripts to create alternatives
* [#1212] Update the manpages generation - edit preinst maintainer
script
* [#1212] Fix reference error in manpage
* [#1212] Add missing files on the client side
* [#1212] Fix debian docs files - no TODO file
* [1212] Fix manpage creation problem
* [#1220] Generate client-side glue files and marshaller at
compilation time
* [#1220] Generate server-side glue files at compilation time
* [#1212] Change binary name to sflphone-client-gnome
* [#1212] Update .gitignore to fit the new working tree
* [#1220] Explicitly generate glue files before building the library
* [#1220] Compile dbus directory before audio
* [#1212] Create sflphone-common at the root of the repository
* [#1212] Re-add pjproject
* [#1212] Remove Makefile from repo
* [#1220] Fix Makefile.am
* [#1212] New working directory functional
* [#1212] Update .gitignore
* [#1212] Hack to make pjsip compile..
* [#1220] Use non-installed binary for dbusxx-xml2cpp
* [#1212] Add descriptive files, remove unuseful scripts from tools/
[ Alexandre Savard ]
* Restore speex codecs
* add frame size for celt (#1143)
* add framesize to codec, independant from audiolayer (#1143)
* use codec frame size in rtp (#1143)
* compute fixed_codec_framesize (#1143)
* do not resample if not required (#1143)
* add condition on resampling for decoder (#1143)
* add a condition on bytesAvail == 0 from mic data
* no maximum in rtp decode (#1143)
* compute maximum for decoding (#1143)
[ Emmanuel Milou ]
* [#1146] Implement unitary tests on the client-side
[ Alexandre Savard ]
* use float instead of int to compute max nb of sample (#1143)
* add nbSampleMax for unresampled data (#1143)
* make thread sleep during 5 ms insead of 20 (#1143)
* use unix usleep (#1143)
* 50 usecond thread!!!!! (#1143)
* try with the smallest compression (#1143)
* use timer set at framesize (#1143)
[ Emmanuel Milou ]
* [#1161] Restore changelog version
[ Alexandre Savard ]
* Remove celt stuff
[ Emmanuel Milou ]
* [#1161] Update changelog
* [#1220] Add Conflicts: sflphone in debian control files
* [#1179] Add liblog4c3 runtime dependency
* [#1212] FIx typo error in dependency list for itnrepid
* [#1212] FIx .desktop file to point on the right exec
* [#1212] Modify changelog replacing tag
[ Sflphone Project ]
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Mon, 27 Apr 2009 13:43:37 -0400
sflphone-client-gnome (0.9.4-0ubuntu2) SYSTEM; urgency=low
[ Alexandre Savard ]
...
...
This diff is collapsed.
Click to expand it.
sflphone-common/debian/changelog
+
0
−
203
View file @
e1d2be42
sflphone-common (0.9.5-0ubuntu1~beta) jaunty; urgency=low
[ Julien Bonjean ]
* Updated Eclipse stuff
* Improved addressbook config window
* Added sflphone Eclipse stuff
* Implemented addressbook list server side
* Moved dbus stuff in dbus directory
* Updated addressbook configuration
[ Emmanuel Milou ]
* Remove unuseful installation scripts. Use apt-get build-dep sflphone
instead
* fix bug #1090
[ Alexandre Savard ]
* defining speex 16khz
[ Emmanuel Milou ]
* Remove unuseful file from build system
* Start dns srv resolver
[ Alexandre Savard ]
* Basic ogg/vorbis initialization
[ Emmanuel Milou ]
* Handle incoming IP-to-IP invite correctly
[ Alexandre Savard ]
* speex wideband 16000
[ Emmanuel Milou ]
* Better handling of incoming IP to IP call
* DNS SRV resolution functional
* Implement IAX2 incoming URL
* Allow user to make IP call without any accounts configured
* Add a contextual menu to edit a number from the contacts tab
* Add comments, tooltip and new button to the contextual menu
* add delete event, migrate to GTK 2.16 for sexy icons
* Resolve ticket #1118
* Update suse spec file
* Add phone number cleanup functions, unit tests and panel
configuration
* Add pertinent test that fails
* fix dependencies for suse package
* Add contextual edit menu in history - #1120
[ Alexandre Savard ]
* Temporary comit: make speex wideband (16 khz)
* Temporary: shared object for speex narrow band
* Temporary: speex narrowband and wideband coexist
[ Julien Bonjean ]
* Fixed bug when no book selected
* Fixed addressbook related compilation warnings
* Fixed GTK client remaining compilation warnings
* Fixed segfault when book removed since last sflphone run
* Fixed bug when book is unreachable (ldap error)
[ Alexandre Savard ]
* Fix codec list in audio config window
* Active/inactive speex codec by payload
[ Julien Bonjean ]
* Updated gitignore
* Added some comments
[ Emmanuel Milou ]
* Add callto: handler script for browsers and al.
* Integrate test compilation in the daemon build-system
[ Julien Bonjean ]
* Fixed g_object_unref warning for pixbuf
* Cleaned too verbose output
* Fixed toolbar update warning
* Added support for asynchornous books open (first shot)
[ Emmanuel Milou ]
* Add a DBus call to fetch the call details from a call ID - Ticket
#928
[ Julien Bonjean ]
* Improved async open books
* Fixed bug #1139
[ Emmanuel Milou ]
* Add a way to save account order
* commit missing files
[ Julien Bonjean ]
* Introduced log4c (ticket #1162)
[ Emmanuel Milou ]
* Load/save account order functionnal - ticket #813
[ Alexandre Savard ]
* Add CELT codec (#1143)
* Make celt frame size 256 (*1143)
[ Julien Bonjean ]
* Switched everything to log4c (ticket #1162)
* Updated eclipse settings
[ Emmanuel Milou ]
* Restore adding account - ticket #1172
* Add liblog4c dependecy - ticket #1179
[ Alexandre Savard ]
* Double maxAvailByte for frame size in rtp (#1143)
[ Emmanuel Milou ]
* Add User-Agent SIP header - Ticket #1173
[ Julien Bonjean ]
* Fixed autoresize issue (#708)
[ Emmanuel Milou ]
* Remove libcppuint dependency for the debian packages
* Look for libsexy only if gtk version < 2.16 - Ticket #1116
* Remove libsexy dependency for jaunty. ticket #1116
[ Julien Bonjean ]
* Introduced unit tests (#1146)
* Updated gitignore
* Fixed Makefile (#1146)
[ Emmanuel Milou ]
* [TICKET #1112] Add a test on the voice buffer to send through iax
packets
* Remove doublon in dependencies
* Remove warnings from the client test framework
* Update version number to 0.9.5~beta
* Update build-package script
* Add check dependency in build-deps control file field
* Create debian files for the new sflphone-client-gnome
* [TICKET #1212] Add Replaces field in control files
* [TICKET #1212] Fix manpages installation path
* [TICKET #1212] Add maintainer scripts to create alternatives
* [#1212] Update the manpages generation - edit preinst maintainer
script
* [#1212] Fix reference error in manpage
* [#1212] Add missing files on the client side
* [#1212] Fix debian docs files - no TODO file
* [1212] Fix manpage creation problem
* [#1220] Generate client-side glue files and marshaller at
compilation time
* [#1220] Generate server-side glue files at compilation time
* [#1212] Change binary name to sflphone-client-gnome
* [#1212] Update .gitignore to fit the new working tree
* [#1220] Explicitly generate glue files before building the library
* [#1220] Compile dbus directory before audio
* [#1212] Create sflphone-common at the root of the repository
* [#1212] Re-add pjproject
* [#1212] Remove Makefile from repo
* [#1220] Fix Makefile.am
* [#1212] New working directory functional
* [#1212] Update .gitignore
* [#1212] Hack to make pjsip compile..
* [#1220] Use non-installed binary for dbusxx-xml2cpp
* [#1212] Add descriptive files, remove unuseful scripts from tools/
[ Alexandre Savard ]
* Restore speex codecs
* add frame size for celt (#1143)
* add framesize to codec, independant from audiolayer (#1143)
* use codec frame size in rtp (#1143)
* compute fixed_codec_framesize (#1143)
* do not resample if not required (#1143)
* add condition on resampling for decoder (#1143)
* add a condition on bytesAvail == 0 from mic data
* no maximum in rtp decode (#1143)
* compute maximum for decoding (#1143)
[ Emmanuel Milou ]
* [#1146] Implement unitary tests on the client-side
[ Alexandre Savard ]
* use float instead of int to compute max nb of sample (#1143)
* add nbSampleMax for unresampled data (#1143)
* make thread sleep during 5 ms insead of 20 (#1143)
* use unix usleep (#1143)
* 50 usecond thread!!!!! (#1143)
* try with the smallest compression (#1143)
* use timer set at framesize (#1143)
[ Emmanuel Milou ]
* [#1161] Restore changelog version
[ Alexandre Savard ]
* Remove celt stuff
[ Emmanuel Milou ]
* [#1161] Update changelog
* [#1220] Add Conflicts: sflphone in debian control files
* [#1179] Add liblog4c3 runtime dependency
* [#1212] FIx typo error in dependency list for itnrepid
* [#1212] FIx .desktop file to point on the right exec
* [#1212] Modify changelog replacing tag
[ Sflphone Project ]
-- Sflphone Project <sflphone@mtl.savoirfairelinux.net> Mon, 27 Apr 2009 13:40:43 -0400
sflphone-common (0.9.4-0ubuntu2) SYSTEM; urgency=low
[ Alexandre Savard ]
...
...
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