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-11.1.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 |
22 rmudgett 4 jcolp 4 jrose 4 mjordan 4 mmichelson 3 dlee 2 elguero 2 russell 2 tilghman 1 alecdavis 1 Andre Luis 1 beagles 1 file 1 James Le Cuirot 1 Jeremiah Gowdy 1 jkroon 1 kmoore 1 pkiefer 1 Rusty Newton 1 seanbright 1 wdoekes |
3 rmudgett 1 alecdavis 1 elguero 1 Jared Smith 1 mjordan 1 Rusty Newton 1 Steven T. Wheeler |
4 mjordan 1 alecdavis 1 andrel 1 chewi 1 coopvr 1 deti 1 dlee 1 eabad 1 elguero 1 ibc 1 jgowdy 1 jkroon 1 joshoa 1 jrose 1 jsmith 1 mcargile 1 p_lindheimer 1 rmudgett 1 sruffell 1 supertle 1 swheeler 1 tomo1657 1 tootai 1 vldmr 1 wimpy |
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 |
376048 | rmudgett | Add MALLOC_DEBUG enhancements. | |
376089 | mmichelson | Fix a "set but not used" warning on newer gccs. | |
376343 | dlee | Fixed extconf.c breakage introduced in r376306. | |
376415 | mjordan | Add a test event that reports changes in ConfBridge state | |
376471 | wdoekes | Fix most leftover non-opaque ast_str uses. | |
376561 | dlee | Added missing newlines to websocket ast_logs. | |
376588 | mjordan | Re-initialize logmsgs mutex upon logger initialization to prevent lock errors | ASTERISK-19463 |
376629 | rmudgett | Made AST_LIST_REMOVE() simpler and use better names. | |
376659 | rmudgett | Remove unnecessary channel module references. | |
376760 | rmudgett | Enhance MALLOC_DEBUG CLI commands. | |
376790 | rmudgett | Add MALLOC_DEBUG atexit unreleased malloc memory summary. | |
376866 | rmudgett | Fix compile error. | ASTERISK-20724 |
376921 | seanbright | Minor spelling fix to the VOLUME documentation. | |
376952 | rmudgett | chan_misdn: Fix sending RELEASE_COMPLETE in response to SETUP. | |
376983 | file | Tweak extension used for incoming calls received on Motif. | |
377039 | rmudgett | Fix CCSS CLI commands and logger level not unregistered. | ASTERISK-20649 |
377071 | rmudgett | Cleanup CDR resources on exit. | ASTERISK-20649 |
377075 | rmudgett | Cleanup CLI resources on exit and CLI command registration errors. | ASTERISK-20649 |
377106 | rmudgett | Cleanup config cache on exit. | ASTERISK-20649 |
377137 | rmudgett | Cleanup core main on exit. | ASTERISK-20649 |
377167 | rmudgett | Cleanup ast_run_atexits() atexits list. | ASTERISK-20649 |
377195 | russell | Add libuuid to install_prereq for Fedora. | |
377213 | rmudgett | confbridge: Update online XML documentation. | |
377244 | rmudgett | Fix registering core show codecs/codec CLI commands twice. | |
377319 | mjordan | Fix memory leak in 'manager show event' when command entered incorrectly | |
377340 | russell | Add CLI tab completion to 'acl show'. | |
377355 | rmudgett | confbridge: Fix some resource leaks on conference teardown. | |
377401 | rmudgett | MALLOC_DEBUG: Only wait if we want atexit allocation dumps. | |
377505 | tilghman | Remove some dead code and additionally handle a case that wasn't handled. | |
377511 | tilghman | Improve documentation by making all of the colors used readable, |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
UPGRADE.txt | 6 addons/cdr_mysql.c | 11 addons/res_config_mysql.c | 3 apps/app_celgenuserevent.c | 9 apps/app_confbridge.c | 148 ++-- apps/app_dial.c | 14 apps/app_jack.c | 4 apps/app_meetme.c | 15 apps/app_queue.c | 26 apps/app_record.c | 27 apps/app_voicemail.c | 2 apps/app_waitforring.c | 25 apps/confbridge/conf_config_parser.c | 126 ++- apps/confbridge/conf_state.c | 5 channels/chan_agent.c | 14 channels/chan_dahdi.c | 42 - channels/chan_iax2.c | 14 channels/chan_local.c | 21 channels/chan_motif.c | 27 channels/chan_sip.c | 208 +++-- channels/misdn/isdn_lib.c | 17 channels/sig_analog.c | 22 channels/sig_pri.c | 12 channels/sig_ss7.c | 51 - channels/sip/include/sip.h | 1 codecs/codec_dahdi.c | 2 configs/motif.conf.sample | 5 configs/sip.conf.sample | 5 contrib/realtime/mysql/sippeers.sql | 2 contrib/scripts/install_prereq | 2 funcs/func_volume.c | 2 include/asterisk/_private.h | 1 include/asterisk/astmm.h | 3 include/asterisk/channel.h | 8 include/asterisk/features.h | 12 include/asterisk/hashtab.h | 3 include/asterisk/linkedlists.h | 58 - include/asterisk/lock.h | 16 include/asterisk/time.h | 14 include/asterisk/utils.h | 29 main/asterisk.c | 352 ++++++---- main/astmm.c | 1223 ++++++++++++++++++++++++++++++----- main/ccss.c | 2 main/cdr.c | 46 - main/channel.c | 150 +++- main/channel_internal_api.c | 21 main/cli.c | 41 + main/config.c | 14 main/features.c | 27 main/format.c | 6 main/indications.c | 2 main/lock.c | 2 main/logger.c | 11 main/manager.c | 7 main/named_acl.c | 25 main/pbx.c | 532 +++++++++++---- main/rtp_engine.c | 16 main/security_events.c | 2 main/stdtime/localtime.c | 14 main/utils.c | 69 + main/xmldoc.c | 8 pbx/pbx_dundi.c | 31 pbx/pbx_spool.c | 2 res/res_fax.c | 128 ++- res/res_http_websocket.c | 12 res/res_monitor.c | 32 res/res_rtp_asterisk.c | 2 res/res_srtp.c | 4 tests/test_astobj2_thrash.c | 353 ++++++++++ tests/test_hashtab_thrash.c | 321 +++++++++ utils/Makefile | 7 utils/extconf.c | 1 utils/hashtest.c | 410 ----------- utils/hashtest2.c | 418 ----------- utils/utils.xml | 8 75 files changed, 3469 insertions(+), 1842 deletions(-)