[svn-commits] rmudgett: tag mISDN/1.1.2 r126 - in /mISDN/tags/1.1.2: .version ChangeLog

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 4 15:30:56 CDT 2009


Author: rmudgett
Date: Tue Aug  4 15:30:53 2009
New Revision: 126

URL: http://svn.asterisk.org/svn-view/thirdparty?view=rev&rev=126
Log:
Importing files for 1.1.2 release.

Added:
    mISDN/tags/1.1.2/.version   (with props)
    mISDN/tags/1.1.2/ChangeLog   (with props)

Added: mISDN/tags/1.1.2/.version
URL: http://svn.asterisk.org/svn-view/thirdparty/mISDN/tags/1.1.2/.version?view=auto&rev=126
==============================================================================
--- mISDN/tags/1.1.2/.version (added)
+++ mISDN/tags/1.1.2/.version Tue Aug  4 15:30:53 2009
@@ -1,0 +1,1 @@
+1.1.2

Propchange: mISDN/tags/1.1.2/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mISDN/tags/1.1.2/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: mISDN/tags/1.1.2/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: mISDN/tags/1.1.2/ChangeLog
URL: http://svn.asterisk.org/svn-view/thirdparty/mISDN/tags/1.1.2/ChangeLog?view=auto&rev=126
==============================================================================
--- mISDN/tags/1.1.2/ChangeLog (added)
+++ mISDN/tags/1.1.2/ChangeLog Tue Aug  4 15:30:53 2009
@@ -1,0 +1,93 @@
+2009-08-04  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.1.2 to mISDN version 1.1.9.1.
+
+2009-05-11  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.1.1 to mISDN version 1.1.9.1.
+
+2009-05-11 17:56 +0000 [r107]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/sysfs_obj.c,
+	  drivers/isdn/hardware/mISDN/sysfs_inst.c,
+	  drivers/isdn/hardware/mISDN/stack.c,
+	  drivers/isdn/hardware/mISDN/core.c,
+	  drivers/isdn/hardware/mISDN/hfc_multi.c: mISDN unload causes a
+	  kernel panic when using kernel 2.6.29.1 Patches:
+	  kernel_update.patch file uploaded by customer. JIRA ABE-1839
+
+2009-04-16 18:00 +0000 [r104]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/hfc_multi.c,
+	  drivers/isdn/hardware/mISDN/hfc_multi.h: Fix hfc_multi empty Tx
+	  FIFO issue and add debug information. JIRA ABE-1835
+
+2009-04-13 17:14 +0000 [r94]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/layer3.c: Added handling of
+	  EV_RELEASE_CNF to ST_L3_LC_ESTAB_WAIT state to bring L2 back up.
+	  The mISDN L2 and L3 state machines could get into a deadlocked
+	  condition while L2 is going down just as the TE side attempts to
+	  initiate a call or respond to an incoming call. JIRA ABE-1816,
+	  issue 14030 Sequence of events between L2 and L3:
+	  ST_L3_LC_ESTAB::EV_RELEASE_REQ -> ST_L3_LC_REL_DELAY Event for
+	  various reasons when L3 is no longer needed. i.e.
+	  RELEASE_COMPLETE is sent. ST_L3_LC_REL_DELAY::TIMEOUT ->
+	  ST_L3_LC_REL_WAIT Event sent to L2 state machine to initiate
+	  bringing L2 down. ST_L2_7::EV_L2_DL_RELEASE_REQ -> ST_L2_6 L2
+	  sends disconnect and waits for a reply.
+	  ST_L3_LC_REL_WAIT::EV_ESTABLISH_REQ -> ST_L3_LC_ESTAB_WAIT L3
+	  message (SETUP, SETUP_ACK, or PROCEEDING) attempts to bring L2
+	  back up by sending event to L2 to establish link.
+	  ST_L2_6::EV_L2_DL_ESTABLISH_REQ (Ignored) L2 is busy still
+	  waiting for a reply to the disconnect. ST_L2_6::EV_L2_UA ->
+	  ST_L2_4 L2 completes going down and sends event to L3.
+	  ST_L3_LC_ESTAB_WAIT::EV_RELEASE_CNF (Ignored) L3 thinks L2 is
+	  trying to go up so does not know what to do when L2 confirms that
+	  is has completed going down.
+	  ST_L3_LC_ESTAB_WAIT::EV_ESTABLISH_REQ (Ignored) Subsequent
+	  messages cannot go out because L3 is already waiting for L2 to go
+	  up. Since L2 is never going to try to go up anymore, the state
+	  machines are deadlocked.
+
+2009-04-09 19:06 +0000 [r93]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/layer2.c: Added Q.921 L2 state name
+	  comments to L2 state definitions.
+
+2009-03-16  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.1.0 to mISDN version 1.1.9.1.
+
+2009-03-16 15:19 +0000 [r88]  Richard Mudgett <rmudgett at digium.com>
+
+	* CHANGES: Updated CHANGES file.
+
+2009-03-12 23:12 +0000 [r65-86]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/debugtool.c,
+	  drivers/isdn/hardware/mISDN/sedl_fax.c,
+	  drivers/isdn/hardware/mISDN/app_plci.c,
+	  drivers/isdn/hardware/mISDN/core.c,
+	  drivers/isdn/hardware/mISDN/octvqe/octvqe.ko,
+	  drivers/isdn/hardware/mISDN/netjet.c,
+	  drivers/isdn/hardware/mISDN/hfc_pci.c,
+	  drivers/isdn/hardware/mISDN/dsp_cmx.c.orig (removed),
+	  drivers/isdn/hardware/mISDN/hfcs_usb.c,
+	  drivers/isdn/hardware/mISDN/w6692.c, include/linux/mISDNif.h,
+	  drivers/isdn/hardware/mISDN/xhfc_su.c,
+	  drivers/isdn/hardware/mISDN/hfcs_mini.c,
+	  drivers/isdn/hardware/mISDN/sysfs_obj.c,
+	  drivers/isdn/hardware/mISDN/avm_fritz.c,
+	  drivers/isdn/hardware/mISDN/modules.order (removed),
+	  drivers/isdn/hardware/mISDN/octvqe/modules.order (removed),
+	  drivers/isdn/hardware/mISDN/sysfs_inst.c,
+	  drivers/isdn/hardware/mISDN/stack.c,
+	  drivers/isdn/hardware/mISDN/hfc_multi.c, Makefile, config/mISDN,
+	  drivers/isdn/hardware/mISDN/sysfs.h,
+	  drivers/isdn/hardware/mISDN/sysfs_st.c, mktarball.sh (added):
+	  Upgraded to mISDN 1.1.9.1
+
+2009-03-12  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.0.0 to mISDN version 1.1.8.

Propchange: mISDN/tags/1.1.2/ChangeLog
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mISDN/tags/1.1.2/ChangeLog
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: mISDN/tags/1.1.2/ChangeLog
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list