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.
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 |
This is a list of all issues from the issue tracker that were closed by changes that went into this release.
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.
Revision | Author | Summary | Issues Referenced |
1842 | rmudgett | Renamed local struct pri *pri variables to struct pri *ctrl in q921.c. | |
1848 | rmudgett | Improved Q.921/Q.931 debug output. | |
1852 | rmudgett | Learn (AGAIN!) why state 7 and state 8 transitions were suppressed. | |
1853 | rmudgett | No audio on inbound J1 calls. | |
1878 | mattf | Add silly fake MDL error Z for kicking L2 to reactivate if a DISC or DM is received in proper states on PTP links. | |
1883 | rmudgett | Don't silently fail to post our fake MDL-ERROR(Z). | |
1884 | rmudgett | Added gripe check to rosetest for invalid operation and error codes. | |
1894 | rmudgett | Make pri_dump_event() only print the event name. | |
1904 | rmudgett | Add support to receive ECMA-164 2nd edition OID name ROSE messages. | |
1912 | rmudgett | Convert most references of Q931_MAX_TEI to use ARRAY_LEN(). | |
1923 | rmudgett | Q.921 improvements from comparing Q.921 SDL diagrams with implementation. | |
1928 | rmudgett | Q.921/Q.931 message debug output improvements. | |
1929 | rmudgett | Reduced fake MDL-ERROR (Z) message severity to be visible only when debugging enabled. |
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(-)