File dahdi-linux.changes of Package dahdi-linux29
1
-------------------------------------------------------------------
2
Wed Feb 26 08:25:34 UTC 2014 - joop.boonen@opensuse.org
3
4
- Update to new upstream release 2.9.0
5
6
-------------------------------------------------------------------
7
Fri Dec 27 11:29:51 UTC 2013 - jengelh@inai.de
8
9
- Install all header files
10
11
-------------------------------------------------------------------
12
Tue Dec 24 09:44:42 UTC 2013 - jengelh@inai.de
13
14
- Update to new upstream release 2.8.0.1
15
* No upstream changelog was provided
16
17
-------------------------------------------------------------------
18
Thu Oct 3 00:56:24 UTC 2013 - jengelh@inai.de
19
20
- Update to new upstream release 2.7.0.1
21
* No upstream changelog was provided
22
23
-------------------------------------------------------------------
24
Thu Aug 15 13:34:18 UTC 2013 - jengelh@inai.de
25
26
- Update to new upstream release 2.7.0
27
* Support for Linux 3.10
28
* Support for te133, te134, vpmoct032
29
30
-------------------------------------------------------------------
31
Thu Jan 24 17:01:16 UTC 2013 - jengelh@inai.de
32
33
- Add package signature verification
34
- Kernels older than 2.6.17 are in fact no longer supported, so
35
remove SLES10 patch
36
37
-------------------------------------------------------------------
38
Mon Aug 27 05:28:21 UTC 2012 - jamesp@vicidial.com
39
40
- Added extra header files needed by third party drivers to compile
41
- Added obsoletes for older 'dahdi' packages
42
43
-------------------------------------------------------------------
44
Mon Jun 25 00:42:53 UTC 2012 - jengelh@inai.de
45
46
- Update to new upstream release 2.6.1
47
* support for Linux 3.4
48
* misc crash and race fixes on unload
49
50
-------------------------------------------------------------------
51
Sun Feb 5 01:44:35 UTC 2012 - chris@computersalat.de
52
53
- update to 2.6.0
54
* a lot of changes, please see the ChangeLog file for more info
55
56
-------------------------------------------------------------------
57
Thu Dec 15 23:43:22 UTC 2011 - jengelh@medozas.de
58
59
- Update to new upstream release 2.6.0-rc1, changelog is at
60
http://downloads.asterisk.org/pub/telephony/dahdi-linux/ChangeLog-2.6.0-rc1
61
62
-------------------------------------------------------------------
63
Mon Oct 31 02:20:50 UTC 2011 - jengelh@medozas.de
64
65
- Ship Module.symvers for use by "wanpipe" package
66
67
-------------------------------------------------------------------
68
Mon Oct 17 19:18:35 UTC 2011 - jengelh@medozas.de
69
70
- Add patch to add missing WARN_ON_ONCE define to wctdm24xxp for
71
kernels < 2.6.18
72
73
-------------------------------------------------------------------
74
Tue Oct 4 22:15:29 UTC 2011 - jengelh@medozas.de
75
76
- Update to new upstream release 2.5.0.1, for changelog see
77
http://downloads.asterisk.org/pub/telephony/dahdi-linux/ChangeLog-2.5.0.1
78
- Update to firmware-20111005 (2.5.0.1 depends on it),
79
and reduce its size by removing redundant files in the archive.
80
- Remove redundant/unwanted tags/sections (cf. specfile guidelines)
81
- Remove duplicate copy of firmware files
82
- Put building commands into %build, not %install;
83
replace convoluted installation by single-shot installation
84
- Enable parallel make
85
- Build for all kernel flavors
86
- Exclude EC2 flavor due to lack of PCI which DAHDI requires
87
- Set the minimum kernel version required (currently: 2.6.18-rc1
88
due to use of WARN_ON_ONCE in source code)
89
- Add Provides: dahdi/dahdi-devel to cater for BuildRequires of
90
other packages
91
- Avoid compiling echo.ko again, allows to drop kernel-source
92
- dahdi-linux should not require KMP (gives "have choice"), rather,
93
KMPs should Require dahdi-linux (for firmware)
94
95
-------------------------------------------------------------------
96
Tue Apr 12 08:46:08 UTC 2011 - chris@computersalat.de
97
98
- update to 2.4.1.2
99
* include/dahdi/kernel.h: dahdi: Do not define dev_name if already
100
backported. RHEL 5.6 has backported dev_name in
101
include/dahdi/devices.h. We now need to check for a back ported
102
definition before defining our own version on pre 2.6.26 kernels.
103
(closes issue #18992) Reported by: ndupeux, AlexCeli Tested by:
104
elguero Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
105
Acked-by: Shaun Ruffell <sruffell@digium.com> Origin:
106
http://svnview.digium.com/svn/dahdi?view=rev&rev=9894
107
* wctdm24xxp: Fix regression with LEDS on TDM410.
108
- remove Author from Description
109
110
-------------------------------------------------------------------
111
Tue Mar 8 13:23:58 UTC 2011 - chris@computersalat.de
112
113
- update to 2.4.1
114
* build_tools/make_version: make_version: Use 'git rev-parse' if
115
only looking for a sha5. Different versions of git have
116
variability in how the log output looks. Instead of git log, we
117
can use git rev-parse directly. Signed-off-by: Shaun Ruffell
118
<sruffell@digium.com> Origin:
119
http://svnview.digium.com/svn/dahdi?view=rev&rev=9475
120
* build_tools/make_version: make_version: svn and git metadata
121
directory not checked properly. (closes issue #16143) Reported
122
by: Max Khon Signed-off-by: Kinsey Moore <kmoore@digium.com>
123
Signed-off-by: Shaun Ruffell <sruffell@digium.com> Origin:
124
http://svnview.digium.com/svn/dahdi?view=rev&rev=9418
125
* build_tools/make_version: make_version: '[[' -> '[' since it's
126
not a bash script. '[[' is a bash construct specifically, yet
127
#!/bin/sh is at the top of the file. Signed-off-by: Shaun Ruffell
128
<sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com>
129
Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> Acked-by:
130
Tzafrir Cohen <tzafrir.cohen@xorcom.com> Review:
131
https://reviewboard.asterisk.org/r/940/ Origin:
132
http://svnview.digium.com/svn/dahdi?view=rev&rev=9408
133
* Makefile, build_tools/make_version: dahdi: Generate
134
include/dahdi/version.h when building in a git repository. If
135
building within a git repository search the last log message for
136
a 'git-svn-id'. If found, the commit has a corresponding svn
137
revision number and we will use the SVN-xxx-rxxx revision form.
138
Otherwise use the output of 'git describe --long --always --tags
139
--dirty=M' as the version. Signed-off-by: Shaun Ruffell
140
<sruffell@digium.com> Acked-by: Tzafrir Cohen
141
<tzafrir.cohen@xorcom.com> Origin:
142
http://svnview.digium.com/svn/dahdi?view=rev&rev=9396
143
- for further changes please see ChangeLog file
144
145
-------------------------------------------------------------------
146
Sat Nov 6 09:55:07 UTC 2010 - chris@computersalat.de
147
148
- spec cleanup
149
o macros
150
151
-------------------------------------------------------------------
152
Fri Nov 5 15:37:47 UTC 2010 - toganm@opensuse.org
153
154
- enable echo_oslec for opensuse >11.1 more info regarding oslec is at
155
http://www.rowetel.com/blog/?page_id=454
156
157
-------------------------------------------------------------------
158
Thu Nov 4 11:53:04 UTC 2010 - chris@computersalat.de
159
160
- update to 2.4.0
161
o lot of changes please see ChangeLog file
162
- reworked firmware
163
o added dahdi-fwload-vpmadt032-1.25.0.tar.gz
164
165
-------------------------------------------------------------------
166
Wed Jun 16 10:35:20 UTC 2010 - chris@computersalat.de
167
168
- fix build for Factory (11.3)
169
- removed obsolete patches
170
o dahdi, rtc, kzalloc
171
172
-------------------------------------------------------------------
173
Tue Jun 15 15:09:56 UTC 2010 - chris@computersalat.de
174
175
- update to 2.3.0.1
176
* drivers/dahdi/voicebus/GpakCust.h, /,
177
drivers/dahdi/voicebus/GpakApi.c,
178
drivers/dahdi/voicebus/voicebus.c,
179
drivers/dahdi/voicebus/GpakCust.c: Merged revisions
180
8560,8575-8576 via svnmerge from
181
https://origsvn.digium.com/svn/dahdi/linux/trunk ........ r8560 |
182
sruffell | 2010-04-22 16:36:16 -0500 (Thu, 22 Apr 2010) | 11
183
lines wcte12xp, wctdm24xxp: Ensure writes to I/O registers are
184
flushed. In revision 8176 I changed register access from I/O
185
space to memory mapped registers. Unfortunately, when I made that
186
change, I didn't account for posted writes. This change makes
187
sure all the registers are read back to ensure that they are
188
posted through any intermediate bridges. The most readily
189
observable symptom were cards that were taking 2000
190
interrupts/second. The card reported that it handled an interrupt
191
but the write to silence the card wasn't flushed through until
192
the second time the interrupt handler run. DAHDI-602. ........
193
r8575 | sruffell | 2010-04-26 18:29:16 -0500 (Mon, 26 Apr 2010) |
194
4 lines wcte12xp, wctdm24xxp: Do not allow interruptible sleep on
195
VPM lock. If the sleep is ever interrupted, 'up' will still be
196
called in the GpakApi, essentially making the lock useless after
197
that point. ........ r8576 | sruffell | 2010-04-26 18:29:17 -0500
198
(Mon, 26 Apr 2010) | 9 lines wcte12xp, wctdm24xxp: Retry if the
199
VPMADT032 reports not ready. CheckDspReset can return -1 if the
200
DSP is not ready to process any new commands. In this case we
201
should retry a few times to give the DSP a chance to become
202
ready. While I'm not ready to say this definitely fixes recently
203
reported cases when the wcte12xp driver constantly resets, it
204
eliminated communication failures to the DSP module when under
205
stress (via the vpm_firmware_version sysfs attribute). However, I
206
haven't let it run long enough to say that the issue is resolved.
207
DAHDI-603. ........
208
* /, drivers/dahdi/dahdi_echocan_jpah.c: missing #include: fixes
209
building with 2.6.34-rc5 With kernel 2.6.34-rc5 an explicit
210
'#include <slab.h>' is required for using kzalloc() and friends.
211
Merged revisions 8550 via svnmerge from
212
http://svn.digium.com/svn/dahdi/linux/trunk
213
* drivers/dahdi/xpp/xpp_debug, /, drivers/dahdi/xpp/card_pri.c,
214
drivers/dahdi/wcb4xxp/Makefile, drivers/dahdi/xpp/card_bri.c,
215
drivers/dahdi/xpp/card_global.c, drivers/dahdi/dahdi-base.c:
216
typos, mostly unkown Merged revisions 8539 via svnmerge from
217
http://svn.digium.com/svn/dahdi/linux/trunk
218
* Makefile, /: Remove generation of kernel-doc API docs It's not
219
really useful, and it breaks building 'docs' without a kernel
220
tree. Merged revisions 8538 via svnmerge from
221
http://svn.digium.com/svn/dahdi/linux/trunk
222
* /: initialize svnmerge
223
224
-------------------------------------------------------------------
225
Thu Apr 22 12:37:42 UTC 2010 - chris@computersalat.de
226
227
- fix build for kernel > 2.6.34
228
o added kzalloc patch
229
230
-------------------------------------------------------------------
231
Wed Apr 21 09:50:12 UTC 2010 - chris@computersalat.de
232
233
- update to 2.3.0
234
* lot of changes see ChangeLog
235
- updated firmware
236
- remove obsolete patches
237
* dahdi-linux-2.2.1.1-autoconf_h.patch
238
* dahdi-driver.patch
239
240
-------------------------------------------------------------------
241
Sat Mar 27 18:32:34 UTC 2010 - chris@computersalat.de
242
243
- update to 2.2.1.1
244
* wct4xxp: Added support for for qfalc v3.1 framer.
245
* wct4xxp: Added ID tags for generation 5 firmware updates
246
- added autoconf.h patch
247
o fix build for kernel > 2.6.31
248
autoconf.h moved from linux/ to generated
249
- rpmlint
250
o fixed group for devel pkg Development/Libraries/Other
251
- clenup spec
252
253
-------------------------------------------------------------------
254
Fri Jan 22 20:07:54 UTC 2010 - chris@computersalat.de
255
256
- update to 2.2.1
257
* dahdi-linux version 2.2.1 released.
258
* drivers/dahdi/xpp/xbus-pcm.c, /: xpp: demote a message that
259
generates some false alarms. Merged revisions 7843 via svnmerge
260
from http://svn.digium.com/svn/dahdi/linux/trunk
261
* /, drivers/dahdi/xpp/firmwares/USB_FW.hex: xpp: USB_FW rev 7578
262
Fixes various minor twinstar-related bugs. Merged revisions 7815
263
via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk
264
* drivers/dahdi/xpp/xbus-pcm.c, /: xpp: fixes for drift
265
calculation. Should help for the case of multiple quad-PRI
266
Astribanks on a single system. xpp rev: 7666. Merged revisions
267
7807 via svnmerge from
268
http://svn.digium.com/svn/dahdi/linux/trunk
269
* drivers/dahdi/xpp/xbus-pcm.c, /, drivers/dahdi/xpp/xbus-pcm.h,
270
drivers/dahdi/xpp/xbus-sysfs.c: xpp: Improved inter-Astribank
271
drift calculation. Merged revisions 7625 via svnmerge from
272
http://svn.digium.com/svn/dahdi/linux/trunk
273
* drivers/dahdi/dahdi-base.c: dahdi-base: change
274
dahdi_kernel_fpu_end to kernel_fpu_end dahdi_kernel_fpu_end is
275
part of the MMX changes in trunk that was not committed into the
276
2.2 branch. This change snuck in as part of revision 6864 with
277
the master span processing changes.
278
* voicebus, wcte12xp: Only define SLAB_STORE_USER when CONFIG_SLUB
279
is defined. On 2.6.22, there is was a bug in the SLUB allocator
280
that required defining SLAB_STORE_USER, however this setting is
281
only valid when CONFIG_SLUB is defined and not when using the
282
previous slab allocator. DAHDI-424.
283
- added ChangeLog, LICENSE*, README to doc
284
285
-------------------------------------------------------------------
286
Thu Jan 14 13:08:33 UTC 2010 - chris@computersalat.de
287
288
- include actual tarball version in package version
289
- cleanup source
290
o updated tarball to its upstream version
291
* it is an rc release
292
293
-------------------------------------------------------------------
294
Sat Jan 9 20:21:02 UTC 2010 - chris@computersalat.de
295
296
- fix build-/deps
297
- moved changelog to changes file
298
- removed pre/-un post/-un
299
300
-------------------------------------------------------------------
301
Mon Jan 4 22:47:29 UTC 2010 - chris@computersalat.de
302
303
- cleanup spec
304
o added header
305
o sort TAGS
306
o fix deps
307
o some rpmlint stuff
308
- cleanup source
309
o added .changes file
310
- kernel modules to "updates"
311
312
-------------------------------------------------------------------
313
Mon Dec 21 08:35:44 CET 2009 - vittorio@vitsoft.bz
314
315
- dahdi-linux 2.2.1
316
317
-------------------------------------------------------------------
318
Wed Aug 19 17:10:34 CET 2009 - vittorio@vitsoft.bz
319
320
- dahdi-linux 2.2.0.2
321
322
-------------------------------------------------------------------
323
Fri Jul 03 18:31:48 CET 2009 - vittorio@vitsoft.bz
324
325
- dahdi-linux 2.2.0.1
326
327
-------------------------------------------------------------------
328
Wed Jul 01 02:22:49 CET 2009 - vittorio@vitsoft.bz
329
330
- dahdi-linux 2.2.0
331
332
-------------------------------------------------------------------
333
Wed Dec 10 19:36:20 CET 2008 - vittorio@vitsoft.bz
334
335
- dahdi-linux 2.1.0
336
337
-------------------------------------------------------------------
338
Sat Oct 04 06:51:40 CET 2008 - vittorio@vitsoft.bz
339
340
- dahdi-linux 2.0.0
341
342
-------------------------------------------------------------------
343
Mon Sep 15 10:21:26 CET 2008 - vittorio@vitsoft.bz
344
345
- dahdi-linux 2.0.0 rc4
346
347