Release Summary

libpri-1.4.12-beta2

Date: 2010-08-30

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Closed Issues
  4. Other Changes
  5. Diffstat

Summary

[Back to Top]

This release includes only bug fixes. The changes included were made only to address problems that have been identified in this release series. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous release series are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.

The data in this summary reflects changes that have been made since the previous release, libpri-1.4.12-beta1.


Contributors

[Back to Top]

This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were closed by commits that went into this release.

Coders

Testers

Reporters

13 rmudgett
1 alecdavis
1 mattf
1 jcovert
1 rmudgett
1 alecdavis
1 jcovert

Closed Issues

[Back to Top]

This is a list of all issues from the issue tracker that were closed by changes that went into this release.

Category: General


#16791: [patch] q921_rnr_rx Q921_TIMER_RECOVERY SDL issue
Revision: 1845
Reporter: alecdavis
Coders: alecdavis

#17570: [patch] ISDN BRI does not recover from line faults
Revision: 1918
Reporter: jcovert
Testers: jcovert, rmudgett
Coders: rmudgett


Commits Not Associated with an Issue

[Back to Top]

This is a list of all changes that went into this release that did not directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.

RevisionAuthorSummaryIssues Referenced
1842rmudgettRenamed local struct pri *pri variables to struct pri *ctrl in q921.c.
1848rmudgettImproved Q.921/Q.931 debug output.
1852rmudgettLearn (AGAIN!) why state 7 and state 8 transitions were suppressed.
1853rmudgettNo audio on inbound J1 calls.
1878mattfAdd silly fake MDL error Z for kicking L2 to reactivate if a DISC or DM is received in proper states on PTP links.
1883rmudgettDon't silently fail to post our fake MDL-ERROR(Z).
1884rmudgettAdded gripe check to rosetest for invalid operation and error codes.
1894rmudgettMake pri_dump_event() only print the event name.
1904rmudgettAdd support to receive ECMA-164 2nd edition OID name ROSE messages.
1912rmudgettConvert most references of Q931_MAX_TEI to use ARRAY_LEN().
1923rmudgettQ.921 improvements from comparing Q.921 SDL diagrams with implementation.
1928rmudgettQ.921/Q.931 message debug output improvements.
1929rmudgettReduced fake MDL-ERROR (Z) message severity to be visible only when debugging enabled.

Diffstat Results

[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

pri.c      |   78 --
q921.c     | 2135 ++++++++++++++++++++++++++++++++++++-------------------------
q931.c     |  180 +++--
rose.c     |   45 +
rosetest.c |   54 +
5 files changed, 1550 insertions(+), 942 deletions(-)