Release Summary

asterisk-1.8.4-rc3

Date: 2011-04-25

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Other Changes
  4. Diffstat

Summary

[Back to Top]

This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.

Security Advisories: AST-2011-005, AST-2011-006

The data in this summary reflects changes that have been made since the previous release, asterisk-1.8.4-rc2.


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

4 lmadsen

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
315143lmadsenCreate Asterisk 1.8.4-rc3 from Asterisk 1.8.4-rc2
315144lmadsenMerge changes for 1.8.4-rc3
315145lmadsenMerge changes for AST-2011-005 and AST-2011-006
315198lmadsenImporting release summary for 1.8.4-rc3 release.

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.

.version                        |    2
ChangeLog                       |   15 +++
asterisk-1.8.4-rc3-summary.html |   70 +++++++++++++++++
asterisk-1.8.4-rc3-summary.txt  |  101 +++++++++++++++++++++++++
channels/chan_sip.c             |  160 ++++++++++++++++++++++++++++++++++++++--
channels/chan_skinny.c          |   78 ++++++++++++++++++-
channels/sip/include/sip.h      |    4 +
configs/http.conf.sample        |    5 +
configs/manager.conf.sample     |   11 ++
configs/sip.conf.sample         |   10 ++
configs/skinny.conf.sample      |    9 ++
main/http.c                     |   22 ++++-
main/lock.c                     |    1
main/manager.c                  |  107 ++++++++++++++++++++++----
main/tcptls.c                   |    5 +
15 files changed, 569 insertions(+), 31 deletions(-)