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.4.27.
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 |
9 dvossel 4 russell 3 kpfleming 3 mnicholson 2 jpeeler 2 mnick 2 tilghman 1 alecdavis 1 atis 1 bklang 1 dimas 1 edguy3 1 file 1 Laureano 1 mvanbaak 1 oej 1 snuffy 1 twilson |
6 dvossel 3 mnicholson 2 mnick 1 alecdavis 1 AlexMS 1 amorsen 1 aragon 1 asgaroth 1 falves11 1 Laureano 1 oej 1 Parantido 1 rmudgett 1 russell 1 snuffy 1 zalex1953 |
2 falves11 2 wdoekes 1 AlexMS 1 amorsen 1 asgaroth 1 atis 1 bklang 1 CGMChris 1 dimas 1 edguy3 1 Hatrix 1 jiddings 1 mgernoth 1 msetim 1 Parantido 1 patrol-cz 1 rmudgett 1 sgimeno 1 Shagg63 1 udosw 1 vrban 1 zalex1953 |
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 |
230469 | mvanbaak | Update copyright year in visible output. (cli) | |
230839 | kpfleming | Correct fix for issue #16268... the reporter's original patch was very close to correct. | #16268 |
230875 | kpfleming | When 'sip set debug' is enabled, and the last line of an incoming SIP message | #16268 |
231298 | tilghman | After a frame duplication failure, unlock the channel before returning. | |
231740 | mnicholson | Ignore unknown formats in ast_format_str_reduce() and return an error if no know formats are found. | |
231853 | dvossel | WaitExten m option with no parameters generates frame with zero datalen but non-null data ptr | |
231926 | jpeeler | log channel name in dev mode as well | |
232007 | russell | Fix a warning pointed out by buildbot. | |
233092 | russell | Only do frame payload check for HOLD frames. | |
233609 | dvossel | hex escape control and non 7-bit clean characters in uri_encode | #16299 |
233618 | atis | Fix compatibility with valgrind 3.3 and older. | #16388 |
233879 | russell | Fix breakage of the "module load |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
apps/app_amd.c | 1 apps/app_dial.c | 4 apps/app_mixmonitor.c | 96 ++++++++++++++----- apps/app_queue.c | 214 +++++++++++++++++++++++--------------------- apps/app_voicemail.c | 163 +++++++++++++++++++-------------- channels/chan_dahdi.c | 6 + channels/chan_sip.c | 36 ++++--- configs/iax.conf.sample | 3 contrib/valgrind.supp | 12 +- formats/format_g723.c | 5 - formats/format_g726.c | 5 - formats/format_g729.c | 5 - formats/format_gsm.c | 5 - formats/format_h263.c | 5 - formats/format_h264.c | 5 - formats/format_ilbc.c | 5 - formats/format_jpeg.c | 5 - formats/format_ogg_vorbis.c | 5 - formats/format_pcm.c | 5 - formats/format_sln.c | 5 - formats/format_vox.c | 5 - formats/format_wav.c | 5 - formats/format_wav_gsm.c | 5 - funcs/func_groupcount.c | 4 include/asterisk/file.h | 10 ++ include/asterisk/module.h | 8 + main/acl.c | 2 main/app.c | 12 +- main/asterisk.c | 6 - main/channel.c | 14 ++ main/dsp.c | 7 + main/file.c | 73 +++++++++++++++ main/loader.c | 120 +++++++++++++++--------- main/manager.c | 1 main/pbx.c | 2 main/rtp.c | 1 main/utils.c | 2 pbx/pbx_config.c | 26 ++++- res/res_features.c | 3 39 files changed, 597 insertions(+), 299 deletions(-)