Release Summary

asterisk-1.4.30-rc2

Date: 2010-02-09

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Closed Issues
  4. Other Changes
  5. Diffstat

Summary

[Back to Top]

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.


Contributors

[Back to Top]

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

Closed Issues

[Back to Top]

This is a list of all issues from the issue tracker that were closed by changes that went into this release.

Category: Applications/General


#16554: [patch] Huge memory leak
Revision: 241543
Reporter: mav3rick
Testers: mav3rick
Coders: seanbright

Category: Applications/app_chanspy


#16525: [patch] Cannot spy on channel when a local channel is involved
Revision: 244070
Reporter: kobaz
Testers: kobaz, atis
Coders: tilghman

Category: Applications/app_queue


#16488: [patch] When setting a soundfile for announce with a length longer then 80 chars a storage overlay happens
Revision: 243570
Reporter: syspert
Coders: syspert

Category: Applications/app_voicemail


#16271: [patch] message limit (maxmsg) can be exceeded in 1.6.x creating orphan voicemail
Revision: 240414
Reporter: sohosys
Testers: jsutton
Coders: tilghman

#16415: [patch] Message forwarding with prepention does not backup original message and length as intended
Revision: 244242
Reporter: tomo1657
Coders: tomo1657

Category: Channels/chan_agent


#16321: [patch] [regression] asterisk deadlocks and calls will stop queueing.
Revision: 241227
Reporter: valon24
Coders: jpeeler

Category: Channels/chan_local


#16581: Chan Local Fails to bridge from originate
Revision: 244070
Reporter: ZX81
Testers: kobaz, atis
Coders: tilghman

#16681: [regression] .call file not connecting to context: when channel: answers
Revision: 244070
Reporter: alexr1
Testers: kobaz, atis
Coders: tilghman

Category: Core/BuildSystem


#16666: [patch] Check on ac_cv_pthread_once_needsbraces fails
Revision: 241932
Reporter: romain_proformatique
Coders: seanbright

Category: Features/Parking


#16429: [patch] Callee on outside line can take parking and forwarding rights
Revision: 243390
Reporter: Yasuhiro Konishi
Testers: dvossel
Coders: Yasuhiro

Category: PBX/General


#16513: [patch] Transferee can hear silence on attended transfer when tranferer hangs up (MOH stops to play)
Revision: 244151
Reporter: litnimax
Testers: litnimax
Coders: gknispel


Commits Not Associated with an Issue

[Back to Top]

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.

RevisionAuthorSummaryIssues Referenced
240547russellFix a spelling error in the asterisk.conf sample.
240768oejFix muted compilation in 1.4 only
240891dvosselupdated transmit_silence option documentation in asterisk.conf
241015seanbrightPlug a memory leak when reading configs with their comments. #16554
241228qwellAllow parallel make (-j) to work properly. #16489
241458alecdavisUpdate CDR variables as pbx starts #16638
241544seanbrightModify fix for issue 16554 to be more inline with what is already in trunk. #16554
241626dvosselfixes parsing error in Makefile.
241765tilghmanGuard against division by zero.
242142alecdavisAdd Dialed Number Identifier (DNID) field to cdr.
242226oejInitialize notify_types to NULL
242423tilghmanRebuild from flex, bison sources when necessary. #14629
242520tilghmanOnly rebuild bison and flex source files on demand, if bison and flex are detected by the configure script.
242683tilghmanMake the build of the Asterisk expression parser match that of the AEL parser.
242723tilghmanOops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.
242728tilghmanBuildbot pointed out an error (thanks, buildbot!)
242850oejReport error when writing to functions returns error in AMI setvar action
242851oejRemove debugging that indeed should have been gone before commit. Sorry.
242852tilghmanRestore FreeBSD to able-to-compile-ish-mode
242966tilghmanOnly rebuild parsers by an option in menuselect
242969tilghmanErr, and use the new menuselect define, too.
243258jpeelerRemove unnecessary code in ast_read as issue 16058 has been fully solved now.
243486mmichelsonUse a safe list traversal while checking for duplicate vars in pbx_builtin_setvar_helper.
243691jpeelerRevert 243570, I should have looked at this closer. Will reopen the issue, but #16488
243779russellFix a bogus third argument to ast_copy_string().
243862lmadsenUpdate location of bug tracker in documentation.
243863lmadsenOops, correct wrong link (https vs. http) in previous commit.

Diffstat Results

[Back to Top]

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(-)