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.29.
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 |
13 tilghman 4 oej 4 seanbright 3 jpeeler 2 alecdavis 2 dvossel 2 lmadsen 2 russell 1 gknispel 1 mmichelson 1 qwell 1 syspert 1 tomo1657 1 Yasuhiro |
3 atis 3 kobaz 1 dvossel 1 jsutton 1 litnimax 1 mav3rick |
1 alexr1 1 kobaz 1 litnimax 1 mav3rick 1 romain_proformatique 1 sohosys 1 syspert 1 tomo1657 1 valon24 1 Yasuhiro Konishi 1 ZX81 |
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 |
240547 | russell | Fix a spelling error in the asterisk.conf sample. | |
240768 | oej | Fix muted compilation in 1.4 only | |
240891 | dvossel | updated transmit_silence option documentation in asterisk.conf | |
241015 | seanbright | Plug a memory leak when reading configs with their comments. | #16554 |
241228 | qwell | Allow parallel make (-j) to work properly. | #16489 |
241458 | alecdavis | Update CDR variables as pbx starts | #16638 |
241544 | seanbright | Modify fix for issue 16554 to be more inline with what is already in trunk. | #16554 |
241626 | dvossel | fixes parsing error in Makefile. | |
241765 | tilghman | Guard against division by zero. | |
242142 | alecdavis | Add Dialed Number Identifier (DNID) field to cdr. | |
242226 | oej | Initialize notify_types to NULL | |
242423 | tilghman | Rebuild from flex, bison sources when necessary. | #14629 |
242520 | tilghman | Only rebuild bison and flex source files on demand, if bison and flex are detected by the configure script. | |
242683 | tilghman | Make the build of the Asterisk expression parser match that of the AEL parser. | |
242723 | tilghman | Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands. | |
242728 | tilghman | Buildbot pointed out an error (thanks, buildbot!) | |
242850 | oej | Report error when writing to functions returns error in AMI setvar action | |
242851 | oej | Remove debugging that indeed should have been gone before commit. Sorry. | |
242852 | tilghman | Restore FreeBSD to able-to-compile-ish-mode | |
242966 | tilghman | Only rebuild parsers by an option in menuselect | |
242969 | tilghman | Err, and use the new menuselect define, too. | |
243258 | jpeeler | Remove unnecessary code in ast_read as issue 16058 has been fully solved now. | |
243486 | mmichelson | Use a safe list traversal while checking for duplicate vars in pbx_builtin_setvar_helper. | |
243691 | jpeeler | Revert 243570, I should have looked at this closer. Will reopen the issue, but | #16488 |
243779 | russell | Fix a bogus third argument to ast_copy_string(). | |
243862 | lmadsen | Update location of bug tracker in documentation. | |
243863 | lmadsen | Oops, correct wrong link (https vs. http) in previous commit. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
BUGS | 2 Makefile | 12 ++-- apps/app_voicemail.c | 113 +++++++++++++++++++++++++++++++++++---- build_tools/cflags.xml | 5 + build_tools/menuselect-deps.in | 2 channels/chan_agent.c | 23 +++++++ channels/chan_local.c | 4 - channels/chan_sip.c | 11 ++- configure.ac | 50 ++++++++++++++++- funcs/func_math.c | 6 +- include/asterisk/autoconfig.h.in | 51 ++++++++++------- main/Makefile | 20 +++++- main/cdr.c | 1 main/channel.c | 43 +++++--------- main/config.c | 23 +++++-- main/manager.c | 18 ++++-- main/pbx.c | 9 ++- makeopts.in | 2 pbx/Makefile | 18 ++++-- pbx/ael/ael_lex.c | 13 ++-- pbx/pbx_spool.c | 4 + res/res_features.c | 71 ++++++++++++++++++------ utils/Makefile | 4 + 23 files changed, 381 insertions(+), 124 deletions(-)