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-10.10.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 |
6 bebuild 6 mjordan 6 rmudgett 5 jrose 2 Corey Farrell 2 JoshE 2 mmichelson 2 Richard Miller 2 sruffell 2 tzafrir 2 wdoekes 1 Bryan Walters 1 Daniel O'Connor 1 David Chappell 1 elguero 1 feyfre 1 Guenther Kelleter 1 jbigelow 1 kmoore 1 lathama 1 twilson |
1 Dmitry Burilov 1 rmudgett 1 Thomas Arimont |
2 coreyfarrell 2 tomaso 2 ulogic 1 chappell 1 daren 1 darius 1 deniz 1 feyfre 1 gamegamer43 1 gkelleter 1 jbigelow 1 kmoore 1 n8ideas 1 netaskd 1 pciccone 1 sruffell 1 stocksy 1 tblancher 1 tzafrir 1 vilius365 |
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 |
374991 | tzafrir | Update config.guess and config.sub: 2012-10-10 | |
375026 | mmichelson | Fix some potential misuses of ast_str in the code. | |
375078 | wdoekes | Update sip_request_call SIP dial string documentation. | |
375112 | wdoekes | Fixes to the fd-oriented SIP TCP reads. | |
375217 | jrose | app_queue: Make ordering of rrmemory/rrordered persist over add/remove members | AST-989 |
375245 | jrose | app_queue: add upgrade notes for 375216 | AST-989 |
375485 | jrose | mixmonitor: Add a test event | |
375601 | elguero | Fix Wrong Result In Debug Message For SDP Origin Processing | |
375626 | rmudgett | Multiple revisions 375519-375524 | |
375659 | rmudgett | Things don't need to be that const. | |
375699 | lathama | Doxygen Updates | ASTERISK-20259 |
375728 | mjordan | Prevent multiple CDR batches from conflicting when scheduling the CDR write | |
375759 | mjordan | Fix memory leak when unloading XML documentation | ASTERISK-20648 |
375797 | mjordan | Only deref a reserved gateway session if we actually reserved one | |
375801 | mjordan | Don't attempt to purge sessions when no sessions exist | |
375863 | rmudgett | Add safety NULL pointer check in module user references. | |
375894 | mjordan | Refactor ast_timer_ack to return an error and handle the error in timer users | ASTERISK-20032 |
377291 | bebuild | Create 10.11.0-rc2 | |
377295 | bebuild | Merge 377258 for 10.11.0-rc2 | |
377300 | bebuild | Importing release summary for 10.11.0-rc2 release. | |
377316 | bebuild | Create 10.11.0-rc3 | |
377320 | bebuild | Merge r376869 for 10.11.0-rc3 | |
377326 | bebuild | Importing release summary for 10.11.0-rc3 release. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
ChangeLog | 11 Makefile | 2 README | 2 UPGRADE.txt | 14 apps/app_confbridge.c | 4 apps/app_dial.c | 12 apps/app_mixmonitor.c | 8 apps/app_queue.c | 157 +++++- asterisk-10.11.0-rc2-summary.html | 60 -- asterisk-10.11.0-rc2-summary.txt | 88 --- asterisk-10.11.0-rc3-summary.html | 62 ++ asterisk-10.11.0-rc3-summary.txt | 94 +++ bridges/bridge_softmix.c | 12 build_tools/make_version | 106 +++- channels/chan_dahdi.c | 17 channels/chan_iax2.c | 35 - channels/chan_local.c | 21 channels/chan_misdn.c | 2 channels/chan_sip.c | 982 +++++++++++++++++++++++++++++++++----- channels/misdn/isdn_lib.c | 218 +++----- channels/misdn/isdn_lib.h | 3 codecs/gsm/src/code.c | 3 config.guess | 279 ++++++---- config.sub | 236 ++++++--- configs/chan_dahdi.conf.sample | 27 + configure.ac | 1 contrib/scripts/ast_tls_cert | 41 + contrib/scripts/autosupport | 12 funcs/func_jitterbuffer.c | 5 include/asterisk/doxyref.h | 71 ++ include/asterisk/strings.h | 22 include/asterisk/tcptls.h | 6 include/asterisk/timing.h | 9 main/app.c | 1 main/ccss.c | 20 main/cdr.c | 12 main/channel.c | 16 main/db.c | 36 + main/features.c | 13 main/format_pref.c | 4 main/loader.c | 12 main/manager.c | 57 +- main/pbx.c | 3 main/tcptls.c | 26 - main/timing.c | 16 main/xmldoc.c | 1 makeopts.in | 1 pbx/pbx_spool.c | 297 ++++++----- res/res_calendar_ews.c | 18 res/res_fax.c | 4 res/res_fax_spandsp.c | 7 res/res_musiconhold.c | 5 res/res_timing_dahdi.c | 6 res/res_timing_kqueue.c | 11 res/res_timing_pthread.c | 32 - res/res_timing_timerfd.c | 45 + 56 files changed, 2357 insertions(+), 908 deletions(-)