From 399513b13bc8983c042c4a03f0bd57c5d041e089 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 2 Jun 2010 16:38:59 +0000 Subject: [PATCH] Updated ChangeLog for release. git-svn-id: https://origsvn.digium.com/svn/libpri/tags/1.4.11.1@1807 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdca2b4..1ef5994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ 2010-06-02 Leif Madsen - * libpri 1.4.11.11 released. + * libpri 1.4.11.1 released. + +2010-06-02 11:26 +0000 [r1805-1806] Richard Mudgett + + * pri.c: Inband disconnect setting does nothing on BRI spans. + The acceptinbanddisconnect flag is not inherited when creating + a new TEI and thus rendering the setting (and its respective + equivalent in Asterisk) a no-op on BRI setups. (closes issue + #15265) Reported by: paravoid Patches: inband-bri.diff uploaded + by paravoid (license 200) Tested by: paravoid + + * q931.c, rose.c, rosetest.c: Multi component FACILITY messages + only process the first component. The code was only processing + the first ROSE component in the facility message. I also updated + rosetest.c to have a multiple component ROSE message test. + (closes issue #17428) Reported by: patrol-cz Patches: + issue17428.patch uploaded by rmudgett (license 664) Tested by: + rmudgett, patrol-cz 2010-05-20 Russell Bryant