From df35f748ef07593877aa7fe241c19b53d483a542 Mon Sep 17 00:00:00 2001 From: Asterisk Autobuilder Date: Thu, 23 Feb 2012 23:37:04 +0000 Subject: [PATCH] Importing release summary for 10.1.3 release. git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.1.3@356571 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- asterisk-10.1.3-summary.html | 137 +++++++++++++++++++ asterisk-10.1.3-summary.txt | 257 +++++++++++++++++++++++++++++++++++ 2 files changed, 394 insertions(+) create mode 100644 asterisk-10.1.3-summary.html create mode 100644 asterisk-10.1.3-summary.txt diff --git a/asterisk-10.1.3-summary.html b/asterisk-10.1.3-summary.html new file mode 100644 index 0000000000..f14a3b9d79 --- /dev/null +++ b/asterisk-10.1.3-summary.html @@ -0,0 +1,137 @@ + + +Release Summary - asterisk-10.1.3 + +

Release Summary

+

asterisk-10.1.3

+

Date: 2012-02-23

+

<asteriskteam@digium.com>

+
+

Table of Contents

+
    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Other Changes
  6. +
  7. Diffstat
  8. +
+
+

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-10.1.2.

+
+

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 seanbright
+8 rmudgett
+4 pabelanger
+3 kmoore
+3 mmichelson
+2 file
+2 qwell
+2 twilson
+1 alecdavis
+1 may
+1 mjordan
+
+ +
+
+

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
354656kmooreMake the config parser remove escaping backslashesASTERISK-17121
354703kmooreFix parsing of SIP headers where compact and non-compact headers are mixedASTERISK-17192
354750twilsonNote that CDRs are immutable once a bridge is torn downASTERISK-16923
354836rmudgettFix AMI Redirect ExtraChannel not redirecting to the same exten and context.ASTERISK-16974
354890qwellFix a voicemail memory leak with heard/deleted messages.
354938fileDon't try to play sound files that do not exist.ASTERISK-19188
354959rmudgettFix reconnecting to pgsql database after connection loss.ASTERISK-16982
355010fileOnly allow one 'dialplan reload' to execute at a time as otherwise they would share the same common local context list.
355057rmudgettFix occasional incorrectly delayed call-file execution.ASTERISK-19081
355137maycall manager_event only if there is not null channel structureASTERISK-19298
355183seanbrightClear the high order bit from the destination call number before sending.
355229qwellDon't enable sqlite3 CDRs by default in sample configs.
355271mmichelsonProperly invert the return of a strncmp call.
355320rmudgettFix lock typo that should be unlock in cel_sqlite_custom reload.ASTERISK-19356
355375rmudgettFix voicemail problems when using ogg/vorbis.ASTERISK-16926
355449seanbrightUse TRUNK_CALL_START as originally intended.
355467seanbrightOnly use maxtrunkcall and maxnontrunkcall in chan_iax2 if IAX_OLD_FIND is specified.
355530seanbrightWhen IAX2 debugging is enabled, make sure to log 'apathetic' messages too.
355575rmudgettFix AMI Monitor action without File header converting channel name into filename.
355620rmudgettFix compile problem when old version of libvorbisfile v1.1.2 is used.ASTERISK-19370
355623seanbrightRevert a change to audio_audiohook_write_list that had no affect.
355733mmichelsonFix regressions with regards to route-set creation on early dialogs.ASTERISK-19358
355747seanbrightPass the correct value to ast_timer_set_rate() for IAX2 trunking.
355794seanbrightDon't allow trunkfreq to be greater than 1000ms.
355851alecdavispush 'outgoing' flag from sig_XXX up to chan_dahdiASTERISK-19316
355895pabelangerFix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
355896pabelangerRevert commit
355902seanbrightSet the length of the ast_sockaddr, so that we can set it's port later.
355905seanbrightAdd some boilerplate documentation for IAXVAR and IAXPEER.
355950seanbrightChange some debug messages from LOG_DEBUG to ast_debug.
355953seanbrightThis was a LOG_NOTICE, so roll it back.
355998seanbrightRemove spurious warning when 'qualifyfreqnotok' is set successfully.ASTERISK-17176
356074kmooreAdd missing newline to ccss state change notification
356108seanbrightMake 'iax2 show callnumber usage' output make sense when an IP is passed in.
356215mjordanFix potential buffer overrun and memory leak when executing "sip show peers"ASTERISK-19231, ASTERISK-19361
356297twilsonTrack module use count for res_calendar
356428pabelangerMultiple revisions 356290,356335,356337
356431pabelangerFix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
356476mmichelsonFix ACK routing for non-2xx responses.ASTERISK-19389
356522rmudgettFix blind transfer parking issues if the dialed extension is not recognized as a parking extension.ASTERISK-19322
+
+

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.

+
+addons/chan_ooh323.c                   |    7
+apps/app_confbridge.c                  |    8
+apps/app_rpt.c                         |   69 +----
+apps/app_voicemail.c                   |   23 -
+autoconf/ast_c_declare_check.m4        |   31 ++
+cel/cel_sqlite3_custom.c               |    2
+channels/chan_dahdi.c                  |   10
+channels/chan_iax2.c                   |   62 +++--
+channels/chan_sip.c                    |  115 +++++----
+channels/sig_analog.c                  |   16 -
+channels/sig_analog.h                  |    1
+channels/sig_pri.c                     |   16 -
+channels/sig_pri.h                     |    1
+channels/sig_ss7.c                     |   14 -
+channels/sig_ss7.h                     |    1
+configs/cdr_sqlite3_custom.conf.sample |    8
+configs/extconfig.conf.sample          |    4
+configs/iax.conf.sample                |    3
+configure.ac                           |    5
+formats/format_ogg_vorbis.c            |  399 +++++++++++----------------------
+funcs/func_cdr.c                       |    4
+include/asterisk/autoconfig.h.in       |   16 -
+include/asterisk/calendar.h            |    2
+main/audiohook.c                       |    4
+main/ccss.c                            |    2
+main/config.c                          |    4
+main/features.c                        |   81 +++---
+main/loader.c                          |    4
+main/manager.c                         |    7
+pbx/pbx_config.c                       |   10
+pbx/pbx_spool.c                        |   41 ++-
+res/res_calendar.c                     |    2
+res/res_config_pgsql.c                 |   66 +++++
+res/res_monitor.c                      |   22 +
+34 files changed, 567 insertions(+), 493 deletions(-)
+

+
+ + diff --git a/asterisk-10.1.3-summary.txt b/asterisk-10.1.3-summary.txt new file mode 100644 index 0000000000..e52990c981 --- /dev/null +++ b/asterisk-10.1.3-summary.txt @@ -0,0 +1,257 @@ + Release Summary + + asterisk-10.1.3 + + Date: 2012-02-23 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Other Changes + 4. 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-10.1.2. + + ---------------------------------------------------------------------- + + 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 seanbright + 8 rmudgett + 4 pabelanger + 3 kmoore + 3 mmichelson + 2 file + 2 qwell + 2 twilson + 1 alecdavis + 1 may + 1 mjordan + + ---------------------------------------------------------------------- + + 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. + + +------------------------------------------------------------------------+ + |Revision|Author |Summary |Issues | + | | | |Referenced | + |--------+----------+------------------------------------+---------------| + |354656 |kmoore |Make the config parser remove |ASTERISK-17121 | + | | |escaping backslashes | | + |--------+----------+------------------------------------+---------------| + | | |Fix parsing of SIP headers where | | + |354703 |kmoore |compact and non-compact headers are |ASTERISK-17192 | + | | |mixed | | + |--------+----------+------------------------------------+---------------| + |354750 |twilson |Note that CDRs are immutable once a |ASTERISK-16923 | + | | |bridge is torn down | | + |--------+----------+------------------------------------+---------------| + | | |Fix AMI Redirect ExtraChannel not | | + |354836 |rmudgett |redirecting to the same exten and |ASTERISK-16974 | + | | |context. | | + |--------+----------+------------------------------------+---------------| + |354890 |qwell |Fix a voicemail memory leak with | | + | | |heard/deleted messages. | | + |--------+----------+------------------------------------+---------------| + |354938 |file |Don't try to play sound files that |ASTERISK-19188 | + | | |do not exist. | | + |--------+----------+------------------------------------+---------------| + |354959 |rmudgett |Fix reconnecting to pgsql database |ASTERISK-16982 | + | | |after connection loss. | | + |--------+----------+------------------------------------+---------------| + | | |Only allow one 'dialplan reload' to | | + |355010 |file |execute at a time as otherwise they | | + | | |would share the same common local | | + | | |context list. | | + |--------+----------+------------------------------------+---------------| + |355057 |rmudgett |Fix occasional incorrectly delayed |ASTERISK-19081 | + | | |call-file execution. | | + |--------+----------+------------------------------------+---------------| + |355137 |may |call manager_event only if there is |ASTERISK-19298 | + | | |not null channel structure | | + |--------+----------+------------------------------------+---------------| + | | |Clear the high order bit from the | | + |355183 |seanbright|destination call number before | | + | | |sending. | | + |--------+----------+------------------------------------+---------------| + |355229 |qwell |Don't enable sqlite3 CDRs by default| | + | | |in sample configs. | | + |--------+----------+------------------------------------+---------------| + |355271 |mmichelson|Properly invert the return of a | | + | | |strncmp call. | | + |--------+----------+------------------------------------+---------------| + |355320 |rmudgett |Fix lock typo that should be unlock |ASTERISK-19356 | + | | |in cel_sqlite_custom reload. | | + |--------+----------+------------------------------------+---------------| + |355375 |rmudgett |Fix voicemail problems when using |ASTERISK-16926 | + | | |ogg/vorbis. | | + |--------+----------+------------------------------------+---------------| + |355449 |seanbright|Use TRUNK_CALL_START as originally | | + | | |intended. | | + |--------+----------+------------------------------------+---------------| + | | |Only use maxtrunkcall and | | + |355467 |seanbright|maxnontrunkcall in chan_iax2 if | | + | | |IAX_OLD_FIND is specified. | | + |--------+----------+------------------------------------+---------------| + | | |When IAX2 debugging is enabled, make| | + |355530 |seanbright|sure to log 'apathetic' messages | | + | | |too. | | + |--------+----------+------------------------------------+---------------| + | | |Fix AMI Monitor action without File | | + |355575 |rmudgett |header converting channel name into | | + | | |filename. | | + |--------+----------+------------------------------------+---------------| + |355620 |rmudgett |Fix compile problem when old version|ASTERISK-19370 | + | | |of libvorbisfile v1.1.2 is used. | | + |--------+----------+------------------------------------+---------------| + | | |Revert a change to | | + |355623 |seanbright|audio_audiohook_write_list that had | | + | | |no affect. | | + |--------+----------+------------------------------------+---------------| + |355733 |mmichelson|Fix regressions with regards to |ASTERISK-19358 | + | | |route-set creation on early dialogs.| | + |--------+----------+------------------------------------+---------------| + | | |Pass the correct value to | | + |355747 |seanbright|ast_timer_set_rate() for IAX2 | | + | | |trunking. | | + |--------+----------+------------------------------------+---------------| + |355794 |seanbright|Don't allow trunkfreq to be greater | | + | | |than 1000ms. | | + |--------+----------+------------------------------------+---------------| + |355851 |alecdavis |push 'outgoing' flag from sig_XXX up|ASTERISK-19316 | + | | |to chan_dahdi | | + |--------+----------+------------------------------------+---------------| + |355895 |pabelanger|Fix -Werror=unused-but-set-variable | | + | | |compiler error (gcc 4.6.2) | | + |--------+----------+------------------------------------+---------------| + |355896 |pabelanger|Revert commit | | + |--------+----------+------------------------------------+---------------| + |355902 |seanbright|Set the length of the ast_sockaddr, | | + | | |so that we can set it's port later. | | + |--------+----------+------------------------------------+---------------| + |355905 |seanbright|Add some boilerplate documentation | | + | | |for IAXVAR and IAXPEER. | | + |--------+----------+------------------------------------+---------------| + |355950 |seanbright|Change some debug messages from | | + | | |LOG_DEBUG to ast_debug. | | + |--------+----------+------------------------------------+---------------| + |355953 |seanbright|This was a LOG_NOTICE, so roll it | | + | | |back. | | + |--------+----------+------------------------------------+---------------| + | | |Remove spurious warning when | | + |355998 |seanbright|'qualifyfreqnotok' is set |ASTERISK-17176 | + | | |successfully. | | + |--------+----------+------------------------------------+---------------| + |356074 |kmoore |Add missing newline to ccss state | | + | | |change notification | | + |--------+----------+------------------------------------+---------------| + | | |Make 'iax2 show callnumber usage' | | + |356108 |seanbright|output make sense when an IP is | | + | | |passed in. | | + |--------+----------+------------------------------------+---------------| + | | |Fix potential buffer overrun and |ASTERISK-19231,| + |356215 |mjordan |memory leak when executing "sip show|ASTERISK-19361 | + | | |peers" | | + |--------+----------+------------------------------------+---------------| + |356297 |twilson |Track module use count for | | + | | |res_calendar | | + |--------+----------+------------------------------------+---------------| + |356428 |pabelanger|Multiple revisions | | + | | |356290,356335,356337 | | + |--------+----------+------------------------------------+---------------| + |356431 |pabelanger|Fix -Werror=unused-but-set-variable | | + | | |compiler error (gcc 4.6.2) | | + |--------+----------+------------------------------------+---------------| + |356476 |mmichelson|Fix ACK routing for non-2xx |ASTERISK-19389 | + | | |responses. | | + |--------+----------+------------------------------------+---------------| + | | |Fix blind transfer parking issues if| | + |356522 |rmudgett |the dialed extension is not |ASTERISK-19322 | + | | |recognized as a parking extension. | | + +------------------------------------------------------------------------+ + + ---------------------------------------------------------------------- + + 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. + + addons/chan_ooh323.c | 7 + apps/app_confbridge.c | 8 + apps/app_rpt.c | 69 +---- + apps/app_voicemail.c | 23 - + autoconf/ast_c_declare_check.m4 | 31 ++ + cel/cel_sqlite3_custom.c | 2 + channels/chan_dahdi.c | 10 + channels/chan_iax2.c | 62 +++-- + channels/chan_sip.c | 115 +++++---- + channels/sig_analog.c | 16 - + channels/sig_analog.h | 1 + channels/sig_pri.c | 16 - + channels/sig_pri.h | 1 + channels/sig_ss7.c | 14 - + channels/sig_ss7.h | 1 + configs/cdr_sqlite3_custom.conf.sample | 8 + configs/extconfig.conf.sample | 4 + configs/iax.conf.sample | 3 + configure.ac | 5 + formats/format_ogg_vorbis.c | 399 +++++++++++---------------------- + funcs/func_cdr.c | 4 + include/asterisk/autoconfig.h.in | 16 - + include/asterisk/calendar.h | 2 + main/audiohook.c | 4 + main/ccss.c | 2 + main/config.c | 4 + main/features.c | 81 +++--- + main/loader.c | 4 + main/manager.c | 7 + pbx/pbx_config.c | 10 + pbx/pbx_spool.c | 41 ++- + res/res_calendar.c | 2 + res/res_config_pgsql.c | 66 +++++ + res/res_monitor.c | 22 + + 34 files changed, 567 insertions(+), 493 deletions(-) + + ---------------------------------------------------------------------- -- 2.47.3