|
|
|
|
Changelog for dahdi-linux-kmp-desktop-2.4.1.2_k2.6.38.0_4-21.8.i586.rpm :
Tue Apr 12 14:00:00 2011 chrisAATTcomputersalat.de - update to 2.4.1.2 * include/dahdi/kernel.h: dahdi: Do not define dev_name if already backported. RHEL 5.6 has backported dev_name in include/dahdi/devices.h. We now need to check for a back ported definition before defining our own version on pre 2.6.26 kernels. (closes issue #18992) Reported by: ndupeux, AlexCeli Tested by: elguero Signed-off-by: Tzafrir Cohen Acked-by: Shaun Ruffell Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9894 * wctdm24xxp: Fix regression with LEDS on TDM410. - remove Author from Description
Tue Mar 8 13:00:00 2011 chrisAATTcomputersalat.de - update to 2.4.1 * build_tools/make_version: make_version: Use \'git rev-parse\' if only looking for a sha5. Different versions of git have variability in how the log output looks. Instead of git log, we can use git rev-parse directly. Signed-off-by: Shaun Ruffell Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9475 * build_tools/make_version: make_version: svn and git metadata directory not checked properly. (closes issue #16143) Reported by: Max Khon Signed-off-by: Kinsey Moore Signed-off-by: Shaun Ruffell Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9418 * build_tools/make_version: make_version: \'[[\' -> \'[\' since it\'s not a bash script. \'[[\' is a bash construct specifically, yet [#]!/bin/sh is at the top of the file. Signed-off-by: Shaun Ruffell Acked-by: Kinsey Moore Acked-by: Russ Meyerriecks Acked-by: Tzafrir Cohen Review: https://reviewboard.asterisk.org/r/940/ Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9408 * Makefile, build_tools/make_version: dahdi: Generate include/dahdi/version.h when building in a git repository. If building within a git repository search the last log message for a \'git-svn-id\'. If found, the commit has a corresponding svn revision number and we will use the SVN-xxx-rxxx revision form. Otherwise use the output of \'git describe --long --always --tags - -dirty=M\' as the version. Signed-off-by: Shaun Ruffell Acked-by: Tzafrir Cohen Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9396 - for further changes please see ChangeLog file
Sat Nov 6 13:00:00 2010 chrisAATTcomputersalat.de - spec cleanup o macros
Fri Nov 5 13:00:00 2010 toganmAATTopensuse.org - enable echo_oslec for opensuse >11.1 more info regarding oslec is at http://www.rowetel.com/blog/?page_id=454 >>>>>>> .new
Thu Nov 4 13:00:00 2010 chrisAATTcomputersalat.de - update to 2.4.0 o lot of changes please see ChangeLog file - reworked firmware o added dahdi-fwload-vpmadt032-1.25.0.tar.gz
Wed Jun 16 14:00:00 2010 chrisAATTcomputersalat.de - fix build for Factory (11.3) - removed obsolete patches o dahdi, rtc, kzalloc
Tue Jun 15 14:00:00 2010 chrisAATTcomputersalat.de - update to 2.3.0.1 * drivers/dahdi/voicebus/GpakCust.h, /, drivers/dahdi/voicebus/GpakApi.c, drivers/dahdi/voicebus/voicebus.c, drivers/dahdi/voicebus/GpakCust.c: Merged revisions 8560,8575-8576 via svnmerge from https://origsvn.digium.com/svn/dahdi/linux/trunk ........ r8560 | sruffell | 2010-04-22 16:36:16 -0500 (Thu, 22 Apr 2010) | 11 lines wcte12xp, wctdm24xxp: Ensure writes to I/O registers are flushed. In revision 8176 I changed register access from I/O space to memory mapped registers. Unfortunately, when I made that change, I didn\'t account for posted writes. This change makes sure all the registers are read back to ensure that they are posted through any intermediate bridges. The most readily observable symptom were cards that were taking 2000 interrupts/second. The card reported that it handled an interrupt but the write to silence the card wasn\'t flushed through until the second time the interrupt handler run. DAHDI-602. ........ r8575 | sruffell | 2010-04-26 18:29:16 -0500 (Mon, 26 Apr 2010) | 4 lines wcte12xp, wctdm24xxp: Do not allow interruptible sleep on VPM lock. If the sleep is ever interrupted, \'up\' will still be called in the GpakApi, essentially making the lock useless after that point. ........ r8576 | sruffell | 2010-04-26 18:29:17 -0500 (Mon, 26 Apr 2010) | 9 lines wcte12xp, wctdm24xxp: Retry if the VPMADT032 reports not ready. CheckDspReset can return -1 if the DSP is not ready to process any new commands. In this case we should retry a few times to give the DSP a chance to become ready. While I\'m not ready to say this definitely fixes recently reported cases when the wcte12xp driver constantly resets, it eliminated communication failures to the DSP module when under stress (via the vpm_firmware_version sysfs attribute). However, I haven\'t let it run long enough to say that the issue is resolved. DAHDI-603. ........ * /, drivers/dahdi/dahdi_echocan_jpah.c: missing #include: fixes building with 2.6.34-rc5 With kernel 2.6.34-rc5 an explicit \'#include \' is required for using kzalloc() and friends. Merged revisions 8550 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk * drivers/dahdi/xpp/xpp_debug, /, drivers/dahdi/xpp/card_pri.c, drivers/dahdi/wcb4xxp/Makefile, drivers/dahdi/xpp/card_bri.c, drivers/dahdi/xpp/card_global.c, drivers/dahdi/dahdi-base.c: typos, mostly unkown Merged revisions 8539 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk * Makefile, /: Remove generation of kernel-doc API docs It\'s not really useful, and it breaks building \'docs\' without a kernel tree. Merged revisions 8538 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk * /: initialize svnmerge
Thu Apr 22 14:00:00 2010 chrisAATTcomputersalat.de - fix build for kernel > 2.6.34 o added kzalloc patch
Wed Apr 21 14:00:00 2010 chrisAATTcomputersalat.de - update to 2.3.0 * lot of changes see ChangeLog - updated firmware - remove obsolete patches * dahdi-linux-2.2.1.1-autoconf_h.patch * dahdi-driver.patch
Sat Mar 27 13:00:00 2010 chrisAATTcomputersalat.de - update to 2.2.1.1 * wct4xxp: Added support for for qfalc v3.1 framer. * wct4xxp: Added ID tags for generation 5 firmware updates - added autoconf.h patch o fix build for kernel > 2.6.31 autoconf.h moved from linux/ to generated - rpmlint o fixed group for devel pkg Development/Libraries/Other - clenup spec
Fri Jan 22 13:00:00 2010 chrisAATTcomputersalat.de - update to 2.2.1 * dahdi-linux version 2.2.1 released. * drivers/dahdi/xpp/xbus-pcm.c, /: xpp: demote a message that generates some false alarms. Merged revisions 7843 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk * /, drivers/dahdi/xpp/firmwares/USB_FW.hex: xpp: USB_FW rev 7578 Fixes various minor twinstar-related bugs. Merged revisions 7815 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk * drivers/dahdi/xpp/xbus-pcm.c, /: xpp: fixes for drift calculation. Should help for the case of multiple quad-PRI Astribanks on a single system. xpp rev: 7666. Merged revisions 7807 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk * drivers/dahdi/xpp/xbus-pcm.c, /, drivers/dahdi/xpp/xbus-pcm.h, drivers/dahdi/xpp/xbus-sysfs.c: xpp: Improved inter-Astribank drift calculation. Merged revisions 7625 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk * drivers/dahdi/dahdi-base.c: dahdi-base: change dahdi_kernel_fpu_end to kernel_fpu_end dahdi_kernel_fpu_end is part of the MMX changes in trunk that was not committed into the 2.2 branch. This change snuck in as part of revision 6864 with the master span processing changes. * voicebus, wcte12xp: Only define SLAB_STORE_USER when CONFIG_SLUB is defined. On 2.6.22, there is was a bug in the SLUB allocator that required defining SLAB_STORE_USER, however this setting is only valid when CONFIG_SLUB is defined and not when using the previous slab allocator. DAHDI-424. - added ChangeLog, LICENSE *, README to doc
Thu Jan 14 13:00:00 2010 chrisAATTcomputersalat.de - include actual tarball version in package version - cleanup source o updated tarball to its upstream version * it is an rc release
Sat Jan 9 13:00:00 2010 chrisAATTcomputersalat.de - fix build-/deps - moved changelog to changes file - removed pre/-un post/-un
Mon Jan 4 13:00:00 2010 chrisAATTcomputersalat.de - cleanup spec o added header o sort TAGS o fix deps o some rpmlint stuff - cleanup source o added .changes file - kernel modules to \"updates\"
Mon Dec 21 13:00:00 2009 vittorioAATTvitsoft.bz - dahdi-linux 2.2.1
Wed Aug 19 14:00:00 2009 vittorioAATTvitsoft.bz - dahdi-linux 2.2.0.2
Fri Jul 3 14:00:00 2009 vittorioAATTvitsoft.bz - dahdi-linux 2.2.0.1
Wed Jul 1 14:00:00 2009 vittorioAATTvitsoft.bz - dahdi-linux 2.2.0
|
|
|