From: Asterisk Development Team Date: Thu, 4 Apr 2019 14:46:29 +0000 (-0500) Subject: Update for 13.26.0 X-Git-Tag: 13.26.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7055a8eca56d7fcc3b0cc094a518d0dc7b61af51;p=thirdparty%2Fasterisk.git Update for 13.26.0 --- diff --git a/.version b/.version index 86330538db..43a876db75 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.26.0-rc1 \ No newline at end of file +13.26.0 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index a9535264d2..655b04f537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-04-04 14:46 +0000 Asterisk Development Team + + * asterisk 13.26.0 Released. + 2019-04-01 14:42 +0000 Asterisk Development Team * asterisk 13.26.0-rc1 Released. diff --git a/asterisk-13.26.0-rc1-summary.html b/asterisk-13.26.0-summary.html similarity index 91% rename from asterisk-13.26.0-rc1-summary.html rename to asterisk-13.26.0-summary.html index e6db2a9969..bbed8de196 100644 --- a/asterisk-13.26.0-rc1-summary.html +++ b/asterisk-13.26.0-summary.html @@ -1,4 +1,4 @@ -Release Summary - asterisk-13.26.0-rc1

Release Summary

asterisk-13.26.0-rc1

Date: 2019-04-01

<asteriskteam@digium.com>


Table of Contents

    +Release Summary - asterisk-13.26.0

    Release Summary

    asterisk-13.26.0

    Date: 2019-04-04

    <asteriskteam@digium.com>


    Table of Contents

    1. Summary
    2. Contributors
    3. Closed Issues
    4. @@ -7,7 +7,7 @@
    5. Diffstat

    Summary

    [Back to Top]

    This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version 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-13.25.0.


    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 affected by commits that went into this release.

    - +
    CodersTestersReporters
    14 Sean Bright
    8 Joshua Colp
    7 George Joseph
    6 Kevin Harwell
    5 sungtae kim
    3 Torrey Searle
    3 Ben Ford
    2 Sungtae Kim
    2 Alexei Gradinari
    2 cirillor
    2 Joshua C. Colp
    1 Matthew Fredrickson
    1 Dömsödi Gergely
    1 Chris-Savinovich
    1 Richard Mudgett
    1 Chris Savinovich
    1 Paulo Vicentini
    7 sungtae kim
    5 George Joseph
    3 Joshua C. Colp
    3 Torrey Searle
    2 Stefan Repke
    2 Ross Beer
    2 Michael
    2 Cirillo Ferreira
    1 Alex Odrov
    1 Alexei Gradinari
    1 Philip Mott
    1 Benjamin Keith Ford
    1 Nikolay shakin
    1 Olivier Krief
    1 Jeremy Lainé
    1 Francisco Seratti
    1 Paul Sandys
    1 Francisco Seratti
    1 Paul Sandys
    1 Jared Hull
    1 Jonathan Harris
    1 Jared Hull
    1 Paulo Vicentini
    1 Olivier Krief
    1 Guido Weckwerth
    14 Sean Bright
    8 Joshua Colp
    7 George Joseph
    6 Kevin Harwell
    5 sungtae kim
    4 Ben Ford
    3 Torrey Searle
    2 Sungtae Kim
    2 Alexei Gradinari
    2 cirillor
    2 Joshua C. Colp
    1 Matthew Fredrickson
    1 Asterisk Development Team
    1 Dömsödi Gergely
    1 Chris-Savinovich
    1 Richard Mudgett
    1 Chris Savinovich
    1 Paulo Vicentini
    8 sungtae kim
    5 George Joseph
    3 Joshua C. Colp
    3 Torrey Searle
    2 Stefan Repke
    2 Ross Beer
    2 Michael
    2 Cirillo Ferreira
    1 Alex Odrov
    1 Alexei Gradinari
    1 Philip Mott
    1 Benjamin Keith Ford
    1 Nikolay shakin
    1 Olivier Krief
    1 Jeremy Lainé
    1 Francisco Seratti
    1 Paul Sandys
    1 Francisco Seratti
    1 Paul Sandys
    1 Jared Hull
    1 Jonathan Harris
    1 Jared Hull
    1 Paulo Vicentini
    1 Olivier Krief
    1 Guido Weckwerth

    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.

    New Feature

    Category: Resources/res_ari

    ASTERISK-28267: res_stasis: Add ability to switch applications
    Reported by: Benjamin Keith Ford
    • [65170ba8f0] Ben Ford -- res_stasis: Add ability to switch applications.

    Bug

    Category: Applications/app_meetme

    ASTERISK-28328: MeetMe global non-admin mute is muting admins that subsequently join
    Reported by: Philip Mott
      @@ -29,7 +29,9 @@
    • [3974633c00] Kevin Harwell -- res_pjsip_registrar: lock transport monitor when setting 'removing' flag
    ASTERISK-28288: Resources (udptl fd) leaking for T.38 calls
    Reported by: Paulo Vicentini
    • [2db81ee2b4] Paulo Vicentini -- res/res_pjsip: Resources (udptl fd) are leaking for T.38 calls
    • -

    Category: Channels/chan_sip/General

    ASTERISK-25792: chan_sip: qualifygap bounds checking
    Reported by: Paul Sandys
      +

    Category: Channels/chan_sip/General

    ASTERISK-28362: strtok_r() makes gcc compile warning
    Reported by: sungtae kim
      +
    • [1b70b5c45a] Ben Ford -- build: Fix compiler warnings/errors.
    • +
    ASTERISK-25792: chan_sip: qualifygap bounds checking
    Reported by: Paul Sandys
    • [53aa750839] Sean Bright -- chan_sip: Ensure 'qualifygap' isn't negative

    Category: Configs/Basic-PBX

    ASTERISK-28272: The basic-pbx config samples don't produce a running asterisk
    Reported by: George Joseph
    • [1f3d6e1ebf] Joshua Colp -- basic-pbx: Update configuration to work with current modules.
    • @@ -95,6 +97,7 @@
    • [148ddfba9a] Sungtae Kim -- http.c: Support separated HTTP request


    Commits Not Associated with an Issue

    [Back to Top]

    This is a list of all changes that went into this release that did not reference a JIRA issue.

    + @@ -116,17 +119,18 @@ -
    RevisionAuthorSummary
    0ed0c92cabAsterisk Development TeamUpdate for 13.26.0-rc1
    4de27f332dBen Fordalembic: Fix errors during upgrade head.
    90c1653997Ben Fordbuild: Add staging directories for future changes.
    6e20e071a9Alexei Gradinaripjsip: restrict function PJSIP_PARSE_URI to parse only SIP/SIPS URIs
    b2d3c9d2deKevin Harwelljson.c/strings.c - Add a couple of utility functions
    3e922adcc1Chris SavinovichRevert "Test_cel: Fails when DONT_OPTIMIZE is off"
    e70f8f7c20Sean Brightsounds: Sort 'core show sounds' output

    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.

    .lastclean                                                                                   |    1
    -.version                                                                                     |    1
    -ChangeLog                                                                                    |64711 ----------
    -asterisk-13.25.0-summary.html                                                                |  189
    -asterisk-13.25.0-summary.txt                                                                 |  481
    +

    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.

    asterisk-13.25.0-summary.html                                                                |  189
    +asterisk-13.25.0-summary.txt                                                                 |  481 --
    +b/.version                                                                                   |    2
     b/CHANGES                                                                                    |   48
    +b/ChangeLog                                                                                  |  904 ++++
     b/Makefile.moddir_rules                                                                      |    2
     b/Makefile.rules                                                                             |    6
     b/apps/app_meetme.c                                                                          |    4
     b/apps/app_queue.c                                                                           |   20
     b/apps/app_voicemail.c                                                                       |    9
    +b/asterisk-13.26.0-rc1-summary.html                                                          |  249 +
    +b/asterisk-13.26.0-rc1-summary.txt                                                           |  604 ++
     b/cdr/cdr_adaptive_odbc.c                                                                    |    2
     b/cdr/cdr_odbc.c                                                                             |    2
     b/cel/cel_odbc.c                                                                             |    2
    @@ -144,6 +148,8 @@ b/contrib/ast-db-manage/config/versions/ef7efc2d3964_ps_contacts_add_endpoint_an
     b/contrib/ast-db-manage/config/versions/f3c0b8695b66_taskprocessor_overload_trigger.py       |   43
     b/contrib/ast-db-manage/config/versions/fe6592859b85_fix_mwi_subscribe_replaces_.py          |    4
     b/contrib/init.d/rc.debian.asterisk                                                          |    2
    +b/contrib/realtime/mysql/mysql_config.sql                                                    |   12
    +b/contrib/realtime/postgresql/postgresql_config.sql                                          |   16
     b/contrib/scripts/sip_to_pjsip/astconfigparser.py                                            |    2
     b/doc/CHANGES-staging/README.md                                                              |   33
     b/doc/UPGRADE-staging/README.md                                                              |   32
    @@ -176,7 +182,7 @@ b/main/rtp_engine.c
     b/main/security_events.c                                                                     |    2
     b/main/sorcery.c                                                                             |  127
     b/main/sounds.c                                                                              |   18
    -b/main/stasis.c                                                                              |  211
    +b/main/stasis.c                                                                              |  211 -
     b/main/stasis_bridges.c                                                                      |   18
     b/main/stasis_cache.c                                                                        |    3
     b/main/stasis_cache_pattern.c                                                                |    3
    @@ -184,12 +190,12 @@ b/main/stasis_channels.c
     b/main/stasis_endpoints.c                                                                    |    2
     b/main/stasis_system.c                                                                       |    2
     b/main/strings.c                                                                             |    9
    -b/main/taskprocessor.c                                                                       |  205
    +b/main/taskprocessor.c                                                                       |  205 -
     b/main/test.c                                                                                |    2
     b/main/threadpool.c                                                                          |    7
     b/menuselect/menuselect_gtk.c                                                                |   26
     b/pbx/pbx_dundi.c                                                                            |   20
    -b/res/ari/ari_model_validators.c                                                             |  443
    +b/res/ari/ari_model_validators.c                                                             |  443 ++
     b/res/ari/ari_model_validators.h                                                             |  103
     b/res/ari/resource_applications.c                                                            |   22
     b/res/ari/resource_applications.h                                                            |   28
    @@ -233,17 +239,11 @@ b/tests/CI/ref_debug.jenkinsfile
     b/tests/CI/unittests.jenkinsfile                                                             |   10
     b/tests/test_res_stasis.c                                                                    |    3
     b/tests/test_sorcery.c                                                                       |   76
    -b/tests/test_taskprocessor.c                                                                 |   40
    +b/tests/test_taskprocessor.c                                                                 |  126
     contrib/realtime/mssql/mssql_cdr.sql                                                         |   45
    -contrib/realtime/mssql/mssql_config.sql                                                      | 2020
    +contrib/realtime/mssql/mssql_config.sql                                                      | 2020 ----------
     contrib/realtime/mssql/mssql_voicemail.sql                                                   |   55
    -contrib/realtime/mysql/mysql_cdr.sql                                                         |   33
    -contrib/realtime/mysql/mysql_config.sql                                                      | 1165
    -contrib/realtime/mysql/mysql_voicemail.sql                                                   |   35
     contrib/realtime/oracle/oracle_cdr.sql                                                       |   39
    -contrib/realtime/oracle/oracle_config.sql                                                    | 1978
    +contrib/realtime/oracle/oracle_config.sql                                                    | 1978 ---------
     contrib/realtime/oracle/oracle_voicemail.sql                                                 |   49
    -contrib/realtime/postgresql/postgresql_cdr.sql                                               |   37
    -contrib/realtime/postgresql/postgresql_config.sql                                            | 1261
    -contrib/realtime/postgresql/postgresql_voicemail.sql                                         |   39
    -130 files changed, 3470 insertions(+), 72526 deletions(-)

    \ No newline at end of file +127 files changed, 5332 insertions(+), 5254 deletions(-)

    \ No newline at end of file diff --git a/asterisk-13.26.0-rc1-summary.txt b/asterisk-13.26.0-summary.txt similarity index 93% rename from asterisk-13.26.0-rc1-summary.txt rename to asterisk-13.26.0-summary.txt index 7a6727e122..3173ad7d60 100644 --- a/asterisk-13.26.0-rc1-summary.txt +++ b/asterisk-13.26.0-summary.txt @@ -1,8 +1,8 @@ Release Summary - asterisk-13.26.0-rc1 + asterisk-13.26.0 - Date: 2019-04-01 + Date: 2019-04-04 @@ -50,25 +50,25 @@ issues that they reported that were affected by commits that went into this release. - Coders Testers Reporters - 14 Sean Bright 7 sungtae kim + Coders Testers Reporters + 14 Sean Bright 8 sungtae kim 8 Joshua Colp 5 George Joseph 7 George Joseph 3 Joshua C. Colp 6 Kevin Harwell 3 Torrey Searle 5 sungtae kim 2 Stefan Repke - 3 Torrey Searle 2 Ross Beer - 3 Ben Ford 2 Michael + 4 Ben Ford 2 Ross Beer + 3 Torrey Searle 2 Michael 2 Sungtae Kim 2 Cirillo Ferreira 2 Alexei Gradinari 1 Alex Odrov 2 cirillor 1 Alexei Gradinari 2 Joshua C. Colp 1 Philip Mott 1 Matthew Fredrickson 1 Benjamin Keith Ford - 1 Dömsödi Gergely 1 Nikolay shakin - 1 Chris-Savinovich 1 Olivier Krief - 1 Richard Mudgett 1 Jeremy Lainé - 1 Chris Savinovich 1 Francisco Seratti - 1 Paulo Vicentini 1 Paul Sandys - 1 Francisco Seratti + 1 Asterisk Development Team 1 Nikolay shakin + 1 Dömsödi Gergely 1 Olivier Krief + 1 Chris-Savinovich 1 Jeremy Lainé + 1 Richard Mudgett 1 Francisco Seratti + 1 Chris Savinovich 1 Paul Sandys + 1 Paulo Vicentini 1 Francisco Seratti 1 Paul Sandys 1 Jared Hull 1 Jonathan Harris @@ -155,6 +155,9 @@ Category: Channels/chan_sip/General + ASTERISK-28362: strtok_r() makes gcc compile warning + Reported by: sungtae kim + * [1b70b5c45a] Ben Ford -- build: Fix compiler warnings/errors. ASTERISK-25792: chan_sip: qualifygap bounds checking Reported by: Paul Sandys * [53aa750839] Sean Bright -- chan_sip: Ensure 'qualifygap' isn't @@ -396,6 +399,9 @@ +------------------------------------------------------------------------+ | Revision | Author | Summary | |------------+------------------+----------------------------------------| + | 0ed0c92cab | Asterisk | Update for 13.26.0-rc1 | + | | Development Team | | + |------------+------------------+----------------------------------------| | 4de27f332d | Ben Ford | alembic: Fix errors during upgrade | | | | head. | |------------+------------------+----------------------------------------| @@ -471,17 +477,18 @@ This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility. - .lastclean | 1 - .version | 1 - ChangeLog |64711 ---------- asterisk-13.25.0-summary.html | 189 - asterisk-13.25.0-summary.txt | 481 + asterisk-13.25.0-summary.txt | 481 -- + b/.version | 2 b/CHANGES | 48 + b/ChangeLog | 904 ++++ b/Makefile.moddir_rules | 2 b/Makefile.rules | 6 b/apps/app_meetme.c | 4 b/apps/app_queue.c | 20 b/apps/app_voicemail.c | 9 + b/asterisk-13.26.0-rc1-summary.html | 249 + + b/asterisk-13.26.0-rc1-summary.txt | 604 ++ b/cdr/cdr_adaptive_odbc.c | 2 b/cdr/cdr_odbc.c | 2 b/cel/cel_odbc.c | 2 @@ -499,6 +506,8 @@ b/contrib/ast-db-manage/config/versions/f3c0b8695b66_taskprocessor_overload_trigger.py | 43 b/contrib/ast-db-manage/config/versions/fe6592859b85_fix_mwi_subscribe_replaces_.py | 4 b/contrib/init.d/rc.debian.asterisk | 2 + b/contrib/realtime/mysql/mysql_config.sql | 12 + b/contrib/realtime/postgresql/postgresql_config.sql | 16 b/contrib/scripts/sip_to_pjsip/astconfigparser.py | 2 b/doc/CHANGES-staging/README.md | 33 b/doc/UPGRADE-staging/README.md | 32 @@ -531,7 +540,7 @@ b/main/security_events.c | 2 b/main/sorcery.c | 127 b/main/sounds.c | 18 - b/main/stasis.c | 211 + b/main/stasis.c | 211 - b/main/stasis_bridges.c | 18 b/main/stasis_cache.c | 3 b/main/stasis_cache_pattern.c | 3 @@ -539,12 +548,12 @@ b/main/stasis_endpoints.c | 2 b/main/stasis_system.c | 2 b/main/strings.c | 9 - b/main/taskprocessor.c | 205 + b/main/taskprocessor.c | 205 - b/main/test.c | 2 b/main/threadpool.c | 7 b/menuselect/menuselect_gtk.c | 26 b/pbx/pbx_dundi.c | 20 - b/res/ari/ari_model_validators.c | 443 + b/res/ari/ari_model_validators.c | 443 ++ b/res/ari/ari_model_validators.h | 103 b/res/ari/resource_applications.c | 22 b/res/ari/resource_applications.h | 28 @@ -588,17 +597,11 @@ b/tests/CI/unittests.jenkinsfile | 10 b/tests/test_res_stasis.c | 3 b/tests/test_sorcery.c | 76 - b/tests/test_taskprocessor.c | 40 + b/tests/test_taskprocessor.c | 126 contrib/realtime/mssql/mssql_cdr.sql | 45 - contrib/realtime/mssql/mssql_config.sql | 2020 + contrib/realtime/mssql/mssql_config.sql | 2020 ---------- contrib/realtime/mssql/mssql_voicemail.sql | 55 - contrib/realtime/mysql/mysql_cdr.sql | 33 - contrib/realtime/mysql/mysql_config.sql | 1165 - contrib/realtime/mysql/mysql_voicemail.sql | 35 contrib/realtime/oracle/oracle_cdr.sql | 39 - contrib/realtime/oracle/oracle_config.sql | 1978 + contrib/realtime/oracle/oracle_config.sql | 1978 --------- contrib/realtime/oracle/oracle_voicemail.sql | 49 - contrib/realtime/postgresql/postgresql_cdr.sql | 37 - contrib/realtime/postgresql/postgresql_config.sql | 1261 - contrib/realtime/postgresql/postgresql_voicemail.sql | 39 - 130 files changed, 3470 insertions(+), 72526 deletions(-) + 127 files changed, 5332 insertions(+), 5254 deletions(-)