~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2008-10-30  Yun Liu
2
 
        * Change sip library to pjsip
3
 
        * Support multiple accounts registration
4
 
        * Update translations (Add chinese translation)
5
 
        * Many portions of code and debugging
6
 
 
7
 
2008-03-18  Emmanuel Milou
8
 
 
9
 
        * GTK client
10
 
        * ALSA implementation instead of Portaudio
11
 
          * DMIX support - Pulse audio not functional
12
 
        * Dynamic loading of audio codecs
13
 
        * Many portions of code and debugging
14
 
 
15
 
2007-08-15  Pierre-Luc Beaudoin
16
 
 
17
 
        * GTK Client
18
 
        * IAX2 / SIP support
19
 
        * Many portions of code and debugging
20
 
 
21
 
2006-12-07  Yan Morin
22
 
 
23
 
        * First implementation of IAX account in QT Gui
24
 
 
25
 
        * First implementation of sending sound (very unstable!) in iax
26
 
 
27
 
        * Handling incompatibilities in libosip2 ABI (2.2.2 -> 3.0.1)
28
 
          Quick patch that should be remove after 3.0.1 is very stable and in
29
 
          distribution
30
 
 
31
 
2006-11-30  Yan Morin
32
 
 
33
 
        * Fix .spec problem on fedora core 6
34
 
 
35
 
        * Fix "selecting #0" device in sflphoned
36
 
 
37
 
        * Fix using #8 when there is only 2 out devices)
38
 
 
39
 
2006-11-16  Yan Morin
40
 
 
41
 
        * Fix amd64 issue (std::string::size_type return). Thanks to Pierre Pomes
42
 
 
43
 
2006-09-09  Yan Morin
44
 
 
45
 
        * Fixing gentoo problem (qtdir for moc/uic/qembed, Key_Mode_switch)
46
 
 
47
 
        * Adding README.gentoo for gentoo instructions on how to build
48
 
 
49
 
2006-09-06  Yan Morin
50
 
 
51
 
        * Fix packaging problem for 0.7.0 release (fedora.spec)
52
 
 
53
 
        * Use portaudio with PA_ALSA_PLUGHW (enable alsa resampling)
54
 
 
55
 
        * Use SFLDEBUG instead of DEBUG. DEBUG is use by QT
56
 
 
57
 
        * Desactivate line flashing when a call is transfered
58
 
 
59
 
2006-08-31  Yan Morin
60
 
 
61
 
        * Improve launcher (only start if needed). If the daemon is started, qt won't stop it.
62
 
 
63
 
        * Fix buf with microphone (if the mic wasn't at 100, it causes a segfault before)
64
 
 
65
 
2006-08-31  Yan Morin
66
 
 
67
 
        * Add samplerate combobox if sample rate is compiled
68
 
 
69
 
        * Fix Bug when moving sflphone and clicking inside the lcd
70
 
 
71
 
        * Adding magnetism to Dtmf window
72
 
 
73
 
        * Moving Dtmf window to the left of sflphone
74
 
 
75
 
2006-08-30  Yan Morin
76
 
 
77
 
        * Set libsamplerate as a dependency
78
 
 
79
 
        * Refactoring samplerate conversion, -DDATAFORMAT_IS_FLOAT allow the user to use float instead of int
80
 
 
81
 
2006-08-25  Yan Morin
82
 
 
83
 
        * Add support for <esc> key to hangup a call
84
 
 
85
 
        * Remove handling of Key_Meta and Key_Alt, need to be able to send @ with alt+char or shift
86
 
 
87
 
2006-08-23  Yan Morin
88
 
 
89
 
        * Add AudioDevice, a container to get audiodevice listing
90
 
 
91
 
        * Add --with-debug to ./configure
92
 
 
93
 
2006-08-02  Yan Morin
94
 
 
95
 
        * Add IAX quelch/unquelch
96
 
 
97
 
        * Add SAMPLERATE for incoming voice data
98
 
 
99
 
2006-07-27  Yan Morin
100
 
 
101
 
        * Add IAX registration and outgoing call
102
 
        
103
 
        * Add Device.sampleRate=8000 and can use samplerate in linux
104
 
 
105
 
2006-05-21  Julien Plissonneau Duquene
106
 
 
107
 
        * Removed checks for osip from configure.ac (this is needed and
108
 
        checked by eXosip anyway), fixed the check for libs in exosip.m4
109
 
 
110
 
        * Fixed Makefiles and autoqt for building on Debian sarge
111
 
 
112
 
2006-05-20  Julien Plissonneau Duquene
113
 
 
114
 
        * Fixed autotools setup, replaced kde m4 files by autoqt,
115
 
        added tools/autotoolize.sh and tools/bleach.sh
116
 
 
117
 
        * Cleaned up the mess in the top directory, merged some files,
118
 
        rewrote the ChangeLog using GNU format, updated the README
119
 
 
120
 
        * Removed eXosip2 headers
121
 
 
122
 
2005-11-26  The SFLPhone Team
123
 
 
124
 
        * Version 0.6.1
125
 
 
126
 
2005-11-21  The SFLPhone Team
127
 
 
128
 
        * Version 0.6
129
 
 
130
 
2005-11-11  The SFLPhone Team
131
 
 
132
 
        * Version 0.6 RC3
133
 
 
134
 
2005-10-17  The SFLPhone Team
135
 
 
136
 
        * Version 0.5
137
 
 
138
 
2005-08-30  Jean-Philippe Barette-LaPierre
139
 
 
140
 
        * Changed the order of initialization of modules, in order to
141
 
        remove a race condition.
142
 
 
143
 
        * We can build in different build directories.
144
 
        (thanks to Mikael Magnusson)
145
 
 
146
 
        * We actualy check if portaudio and eXosip2 libs
147
 
        are installed. (thanks to Mikael Magnusson)
148
 
 
149
 
        * zeroconf integration start
150
 
 
151
 
2005-08-30  Jean-Philippe Barette-LaPierre
152
 
 
153
 
        * Now, we send a final response to reINVITEs
154
 
        (thanks to Mikael Magnusson)
155
 
 
156
 
2005-08-29  Jean-Philippe Barette-LaPierre
157
 
 
158
 
        * Bug fix when trying to use more than 6 lines.
159
 
 
160
 
2005-08-20  Jean-Philippe Barette-LaPierre
161
 
 
162
 
        * Manager has now a LifetimeLibrary policy.
163
 
 
164
 
        * Utilspp has been rearranged.
165
 
 
166
 
2005-08-11  The SFLPhone Team
167
 
 
168
 
        * Version 0.4.1-pre1
169
 
 
170
 
2005-08-10  Laurielle Lea
171
 
 
172
 
        * Add blink notification for voice-message
173
 
 
174
 
        * Cleanup code
175
 
 
176
 
2005-08-01  Laurielle Lea
177
 
 
178
 
        * Add comments in header files
179
 
 
180
 
2005-07-29  Laurielle Lea
181
 
 
182
 
        * Add scrolling message
183
 
 
184
 
2005-07-25  Laurielle Lea
185
 
 
186
 
        * Migrate from libeXoSIP 0.9.0 to libeXosip2-1.9.1-pre15
187
 
        (http://www.antisip.com/download/)
188
 
 
189
 
2005-07-21  Laurielle Lea
190
 
 
191
 
        * Change README.
192
 
 
193
 
2005-07-20  Laurielle Lea
194
 
 
195
 
        * Fix mute feature.
196
 
 
197
 
        * Fix many bugs about line management.
198
 
 
199
 
        * Add "Compose" item in trayicon menu.
200
 
 
201
 
2005-07-18  Jean-Philippe Barette-LaPierre
202
 
 
203
 
        * Bug fix if error was raised before setGUI.
204
 
 
205
 
2005-07-18  Laurielle Lea
206
 
 
207
 
        * Fix incoming call sound notification.
208
 
 
209
 
        * Fix transfer if no busy line.
210
 
 
211
 
2005-07-15  Laurielle Lea
212
 
 
213
 
        * Fix configuration init.
214
 
 
215
 
2005-07-13  Jerome Oufella
216
 
 
217
 
        * Fix tone.
218
 
 
219
 
2005-07-13  Jean-Philippe Barette-LaPierre
220
 
 
221
 
        * Change "Manager" to a singleton.
222
 
 
223
 
2005-07-13  Laurielle Lea
224
 
 
225
 
        * Fix bug if network is not available.
226
 
 
227
 
        * Fix apply skin feature.
228
 
 
229
 
2005-07-11  Laurielle Lea
230
 
 
231
 
        * Check functions return.
232
 
 
233
 
        * Remove unused mute functions.
234
 
 
235
 
2005-07-08  The SFLPhone Team
236
 
 
237
 
        * Version 0.4
238
 
 
239
 
2005-07-08  Laurielle Lea
240
 
 
241
 
        * Stop program when error opening skin file.
242
 
 
243
 
        * Divide toggle() of qtguimainwindow.cpp in small functions.
244
 
 
245
 
        * Add return test.
246
 
 
247
 
2005-07-07  Laurielle Lea
248
 
 
249
 
        * Cleanup audiortp.cpp.
250
 
 
251
 
        * Replace #define by global variable in codecDescriptor.cpp.
252
 
 
253
 
        * Set mutex of ringbuffer in the functions of RingBuffer object.
254
 
 
255
 
        * Divide run() of audiortp.cpp in 3 small functions.
256
 
 
257
 
        * Changed device static function in Manager for configurationpanel.ui.h.
258
 
 
259
 
        * Updated README.
260
 
 
261
 
2005-07-06  Jean-Philippe Barrette-LaPierre
262
 
 
263
 
        * Fixed all autotools problems.
264
 
 
265
 
        * Updated all autotools scripts to use PortAudioCpp.
266
 
 
267
 
2005-06-09  Jean-Philippe Barrette-LaPierre
268
 
 
269
 
        * Added the autotools support.
270
 
 
271
 
2005-04-07  The SFLPhone Team
272
 
 
273
 
        * Version 0.3
274
 
 
275
 
2005-01-18  The SFLPhone Team
276
 
 
277
 
        * Version 0.2
278
 
 
279
 
2004-12-21  The SFLPhone Team
280
 
 
281
 
        * Version 0.1 (initial release)
282