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-11.19.0.
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.
Coders | Testers | Reporters |
---|---|---|
26 Kevin Harwell 9 Richard Mudgett 8 Kevin Harwell 5 Joshua Colp 3 David M. Lee 2 Matt Jordan 2 Mark Michelson 2 Alexander Anikin 1 Walter Doekes 1 Ivan Poddubny 1 Elazar Broad 1 Mark Duncan 1 Scott Griepentrog 1 Guido Falsi 1 Alexander Traud | 1 Elazar Broad | 4 Joshua Colp 2 Stefan Engström 2 Matt Jordan 2 Richard Mudgett 2 John Hardin 2 Alexandr Dranchuk 2 Kevin Harwell 1 Guido Falsi 1 Walter Doekes 1 Kevin Harwell 1 Ivan Poddubny 1 Ivan Poddubny 1 Elazar Broad 1 Lorne Gaetz 1 Scott Griepentrog 1 Elazar Broad 1 Guido Falsi 1 Lorne Gaetz 1 Alexandr Dranchuk 1 Alexander Traud |
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 open issues from the issue tracker that were referenced by changes that went into this release.
This is a list of all changes that went into this release that did not reference a JIRA issue.
Revision | Author | Summary |
---|---|---|
cf32d3dd19 | Kevin Harwell | Release summaries: Remove previous versions |
aa049e16e5 | Kevin Harwell | .version: Update for 11.20.0 |
625fc1fc2c | Kevin Harwell | .lastclean: Update for 11.20.0 |
5f8c0fb6c9 | Kevin Harwell | ChangeLog: Updated for 11.20.0 |
5638b89f37 | Kevin Harwell | Release summaries: Add summaries for 11.20.0 |
5ab7cac6e2 | Kevin Harwell | Release summaries: Remove previous versions |
5130fa4854 | Kevin Harwell | .version: Update for 11.20.0 |
779180b1f4 | Kevin Harwell | .lastclean: Update for 11.20.0 |
4980a406a1 | Kevin Harwell | ChangeLog: Updated for 11.20.0 |
ad4e910368 | Kevin Harwell | Release summaries: Add summaries for 11.20.0 |
1b7a210bb8 | Kevin Harwell | Release summaries: Remove previous versions |
edd82562ba | Kevin Harwell | .version: Update for 11.20.0 |
495a482281 | Kevin Harwell | .lastclean: Update for 11.20.0 |
74b5c009bc | Kevin Harwell | ChangeLog: Updated for 11.20.0 |
7f4408940e | Kevin Harwell | Release summaries: Add summaries for 11.20.0 |
38d8bb41e4 | Kevin Harwell | Release summaries: Remove previous versions |
25a701c398 | Kevin Harwell | .version: Update for 11.20.0 |
1fb284225e | Kevin Harwell | .lastclean: Update for 11.20.0 |
9643010356 | Kevin Harwell | ChangeLog: Updated for 11.20.0 |
ac23a5511d | Kevin Harwell | Release summaries: Add summaries for 11.20.0 |
5036db7bad | Kevin Harwell | Release summaries: Remove previous versions |
ab3078d664 | Kevin Harwell | .version: Update for 11.20.0 |
502b4c9786 | Kevin Harwell | .lastclean: Update for 11.20.0 |
8aae2a4745 | Kevin Harwell | ChangeLog: Updated for 11.20.0-rc3 |
a42c71a4a4 | Kevin Harwell | Release summaries: Add summaries for 11.20.0-rc3 |
01c9b5457c | Kevin Harwell | Release summaries: Remove previous versions |
7d71131289 | Kevin Harwell | .version: Update for 11.20.0-rc3 |
19fea93816 | Kevin Harwell | .lastclean: Update for 11.20.0-rc3 |
e93726aec2 | Kevin Harwell | ChangeLog: Updated for 11.20.0-rc1 |
e4ef76777f | Kevin Harwell | Release summaries: Add summaries for 11.20.0-rc1 |
db337a8a50 | Kevin Harwell | .version: Update for 11.20.0-rc1 |
1db02c4e56 | Kevin Harwell | .lastclean: Update for 11.20.0-rc1 |
3cf0f29310 | Mark Michelson | scheduler: Use queue for allocating sched IDs. |
819760baec | David M. Lee | res_rtp_asterisk: Add more ICE debugging |
94b764c8f3 | David M. Lee | Fix when remote candidates exceed PJ_ICE_MAX_CAND |
6a364807f4 | Richard Mudgett | app_queue.c: Extract some functions for simpler code. |
a56da797d9 | Richard Mudgett | app_queue.c: Fix error checking in QUEUE_MEMBER() read. |
06b464ab1b | David M. Lee | Replace htobe64 with htonll |
5311d18101 | Richard Mudgett | chan_sip.c: Move NULL check to where it will do some good. |
75185c5d8f | Richard Mudgett | rtp_engine.c: Fix off nominal ref leak and some minor tweaks. |
1b51b5efb6 | Richard Mudgett | rtp_engine.c: Tweak glue->update_peer() parameter nil value. |
f5cd1fa0df | Richard Mudgett | chan_sip.c: Tweak glue->update_peer() parameter nil value. |
f2089dce3d | Mark Michelson | res_http_websocket: Properly encode 64 bit payload |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
asterisk-11.19.0-summary.html | 139 ------ asterisk-11.19.0-summary.txt | 445 ---------------------- b/.version | 2 b/ChangeLog | 627 ++++++++++++++++++++++++++++++- b/addons/chan_ooh323.c | 1 b/addons/ooh323c/src/ooq931.c | 6 b/apps/app_queue.c | 432 +++++++++++---------- b/apps/app_record.c | 3 b/channels/chan_dahdi.c | 59 ++ b/channels/chan_sip.c | 81 ++-- b/channels/chan_skinny.c | 18 b/channels/sip/include/security_events.h | 3 b/channels/sip/security_events.c | 5 b/codecs/codec_gsm.c | 29 - b/codecs/codec_ilbc.c | 28 - b/codecs/codec_lpc10.c | 41 +- b/codecs/codec_speex.c | 61 +-- b/configure | 63 +++ b/configure.ac | 6 b/contrib/scripts/install_prereq | 2 b/include/asterisk/autoconfig.h.in | 3 b/main/channel.c | 25 - b/main/logger.c | 7 b/main/pbx.c | 129 ++++++ b/main/rtp_engine.c | 20 b/main/sched.c | 171 ++++++-- b/main/translate.c | 53 +- b/main/utils.c | 4 b/res/res_http_websocket.c | 36 + b/res/res_rtp_asterisk.c | 44 +- 30 files changed, 1552 insertions(+), 991 deletions(-)