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, asterisk-1.8.20.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 closed by commits that went into this release.
Coders |
Testers |
Reporters |
23 rmudgett 8 mjordan 6 bebuild 6 kmoore 4 dlee 3 elguero 3 mmichelson 2 dkerr 2 igorg 2 jonax 2 jrose 2 roeften 1 bootc 1 Christian Hesse 1 Corey Farrell 1 Eelco Brolman 1 Eric Hill 1 Jakob Hirsch 1 jcolp 1 lathama 1 newtonr 1 Nikolay Ilduganov 1 qwell 1 russell 1 seanbright 1 snuffy 1 Stefan Reuter 1 Thomas Omerzu 1 wdoekes |
3 elguero 2 Deepak Lohani 2 Jonas Falck 2 Kayode 2 mjordan 2 rmudgett 2 Thomas Sevestre 1 Alexander Heinz 1 benjamin 1 Bryan Hunt 1 call 1 Chris Warr 1 Christian Hesse 1 Danny Nicholas 1 David van Geyn 1 eliafino 1 Eric Hill 1 Jamuel Starkey 1 Joel Vandal 1 kaldemar 1 Nikolay Ilduganov |
2 dkerr 2 jbigelow 1 bklang 1 bootc 1 brhunt 1 call 1 challado 1 chesse 1 coreyfarrell 1 eelcob 1 erichill 1 jhirsch 1 jmce 1 jmillan 1 joel_vandal 1 kmoore 1 lexus350 1 menschentier 1 ovi 1 rmudgett 1 roeften 1 rudolfasd 1 saghul 1 snuffy 1 srt 1 t-o 1 thomas987 1 tootai 1 wcselby 1 xhienne |
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 |
377591 | igorg | Fix codec mismatch | ASTERISK-20183 |
377655 | kmoore | Ensure ReceiveFax provides a CED tone via T.38 | |
377688 | rmudgett | Cleanup astdb on exit. | ASTERISK-20649 |
377704 | rmudgett | Cleanup dnsmgr on exit. | ASTERISK-20649 |
377708 | rmudgett | Cleanup event on exit. | ASTERISK-20649 |
377712 | rmudgett | Cleanup frame on exit. | ASTERISK-20649 |
377740 | rmudgett | Cleanup indications on exit. | ASTERISK-20649 |
377771 | rmudgett | Cleanup logger on exit. | ASTERISK-20649 |
377806 | rmudgett | Cleanup pbx on exit. | ASTERISK-20649 |
377837 | rmudgett | Cleanup taskprocessor on exit. | ASTERISK-20649 |
377840 | mmichelson | Fix crash that can occur if CLI registration fails for an aliased command. | |
377847 | rmudgett | Cleanup udptl on exit. | ASTERISK-20649 |
377881 | rmudgett | Cleanup CLI commands on exit for several files. | ASTERISK-20649 |
377922 | newtonr | Incremented EXTRA_SOUNDS_VERSION in sounds/Makefile to 1.4.12 for new Extra Sounds releases | |
377946 | kmoore | Ensure Min-SE is included in outbound INVITEs | |
378088 | rmudgett | Make chan_local module references tied to local_pvt lifetime. | |
378092 | rmudgett | Fix potential double free when unloading a module. | |
378119 | kmoore | Add test events for time limit-related hangups | |
378147 | mmichelson | Adjust RTP instance's available_formats callback to return the correct type. | |
378164 | rmudgett | Give the causes[] a struct name. | |
378217 | kmoore | Ensure chan_sip rejects encrypted streams without crypto info | |
378269 | mjordan | Resolve crashes due to large stack allocations when using TCP | ASTERISK-20658 |
378303 | mjordan | Prevent exhaustion of system resources through exploitation of event cache | ASTERISK-20175 |
378375 | mjordan | Prevent crashes from occurring when reading from data sources with large values | ASTERISK-20658 |
378427 | rmudgett | chan_agent: Fix agent_indicate() locking. | |
378455 | kmoore | Add missing test event | |
378456 | rmudgett | chan_agent: Misc code cleanup. | |
378486 | rmudgett | chan_agent: Fix wrapup time wait response. | |
378663 | rmudgett | app_queue: Fix multiple calls to a queue member that is in only one queue. | ASTERISK-16115 |
378933 | dlee | Fix XML encoding of 'identity display' in NOTIFY messages. | |
379001 | dlee | Fix XML encoding of 'identity display' in NOTIFY messages, continued. | |
379226 | rmudgett | chan_misdn: Fix compile error. | ASTERISK-15456 |
379276 | qwell | Reduce number of packages install_prereq installs on Debian systems. | |
379310 | mmichelson | Further fix misinformation in the description of manager MailboxStatus command. | |
379645 | lathama | Add LDAP libraries to install script | ASTERISK-20886 |
379963 | rmudgett | Attempt to be more helpful when using a bad ao2 object pointer. | |
380210 | russell | Change cleanup ordering in filestream destructor. | |
380254 | seanbright | Correct the number of available call numbers in IAX2. | |
380364 | rmudgett | chan_agent: Prevent multiple channels from logging in as the same agent. | |
383966 | bebuild | Create 1.8.21.0-rc2 | |
383969 | bebuild | Update version, remove summaries, merge blockers | |
383972 | bebuild | Merge r383863 for ASTERISK-21068 | |
384086 | bebuild | Update with security patches; regression fixes | |
384089 | bebuild | Update ChangeLog | |
384095 | bebuild | Importing release summary for 1.8.21.0-rc2 release. |
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 | 93 +++ UPGRADE.txt | 10 addons/chan_mobile.c | 3 apps/app_confbridge.c | 4 apps/app_meetme.c | 821 +++++++++++++++++++--------------- apps/app_minivm.c | 1 apps/app_queue.c | 187 +++++-- asterisk-1.8.21.0-rc1-summary.html | 465 ------------------- asterisk-1.8.21.0-rc1-summary.txt | 576 ----------------------- asterisk-1.8.21.0-rc2-summary.html | 68 ++ asterisk-1.8.21.0-rc2-summary.txt | 102 ++++ autoconf/ast_check_pwlib.m4 | 2 bridges/bridge_softmix.c | 5 channels/chan_agent.c | 480 ++++++++----------- channels/chan_dahdi.c | 7 channels/chan_iax2.c | 41 - channels/chan_local.c | 43 + channels/chan_misdn.c | 3 channels/chan_sip.c | 399 ++++++++++++---- channels/chan_skinny.c | 16 channels/chan_unistim.c | 22 channels/iax2.h | 8 channels/sip/include/reqresp_parser.h | 11 channels/sip/include/sip.h | 2 channels/sip/reqresp_parser.c | 53 ++ channels/sip/sdp_crypto.c | 28 - codecs/codec_ilbc.c | 16 configure.ac | 4 contrib/init.d/rc.archlinux.asterisk | 2 contrib/init.d/rc.debian.asterisk | 2 contrib/init.d/rc.gentoo.asterisk | 2 contrib/init.d/rc.mandriva.asterisk | 2 contrib/init.d/rc.redhat.asterisk | 2 contrib/init.d/rc.slackware.asterisk | 2 contrib/init.d/rc.suse.asterisk | 2 contrib/scripts/install_prereq | 10 contrib/scripts/safe_asterisk | 2 funcs/func_devstate.c | 6 funcs/func_realtime.c | 17 include/asterisk/autoconfig.h.in | 16 include/asterisk/causes.h | 10 include/asterisk/channel.h | 13 include/asterisk/compat.h | 8 include/asterisk/devicestate.h | 16 include/asterisk/event_defs.h | 8 include/asterisk/rtp_engine.h | 2 include/asterisk/utils.h | 20 main/aoc.c | 5 main/asterisk.c | 7 main/astobj2.c | 13 main/cdr.c | 24 main/cel.c | 1 main/channel.c | 17 main/config.c | 11 main/data.c | 2 main/db.c | 65 ++ main/devicestate.c | 51 +- main/dnsmgr.c | 23 main/event.c | 3 main/features.c | 7 main/file.c | 21 main/frame.c | 6 main/http.c | 35 + main/image.c | 6 main/indications.c | 15 main/loader.c | 28 - main/logger.c | 12 main/manager.c | 141 ++++- main/pbx.c | 22 main/rtp_engine.c | 15 main/strcompat.c | 16 main/stun.c | 6 main/taskprocessor.c | 2 main/timing.c | 10 main/udptl.c | 14 main/utils.c | 63 ++ res/res_calendar.c | 8 res/res_calendar_icalendar.c | 5 res/res_clialiases.c | 5 res/res_fax.c | 3 res/res_jabber.c | 66 +- res/res_rtp_asterisk.c | 8 res/res_srtp.c | 15 sounds/Makefile | 4 tests/test_xml_escape.c | 118 ++++ 86 files changed, 2401 insertions(+), 2086 deletions(-)