[svn-commits] russell: tag linux/2.0.0-rc4 r4874 - /linux/tags/2.0.0-rc4/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Sep 8 15:34:05 CDT 2008
Author: russell
Date: Mon Sep 8 15:34:05 2008
New Revision: 4874
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4874
Log:
Importing files for 2.0.0-rc4 release
Added:
linux/tags/2.0.0-rc4/.version (with props)
linux/tags/2.0.0-rc4/ChangeLog (with props)
Added: linux/tags/2.0.0-rc4/.version
URL: http://svn.digium.com/view/dahdi/linux/tags/2.0.0-rc4/.version?view=auto&rev=4874
==============================================================================
--- linux/tags/2.0.0-rc4/.version (added)
+++ linux/tags/2.0.0-rc4/.version Mon Sep 8 15:34:05 2008
@@ -1,0 +1,1 @@
+2.0.0-rc4
Propchange: linux/tags/2.0.0-rc4/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: linux/tags/2.0.0-rc4/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: linux/tags/2.0.0-rc4/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: linux/tags/2.0.0-rc4/ChangeLog
URL: http://svn.digium.com/view/dahdi/linux/tags/2.0.0-rc4/ChangeLog?view=auto&rev=4874
==============================================================================
--- linux/tags/2.0.0-rc4/ChangeLog (added)
+++ linux/tags/2.0.0-rc4/ChangeLog Mon Sep 8 15:34:05 2008
@@ -1,0 +1,203 @@
+2008-09-08 Russell Bryant <russell at digium.com>
+
+ * dahdi-linux version 2.0.0-rc4 released.
+
+2008-09-06 20:27 +0000 [r4868-4870] Matthew Fredrickson <creslin at digium.com>
+
+ * drivers/dahdi/dahdi-base.c: Fix buglet in #define for 2.6.9
+
+ * drivers/dahdi/wct4xxp/base.c: Revert unnecessary default hardhdlc
+ mode from 56K to 64K
+
+ * drivers/dahdi/wct4xxp/base.c, drivers/dahdi/dahdi-base.c: Fix
+ class_simple on old 2.6.9 kernels
+
+2008-09-04 21:42 +0000 [r4865] Matthew Fredrickson <creslin at digium.com>
+
+ * include/dahdi/fasthdlc.h: Some picky switches require the LSB to
+ be 1 for 56k links
+
+2008-09-04 21:29 +0000 [r4861-4864] Shaun Ruffell <sruffell at digium.com>
+
+ * drivers/dahdi/wct4xxp/base.c: Remove a couple of 'magic numbers'
+ to make it clear all the ports of the framer should be
+ configured.
+
+ * drivers/dahdi/wct4xxp/base.c: Fixes an issue where the dual-span
+ cards are not properly configured which can cause data loss. Fix
+ provided by opticron and possibly related to issue #0013393.
+
+2008-08-29 21:46 +0000 [r4856] Matthew Fredrickson <creslin at digium.com>
+
+ * drivers/dahdi/dahdi-base.c: Remove useless kzalloc
+
+2008-08-27 17:12 +0000 [r4848-4849] Kevin P. Fleming <kpfleming at digium.com>
+
+ * drivers/dahdi/dahdi_dummy.c: remove some more ztdummy references
+
+ * drivers/dahdi/wcfxo.c, drivers/dahdi/wcte12xp/base.c,
+ drivers/dahdi/wct4xxp/base.c, drivers/dahdi/wcte11xp.c,
+ drivers/dahdi/wct1xxp.c, drivers/dahdi/wctc4xxp/base.c,
+ drivers/dahdi/wctdm.c, drivers/dahdi/wctdm24xxp/base.c, README: a
+ bit of attribution cleanup
+
+2008-08-27 16:48 +0000 [r4847] Jason Parker <jparker at digium.com>
+
+ * Makefile: Set a list of headers to install/uninstall, so the
+ lists don't get out of sync (note the previously missing
+ fasthdlc.h in the uninstall-include target)
+
+2008-08-26 13:04 +0000 [r4829-4841] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: "docs" target to generate documentation. Generate docs
+ with asciidoc.
+
+ * drivers/dahdi/xpp/README.Astribank: Fix asciidoc.
+
+ * Makefile: Don't try to clean modules if there's no kernel source
+ available (like in Zaptel).
+
+ * README: Reverting unwanted changes in the README (from r4830)
+ Also fixed ZT references in the ABI compatibility section. The
+ numerical ioctl values need to be recalculated, though.
+
+ * README: Make the README file more relevant to modules.
+
+ * drivers/dahdi/Kbuild, Makefile: Support MODULES_EXTRA and
+ SUBDIRS_EXTRA to add extra modules from the make command line.
+
+2008-08-25 17:50 +0000 [r4828] Jason Parker <jparker at digium.com>
+
+ * Makefile: Make sure we remove headers that we installed in
+ install-include
+
+2008-08-25 14:54 +0000 [r4823] Shaun Ruffell <sruffell at digium.com>
+
+ * drivers/dahdi/wctc4xxp/base.c: Remove this warning, which could
+ occur if the driver is loaded on a system without a wctc4xxp, and
+ then subsequently unloaded.
+
+2008-08-24 05:53 +0000 [r4817] Matthew Fredrickson <creslin at digium.com>
+
+ * include/dahdi/user.h, include/dahdi/kernel.h,
+ drivers/dahdi/dahdi-base.c, include/dahdi/fasthdlc.h: Add support
+ for 56 KB HDLC as well as selectable rate via ioctl
+
+2008-08-20 22:20 +0000 [r4805] Kevin P. Fleming <kpfleming at digium.com>
+
+ * drivers/dahdi/dahdi_dynamic.c: use the new separate allocation
+ method for channel structures here too replace "ZTD" references
+ in channel/span names with "DYN" (closes issue #13302) Reported
+ by: KNK
+
+2008-08-20 Kevin P. Fleming <kpfleming at digium.com>
+
+ * dahdi-linux version 2.0.0-rc3 released.
+
+2008-08-20 22:20 +0000 [r4801-4805] Kevin P. Fleming <kpfleming at digium.com>
+
+ * drivers/dahdi/dahdi_dynamic.c: use the new separate allocation
+ method for channel structures here too replace "ZTD" references
+ in channel/span names with "DYN" (closes issue #13302) Reported
+ by: KNK
+
+ * drivers/dahdi/dahdi_dynamic.c: update code to match version in
+ Zaptel
+
+ * drivers/dahdi/xpp/xpd.h, drivers/dahdi/wctdm24xxp/wctdm24xxp.h,
+ drivers/dahdi/wcte12xp/vpmadt032.c,
+ drivers/dahdi/wctdm24xxp/base.c,
+ drivers/dahdi/wctdm24xxp/GpakApi.c, drivers/dahdi/dahdi-base.c,
+ drivers/dahdi/wctdm24xxp/GpakCust.c: improve compatibility with
+ 2.6.26 and 2.6.27 kernels (closes issue #13253) Reported by:
+ raiden Patches: zap-dev.patch uploaded by smurfix on issue #13277
+ (license 547) zap-sema.patch uploaded by smurfix on issue #13277
+ (license 547)
+
+2008-08-20 19:31 +0000 [r4798] Shaun Ruffell <sruffell at digium.com>
+
+ * drivers/dahdi/wctc4xxp/base.c: Change to support both 5.3kbps and
+ 6.3kbps bit rates when using the G723.1 codec.
+
+2008-08-19 20:49 +0000 [r4795] Kevin P. Fleming <kpfleming at digium.com>
+
+ * drivers/dahdi/firmware/Makefile: port over improvements to
+ firmware Makefile from Zaptel
+
+2008-08-19 20:25 +0000 [r4791-4794] Shaun Ruffell <sruffell at digium.com>
+
+ * drivers/dahdi/wctc4xxp/base.c: Fixed calculation of the
+ timestamp.
+
+ * include/dahdi/kernel.h, drivers/dahdi/dahdi_transcode.c,
+ drivers/dahdi/wctc4xxp/base.c: Couple of fixes for the
+ transcoder: - In dahdi_transcode.c, Embed the identifiation
+ number, assigned sequentially when the transcoders are
+ registered, in the transcoder structure. This allows
+ DAHDI_TC_GETINFO to work as expected even though the transcoders
+ are rotated on the list in order to spread the load. - In
+ wctc4xxp, fix bug where all transcoders are named tc400b0.
+
+2008-08-18 23:24 +0000 [r4788] Kevin P. Fleming <kpfleming at digium.com>
+
+ * Makefile: minor cleanups, and allow DAHDI_BUILD_ALL to be
+ overriden on the command line
+
+2008-08-14 21:37 +0000 [r4776-4784] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * drivers/dahdi/xpp/.version, drivers/dahdi/xpp/Changelog_xpp: Set
+ xpp version to 6056 and reset XPP changelog.
+
+ * drivers/dahdi/xpp/firmwares/Makefile (added), Makefile: Also
+ install Astribank firmwares and init scripts to /usr/share/dahdi
+ .
+
+ * drivers/dahdi/xpp/card_fxo.c: xpp: FXO: display signed voltage
+ values (from xpp r6055) This is only an issue with the displayed
+ value. In case you wondered why you have battery voltage of more
+ than 220V.
+
+2008-08-14 01:09 +0000 [r4773] Kevin P. Fleming <kpfleming at digium.com>
+
+ * drivers/dahdi/dahdi_transcode.c: remove devfs support, and use
+ consistent include file path
+
+2008-08-13 21:04 +0000 [r4770] Doug Bailey <dbailey at digium.com>
+
+ * drivers/dahdi/wctdm24xxp/wctdm24xxp.h,
+ drivers/dahdi/wctdm24xxp/base.c: import the neon mwi detection
+
+2008-08-11 16:22 +0000 [r4758-4761] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * drivers/dahdi/xpp/card_pri.c, drivers/dahdi/xpp/card_bri.c,
+ drivers/dahdi/xpp/firmwares/FPGA_1151.hex,
+ drivers/dahdi/xpp/xbus-core.c, drivers/dahdi/xpp/card_global.c,
+ drivers/dahdi/xpp/xbus-pcm.c: xpp: CAS/E1 support in the PRI
+ module, and minor fixes. * Add support for CAS in the PRI module.
+ Use firmware rev. 5975. * Debugging parameter pcmtx_chan now
+ accepts a dahdi channel number. * Do initialize a reserved
+ protocol field (card_global). * The name DAHDI as used in
+ proc/xpp/sync has 5 (not 6) letters. * Fix DTMF "channel leak"
+ regression in the FXS module.
+
+ * drivers/dahdi/xpp/card_fxo.c: xpp: fxo: Fix support for
+ CID_STYLE_PASS_ALWAYS
+
+ * drivers/dahdi/xpp/Kbuild: A more robust test for bri_dchan
+ support.
+
+ * drivers/dahdi/xpp/xpd.h, drivers/dahdi/xpp/xpp_dahdi.c: xpp_blink
+ is a bit mask of ports, and not boolean anymore.
+
+2008-08-08 Kevin P. Fleming <kpfleming at digium.com>
+
+ * dahdi-linux version 2.0.0-rc2 released.
+
+2008-08-07 20:21 +0000 [r4742] Shaun Ruffell <sruffell at digium.com>:
+
+ * drivers/dahdi/dahdi_transcode.c: Make sure types are same size on
+ 64-bit machines.
+
+2008-08-06 Kevin P. Fleming <kpfleming at digium.com>
+
+ * dahdi-linux version 2.0.0-rc1 released.
Propchange: linux/tags/2.0.0-rc4/ChangeLog
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: linux/tags/2.0.0-rc4/ChangeLog
------------------------------------------------------------------------------
svn:keywords = none
Propchange: linux/tags/2.0.0-rc4/ChangeLog
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the svn-commits
mailing list