Release Summary

asterisk-certified/11.6-cert14

Date: 2016-08-29

<asteriskteam@digium.com>


Table of Contents

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

Summary

[Back to Top]

This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version 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, asterisk-certified/11.6-cert13.


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 affected by commits that went into this release.

CodersTestersReporters
10 Joshua Colp
7 George Joseph
5 Kevin Harwell
2 gtjoseph
1 Matt Jordan
1 Mark Michelson
1 Corey Farrell
2 gtjoseph
6 George Joseph
1 Ben Smithurst
1 Jeffrey Ollie
1 Joshua Colp
1 gtjoseph
1 Jeffrey C. Ollie
1 Patrick Laimbock
1 Corey Farrell
1 zvision

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.

Bug

Category: Channels/chan_dahdi

ASTERISK-25494: build: GCC 5.1.x catches some new const, array bounds and missing paren issues
Reported by: George Joseph

Category: Channels/chan_sip/General

ASTERISK-23013: [patch] Deadlock between 'sip show channels' command and attended transfer handling
Reported by: Ben SmithurstASTERISK-25494: build: GCC 5.1.x catches some new const, array bounds and missing paren issues
Reported by: George Joseph

Category: Channels/chan_sip/Interoperability

ASTERISK-26030: call cut because of double Session-Expires header in re-invite after proxy authentication is required
Reported by: George Joseph

Category: Channels/chan_sip/T.38

ASTERISK-26179: chan_sip: Second T.38 request fails
Reported by: Joshua Colp

Category: Channels/chan_skinny

ASTERISK-25494: build: GCC 5.1.x catches some new const, array bounds and missing paren issues
Reported by: George Joseph

Category: Channels/chan_unistim

ASTERISK-26138: chan_unistim: Under FreeBSD, chan_unistim generates a compile error
Reported by: George Joseph

Category: Core/BuildSystem

ASTERISK-24932: Asterisk 13.x does not build with GCC 5.0
Reported by: Jeffrey C. OllieASTERISK-26157: Build: Fix errors highlighted by GCC 6.x
Reported by: George JosephASTERISK-24502: Build fails when dev-mode, dont optimize and coverage are enabled
Reported by: Corey Farrell

Category: Core/Internationalization

ASTERISK-23509: [patch]SayNumber for Polish language tries to play empty files for numbers divisible by 100
Reported by: zvision

Category: Core/UDPTL

ASTERISK-26034: T.38 passthrough problem behind firewall due to early nosignal packet
Reported by: George Joseph

Category: Resources/res_rtp_asterisk

ASTERISK-26140: res_rtp_asterisk: gcc 6 caught a self-comparison
Reported by: George Joseph

Category: Resources/res_srtp

ASTERISK-24436: Missing header in res/res_srtp.c when compiling against libsrtp-1.5.0
Reported by: Patrick Laimbock

Commits Not Associated with an Issue

[Back to Top]

This is a list of all changes that went into this release that did not reference a JIRA issue.

RevisionAuthorSummary
5abfbd9874Joshua ColpRelease summaries: Remove previous versions
307aec9196Joshua Colp.version: Update for certified/11.6-cert14
65323df205Joshua Colp.lastclean: Update for certified/11.6-cert14
b20b86c011Kevin HarwellChangeLog: Updated for certified/11.6-cert14-rc2
5fe6870fb8Kevin HarwellRelease summaries: Add summaries for certified/11.6-cert14-rc2
3fce1fc785Kevin HarwellRelease summaries: Remove previous versions
fdb4384ad5Kevin Harwell.version: Update for certified/11.6-cert14-rc2
3f2b343955Kevin Harwell.lastclean: Update for certified/11.6-cert14-rc2
9f9d7c9fa9Mark Michelsonres_http_websocket: Enable by default
dbaa5a81dbJoshua ColpChangeLog: Updated for certified/11.6-cert14-rc1
e95bef471cJoshua ColpRelease summaries: Add summaries for certified/11.6-cert14-rc1
8c2f8c4b08Joshua ColpRelease summaries: Remove previous versions
c4be815da4Joshua Colp.version: Update for certified/11.6-cert14-rc1
4bf8df9de3Joshua Colp.lastclean: Update for certified/11.6-cert14-rc1
9937f60ba7gtjosephbuild: Fix ast_sockaddr initialization to be more portable

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.

asterisk-certified-11.6-cert13-summary.html |   45 ----
asterisk-certified-11.6-cert13-summary.txt  |  161 ----------------
b/.version                                  |    2
b/ChangeLog                                 |  280 ++++++++++++++++++++++++++++
b/Makefile.rules                            |   18 +
b/channels/chan_agent.c                     |    6
b/channels/chan_dahdi.c                     |    5
b/channels/chan_motif.c                     |    1
b/channels/chan_sip.c                       |   44 ++--
b/channels/chan_skinny.c                    |    2
b/channels/chan_unistim.c                   |    2
b/channels/sig_pri.c                        |    2
b/funcs/func_env.c                          |    4
b/main/ccss.c                               |    2
b/main/dsp.c                                |   17 +
b/main/manager.c                            |    2
b/main/say.c                                |   28 +-
b/main/stdtime/localtime.c                  |   11 -
b/main/udptl.c                              |   12 +
b/res/res_http_websocket.c                  |    2
b/res/res_rtp_asterisk.c                    |    4
b/res/res_srtp.c                            |    1
22 files changed, 380 insertions(+), 271 deletions(-)