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.4.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 mjordan 15 rmudgett 7 kmoore 6 twilson 5 jrose 3 bebuild 3 mmichelson 2 elguero 2 Makoto 2 Michael 1 alecdavis 1 Barry 1 Corey 1 Gunther 1 markm 1 Matt 1 may 1 pabelanger 1 Pawel 1 qwell 1 russell 1 schmidts 1 seanbright 1 Steve 1 tilghman 1 wdoekes |
4 Michael L. Young 3 rmudgett 2 Andrey Solovyev 2 Ben Klang 2 feyfre 2 Mario 1 Maciej Karjewski 1 Maciej Krajewski 1 Matt Jordan 1 Pawel Kuzak 1 Terry Wilson |
2 elguero 2 jamicque 2 kobaz 2 makoto 2 mjordan 1 aphiaspring87 1 awktane 1 babak2536 1 bjm 1 coreyfarrell 1 corruptor 1 dan_lukes 1 davidw 1 evrinoma@gmail.com 1 feyfre 1 gkelleter 1 jkroon 1 lgfsantos 1 one47 1 p_lindheimer 1 pkuzak 1 slavon 1 susu 1 tomaso 1 tzafrir |
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 |
361270 | jrose | Fix MusicOnHold in MeetMe so that it always uses the class if it's been defined | |
361381 | russell | Remove a few more files related to chan_usbradio and app_rpt. | |
361422 | pabelanger | Multiple revisions 361403,361412 | |
361472 | kmoore | Add missing newlines to CLI logging | |
361522 | rmudgett | Don't add an empty MESSAGE_DATA(key) header if it doesn't already exist. | |
361560 | mjordan | Fix memory leak when using MeetMeAdmin 'e' option with user specified | |
361607 | mjordan | Fix memory leak in res_calendar_ews when event email address node is empty | |
361658 | mjordan | Change SHARED function to use a safe traversal when modifying a variable | |
361706 | mjordan | Prevent invalid access of free'd memory if DAHDI channel during an MWI event | |
361754 | mjordan | Allow func_curl to exit gracefully if list allocation fails during write | |
361804 | mjordan | Fix crash caused by unloading or reloading of res_http_post | |
361855 | rmudgett | Prevent invalid access of free'd memory if DAHDI channel during an MWI event | |
362080 | jrose | Send relative path named recordings to the meetme directory instead of sounds | |
362152 | mjordan | Check for IO stream failures in various format's truncate/seek operations | ASTERISK-19655 |
362202 | mjordan | Fix handling of negative return code when storing voicemails in ODBC storage | ASTERISK-19655 |
362205 | mjordan | Fix negative return handling in channel drivers | ASTERISK-19655 |
362305 | mjordan | Fix error that caused seek format operations to set max file size to '1' or '0' | ASTERISK-19655 |
362356 | mjordan | Fix places where a negative return from ftello could be used as invalid input | ASTERISK-19655 |
362357 | jrose | Make use of va_args more appropriate to form in various res_config modules plus utils. | ASTERISK-19451 |
362360 | mjordan | Fix places in main where a negative return value could impact execution | ASTERISK-19655 |
362364 | mjordan | Fix places in resources where a negative return value could impact execution | ASTERISK-19655 |
362377 | mjordan | Handle case where an unknown format is used to get the preferred codec size | ASTERISK-19655 |
362429 | rmudgett | Add ability to ignore layer 1 alarms for BRI PTMP lines. | |
362496 | mjordan | Fix a variety of potential buffer overflows | ASTERISK-19668 |
362587 | seanbright | Prevent a crash in ExternalIVR when the 'S' command is sent first. | ASTERISK-17889 |
362678 | rmudgett | Update membermacro and membergosub documentation in queues.conf.sample. | |
362681 | elguero | Add leading and trailing backslashes | |
362730 | wdoekes | Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}. | |
362816 | twilson | Document Speech* apps hangup on failure and suggest TryExec | |
362998 | rmudgett | Update app_dial M and U option GOTO return value documentation. | |
363104 | mjordan | Reference skinny_subchannel object instead of skinny_device for r363103 | ASTERISK-19592 |
363212 | tilghman | On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of O_RDWR and O_WRONLY. | |
363376 | rmudgett | Hangup affected channel in error paths of bridge_call_thread(). | |
363688 | rmudgett | Clear ISDN channel resetting state if the peer continues to use it. | ASTERISK-19608 |
363789 | rmudgett | Update Pickup application documentation. | |
363876 | rmudgett | Update Pickup application documentation. (Even better) | |
363935 | alecdavis | chan_sip: [general] maxforwards, not checked for a value greater than 255 | |
364047 | twilson | Add more constness to the end_buf pointer in the netconsole | ASTERISK-18308 |
364109 | rmudgett | Update Pickup application documentation. (With feeling this time.) | |
364163 | schmidts | fix a wrong behavior of alarm timezones in caldav and icalendar when an alarm doesnt use utc. This change uses the same timezone from the start time. | |
364204 | mjordan | Allow for reloading SRTP crypto keys within the same SIP dialog | ASTERISK-19253 |
364365 | twilson | Fix ast_parse_arg numeric type range checking and add tests | |
364369 | twilson | Add missing test_config.c | |
364579 | mjordan | Fix error that caused truncate operations to fail | ASTERISK-19655, ASTERISK-19810 |
364651 | may | Fix use freed pointer in return value from call thread | ASTERISK-19663 |
364707 | mmichelson | Revert improved identities sent in dialog-info NOTIFY requests in r360862 | ASTERISK-16735 |
364842 | qwell | Prevent a potential crash when using manager hooks. | |
364845 | rmudgett | * Fix error path resouce leak in local_request(). | |
364965 | mjordan | Only log a failure to get read/write samples from factories if it didn't happen | |
365014 | elguero | Update security events unit tests | ASTERISK-19760 |
365083 | twilson | Multiple revisions 365006,365068 | |
367960 | bebuild | Create 10.5.0-rc2 | |
367966 | bebuild | Merge r367267,367562,367782,367844 for 10.5.0-rc2 | |
367972 | bebuild | Importing release summary for 10.5.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 CHANGES | 8 ChangeLog | 44 ++ Makefile | 53 -- Makefile.rules | 4 addons/chan_mobile.c | 6 addons/ooh323cDriver.c | 3 apps/app_chanspy.c | 8 apps/app_confbridge.c | 20 apps/app_dial.c | 14 apps/app_directed_pickup.c | 49 +- apps/app_externalivr.c | 16 apps/app_forkcdr.c | 11 apps/app_ices.c | 2 apps/app_meetme.c | 45 +- apps/app_queue.c | 1 apps/app_sms.c | 12 apps/app_speech_utils.c | 9 apps/app_voicemail.c | 16 apps/confbridge/conf_config_parser.c | 4 apps/rpt_flow.pdf | 576 --------------------------- asterisk-10.5.0-rc1-summary.html | 465 ---------------------- asterisk-10.5.0-rc1-summary.txt | 623 ----------------------------- asterisk-10.5.0-rc2-summary.html | 63 ++ asterisk-10.5.0-rc2-summary.txt | 93 ++++ build_tools/cflags.xml | 5 build_tools/menuselect-deps.in | 1 channels/chan_agent.c | 2 channels/chan_dahdi.c | 82 +++ channels/chan_gtalk.c | 14 channels/chan_iax2.c | 37 + channels/chan_local.c | 33 - channels/chan_mgcp.c | 2 channels/chan_sip.c | 108 ++--- channels/chan_skinny.c | 41 + channels/chan_unistim.c | 13 channels/console_gui.c | 6 channels/console_video.c | 2 channels/sig_pri.c | 97 +++- channels/sig_pri.h | 28 + codecs/gsm/Makefile | 48 -- codecs/gsm/src/k6opt.s | 739 ----------------------------------- codecs/lpc10/Makefile | 31 - configs/chan_dahdi.conf.sample | 12 configs/queues.conf.sample | 21 configs/rpt.conf.sample | 193 --------- configs/usbradio.conf.sample | 61 -- configure.ac | 15 formats/format_g719.c | 28 + formats/format_g723.c | 15 formats/format_g729.c | 15 formats/format_gsm.c | 55 ++ formats/format_h263.c | 15 formats/format_h264.c | 15 formats/format_ilbc.c | 15 formats/format_ogg_vorbis.c | 2 formats/format_pcm.c | 65 ++- formats/format_siren14.c | 29 + formats/format_siren7.c | 29 + formats/format_sln.c | 36 + formats/format_vox.c | 66 ++- formats/format_wav.c | 39 + formats/format_wav_gsm.c | 37 + funcs/func_channel.c | 2 funcs/func_curl.c | 1 funcs/func_devstate.c | 2 funcs/func_env.c | 34 + funcs/func_global.c | 5 funcs/func_strings.c | 4 funcs/func_sysinfo.c | 2 funcs/func_version.c | 3 funcs/func_volume.c | 2 include/asterisk/time.h | 5 main/app.c | 2 main/asterisk.c | 62 ++ main/astfd.c | 4 main/astobj2.c | 5 main/audiohook.c | 6 main/cdr.c | 2 main/cel.c | 98 ++-- main/config.c | 126 +++-- main/event.c | 1 main/features.c | 241 ++++++----- main/format_pref.c | 10 main/http.c | 12 main/jitterbuf.c | 8 main/logger.c | 3 main/manager.c | 97 +++- main/message.c | 3 main/pbx.c | 4 main/stdtime/localtime.c | 6 main/tcptls.c | 2 main/tdd.c | 28 - main/xmldoc.c | 2 makeopts.in | 1 res/res_agi.c | 12 res/res_calendar_caldav.c | 2 res/res_calendar_ews.c | 2 res/res_calendar_icalendar.c | 2 res/res_clioriginate.c | 1 res/res_config_curl.c | 7 res/res_config_odbc.c | 73 ++- res/res_config_pgsql.c | 12 res/res_config_sqlite.c | 2 res/res_musiconhold.c | 2 res/res_rtp_asterisk.c | 5 res/res_srtp.c | 2 tests/test_config.c | 286 +++++++++++++ tests/test_linkedlists.c | 2 tests/test_poll.c | 2 tests/test_security_events.c | 83 +++ utils/extconf.c | 2 112 files changed, 2025 insertions(+), 3454 deletions(-)