From: Asterisk Development Team Date: Tue, 29 Mar 2022 21:38:09 +0000 (-0500) Subject: Update for 16.25.1 X-Git-Tag: 16.25.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d73e6ba9d825e7f72bde37cd984ad45068b89d3;p=thirdparty%2Fasterisk.git Update for 16.25.1 --- diff --git a/.version b/.version index c0b5c8ca75..4cf228856c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -16.25.0 \ No newline at end of file +16.25.1 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index befa25ea9a..db0a8935b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2022-03-29 21:38 +0000 Asterisk Development Team + + * asterisk 16.25.1 Released. + +2022-03-25 14:00 +0000 [2944d6834c] George Joseph + + * Makefile: Disable XML doc validation + + make_xml_documentation was being called with the --validate + flag set when it shouldn't have been. This was causing + build failures if neither xmllint nor xmlstarlet were installed. + The correct behavior is to simply print a message that either + one of those tools should be installed for validation and + continue with the build. + + ASTERISK-29988 + + Change-Id: Idc6c44114e7dd3fadae183a4e22f4fdba0b8a645 + +2022-03-25 09:33 +0000 [32ccd34191] George Joseph + + * make_xml_documentation: Remove usage of get_sourceable_makeopts + + get_sourceable_makeopts wasn't handling variables with embedded + double quotes in them very well. One example was the DOWNLOAD + variable when curl was being used instead of wget. Rather than + trying to fix get_sourceable_makeopts, it's just been removed. + + ASTERISK-29986 + Reported by: Stefan Ruijsenaars + + Change-Id: Idf2a90902228c2558daa5be7a4f8327556099cd2 + 2022-03-24 13:07 +0000 Asterisk Development Team * asterisk 16.25.0 Released. diff --git a/asterisk-16.25.0-summary.html b/asterisk-16.25.0-summary.html deleted file mode 100644 index 8f9efe657a..0000000000 --- a/asterisk-16.25.0-summary.html +++ /dev/null @@ -1,139 +0,0 @@ -Release Summary - asterisk-16.25.0

Release Summary

asterisk-16.25.0

Date: 2022-03-24

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Other Changes
  8. -
  9. Diffstat
  10. -

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-16.24.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
12 Naveen Albert
5 George Joseph
4 Alexei Gradinari
3 Kevin Harwell
3 Sean Bright
2 Asterisk Development Team
1 Kfir Itzhak
1 Mike Bradeen
1 Joshua C. Colp
1 Ben Ford
1 Boris P. Korzun
12 N A
4 Alexei Gradinari
3 Kevin Harwell
1 George Joseph
1 cagdas kopuz
1 Boris P. Korzun
1 Kfir Itzhak
1 Joshua C. Colp
1 kwk
1 Napadailo Yaroslav

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.

Security

Category: pjproject/pjsip

ASTERISK-29945: pjproject: Security fixes for things
Reported by: Kevin Harwell
    -
  • [0d4dfbf8e3] Kevin Harwell -- AST-2022-006: pjproject - unconstrained malformed multipart SIP message
  • -
  • [7f76dce133] Kevin Harwell -- AST-2022-005: pjproject - undefined behavior after freeing a dialog set
  • -
  • [08c92cb997] Kevin Harwell -- AST-2022-004: pjproject - possible integer underflow on STUN message
  • -

New Feature

Category: Channels/General

ASTERISK-29840: func_channel: Add LASTCONTEXT and LASTEXTEN fields
Reported by: N A
    -
  • [f60dcfc333] Naveen Albert -- func_channel: Add lastcontext and lastexten.
  • -

Category: Core/ManagerInterface/NewFeature

ASTERISK-29853: ami: Allow events to be globally disabled
Reported by: N A
    -
  • [466a361626] Naveen Albert -- ami: Allow events to be globally disabled.
  • -

Bug

Category: Applications/app_queue

ASTERISK-29873: [patch] Queue Realtime load
Reported by: Alexei Gradinari
    -
  • [aaf507fa36] Alexei Gradinari -- app_queue: load queues and members from Realtime when needed
  • -

Category: Core/General

ASTERISK-29365: taskprocessor: Can cause assert at shutdown
Reported by: Joshua C. Colp
    -
  • [e6cff954ab] Mike Bradeen -- taskprocessor.c: Prevent crash on graceful shutdown
  • -

Category: Core/ManagerInterface

ASTERISK-18416: [patch] Realtime queue agents unavailable via AMI before a call event.
Reported by: kwk
    -
  • [aaf507fa36] Alexei Gradinari -- app_queue: load queues and members from Realtime when needed
  • -
ASTERISK-27597: AMI Queuestatus not working (with realtime queue)
Reported by: cagdas kopuz
    -
  • [aaf507fa36] Alexei Gradinari -- app_queue: load queues and members from Realtime when needed
  • -
ASTERISK-29886: Asterisk AMI sends not-valid XML
Reported by: Napadailo Yaroslav
    -
  • [ba4d6aac20] Sean Bright -- manager.c: Generate valid XML if attribute names have leading digits.
  • -

Category: General

ASTERISK-29923: docs, LICENSE: pbx.digium.com no longer exists
Reported by: N A
    -
  • [c214e0d115] Naveen Albert -- configs, LICENSE: remove pbx.digium.com.
  • -

Category: Resources/res_config_pgsql

ASTERISK-29924: res_config_pgsql: omit "unsupported column type 'text'" error
Reported by: Boris P. Korzun
    -
  • [e82627c001] Boris P. Korzun -- res_config_pgsql: Add text-type column check in require_pgsql()
  • -

Category: Resources/res_pjsip_pubsub

ASTERISK-29904: RLS: Batched Notifications stop working
Reported by: Alexei Gradinari
    -
  • [99e0bedf7b] Alexei Gradinari -- res_pjsip_pubsub: fix Batched Notifications stop working
  • -

Improvement

Category: Applications/app_mp3

ASTERISK-29900: app_mp3: Document and warn about https incompatibility
Reported by: N A
    -
  • [312e8989dd] Naveen Albert -- app_mp3: Document and warn about HTTPS incompatibility.
  • -

Category: Applications/app_queue

ASTERISK-29909: app_queue: Add support for withdrawing a call
Reported by: Kfir Itzhak
    -
  • [3069e1c640] Kfir Itzhak -- app_queue: Add QueueWithdrawCaller AMI action
  • -

Category: Applications/app_voicemail

ASTERISK-29920: app_voicemail: Warn if trying to manage nonexistent mailbox
Reported by: N A
    -
  • [76e3fb402f] Naveen Albert -- app_voicemail: Emit warning if asking for nonexistent mailbox.
  • -

Category: Core/Channels

ASTERISK-29897: channels: Increase core debug levels for chatty debugs
Reported by: N A
    -
  • [a1f207bcf7] Naveen Albert -- channel.c: Clean up debug level 1.
  • -

Category: Core/Portability

ASTERISK-29353: Qualify jansson 2.14 for asterisk
Reported by: George Joseph
    -
  • [be09484831] Joshua C. Colp -- jansson: Update bundled to 2.14 version.
  • -

Category: Documentation

ASTERISK-29896: xmldocs: Add since tag
Reported by: N A
    -
  • [c4afe9e664] Naveen Albert -- documentation: Add since tag to xmldocs DTD
  • -
ASTERISK-29898: documentation: Add default attributes to documentation
Reported by: N A
    -
  • [248f670470] Naveen Albert -- documentation: Adds missing default attributes.
  • -

Category: Functions/func_curl

ASTERISK-29809: curl, stir_shaken: refactor curl code
Reported by: N A
    -
  • [78b7ab11a4] Naveen Albert -- res_stir_shaken: refactor utility function
  • -

Category: Functions/func_db

ASTERISK-29925: func_db: Warn about malformed key names
Reported by: N A
    -
  • [b471b40bc7] Naveen Albert -- func_db: Add validity check for key names when writing.
  • -

Category: General

ASTERISK-29861: asterisk.h: add macro for curl user agent
Reported by: N A
    -
  • [6f128da80c] Naveen Albert -- asterisk: Add macro for curl user agent.
  • -
ASTERISK-29866: cli: add core dump information to core show settings
Reported by: N A
    -
  • [f0c6b900de] Naveen Albert -- cli: Add core dump info to core show settings.
  • -

Category: Resources/res_pjsip_pubsub

ASTERISK-29906: [patch] update RLS to reflect the changes to the lists
Reported by: Alexei Gradinari
    -
  • [90eaf227c6] Alexei Gradinari -- res_pjsip_pubsub: update RLS to reflect the changes to the lists
  • -
ASTERISK-29891: [patch] provide a display name for RLS subscriptions
Reported by: Alexei Gradinari
    -
  • [dffc4408e7] Alexei Gradinari -- res_pjsip_pubsub: provide a display name for RLS subscriptions
  • -

Category: Resources/res_stir_shaken

ASTERISK-29809: curl, stir_shaken: refactor curl code
Reported by: N A
    -
  • [78b7ab11a4] Naveen Albert -- res_stir_shaken: refactor utility function
  • -


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.

- - - - - - - - - - - -
RevisionAuthorSummary
081c177741Asterisk Development TeamUpdate for 16.25.0-rc1
8663dab865Asterisk Development TeamUpdate CHANGES and UPGRADE.txt for 16.25.0
705600d48eBen FordAMI: Bump version for 16.25.0.
45fec4bb7cGeorge Josephxml.c, config,c: Add stylesheets and variable list string parsing
f7158cc659George Josephxmldoc: Fix issue with xmlstarlet validation
2fcd80ef38George JosephMakefile: Allow XML documentation to exist outside source files
13177a310dGeorge Josephbuild: Refactor the earlier "basebranch" commit
83372e7ab5George Josephcore: Config and XML tweaks needed for geolocation
a2eb555230Sean Brightmanager.c: Simplify AMI ModuleCheck handling
7857e7914dSean Brightres_pjsip.c: Correct minor typos in 'realm' documentation.

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-16.24.0-summary.html                                                               |  434 -
-asterisk-16.24.0-summary.txt                                                                |  867 --
-b/.gitignore                                                                                |    2
-b/.version                                                                                  |    2
-b/CHANGES                                                                                   |   50
-b/ChangeLog                                                                                 |  627 ++
-b/LICENSE                                                                                   |    3
-b/Makefile                                                                                  |   58
-b/UPGRADE.txt                                                                               |   13
-b/apps/app_mp3.c                                                                            |    6
-b/apps/app_queue.c                                                                          |  196
-b/apps/app_reload.c                                                                         |    5
-b/apps/app_voicemail.c                                                                      |   12
-b/asterisk-16.25.0-rc1-summary.html                                                         |  142
-b/asterisk-16.25.0-rc1-summary.txt                                                          |  363 +
-b/build_tools/get_sourceable_makeopts                                                       |   54
-b/build_tools/make_version                                                                  |   33
-b/build_tools/make_xml_documentation                                                        |  249
-b/build_tools/menuselect-deps.in                                                            |    1
-b/configs/samples/extensions.conf.sample                                                    |    9
-b/configs/samples/manager.conf.sample                                                       |   11
-b/configs/samples/pjsip.conf.sample                                                         |   18
-b/configure                                                                                 |  136
-b/configure.ac                                                                              |    6
-b/contrib/ast-db-manage/config/versions/8f72185e437f_res_pjsip_pubsub_add_resource_list_.py |   29
-b/contrib/realtime/mysql/mysql_config.sql                                                   |    6
-b/contrib/realtime/postgresql/postgresql_config.sql                                         |    6
-b/doc/appdocsxml.dtd                                                                        |   14
-b/funcs/func_channel.c                                                                      |   10
-b/funcs/func_curl.c                                                                         |    4
-b/funcs/func_db.c                                                                           |    8
-b/include/asterisk.h                                                                        |    2
-b/include/asterisk/channel.h                                                                |    2
-b/include/asterisk/config.h                                                                 |   55
-b/include/asterisk/file.h                                                                   |   17
-b/include/asterisk/manager.h                                                                |    2
-b/include/asterisk/res_pjsip_pubsub.h                                                       |   11
-b/include/asterisk/xml.h                                                                    |  108
-b/main/asterisk.c                                                                           |   39
-b/main/audiohook.c                                                                          |   10
-b/main/cdr.c                                                                                |    8
-b/main/channel.c                                                                            |    4
-b/main/channel_internal_api.c                                                               |   18
-b/main/config.c                                                                             |   76
-b/main/file.c                                                                               |   20
-b/main/manager.c                                                                            |   84
-b/main/taskprocessor.c                                                                      |   67
-b/main/xml.c                                                                                |  182
-b/makeopts.in                                                                               |    2
-b/res/res_ari.c                                                                             |    4
-b/res/res_config_pgsql.c                                                                    |    4
-b/res/res_http_media_cache.c                                                                |    4
-b/res/res_pjsip.c                                                                           | 2924 ----------
-b/res/res_pjsip/pjsip_config.xml                                                            | 2029 ++++++
-b/res/res_pjsip/pjsip_manager.xml                                                           |  901 +++
-b/res/res_pjsip_exten_state.c                                                               |   24
-b/res/res_pjsip_pubsub.c                                                                    |  150
-b/res/res_stir_shaken/curl.c                                                                |   43
-b/tests/CI/buildAsterisk.sh                                                                 |    9
-b/tests/CI/installAsterisk.sh                                                               |    9
-b/tests/test_config.c                                                                       |   83
-b/third-party/jansson/jansson-2.14.tar.bz2.md5                                              |    1
-b/third-party/pjproject/patches/0170-stun-integer-underflow.patch                           |   26
-b/third-party/pjproject/patches/0171-dialog-set-free.patch                                  |   63
-third-party/jansson/jansson-2.12.tar.bz2.md5                                                |    1
-65 files changed, 5874 insertions(+), 4482 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.25.0-summary.txt b/asterisk-16.25.0-summary.txt deleted file mode 100644 index a39f960da7..0000000000 --- a/asterisk-16.25.0-summary.txt +++ /dev/null @@ -1,362 +0,0 @@ - Release Summary - - asterisk-16.25.0 - - Date: 2022-03-24 - - - - ---------------------------------------------------------------------- - - Table of Contents - - 1. Summary - 2. Contributors - 3. Closed Issues - 4. Other Changes - 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-16.24.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. - - Coders Testers Reporters - 12 Naveen Albert 12 N A - 5 George Joseph 4 Alexei Gradinari - 4 Alexei Gradinari 3 Kevin Harwell - 3 Kevin Harwell 1 George Joseph - 3 Sean Bright 1 cagdas kopuz - 2 Asterisk Development Team 1 Boris P. Korzun - 1 Kfir Itzhak 1 Kfir Itzhak - 1 Mike Bradeen 1 Joshua C. Colp - 1 Joshua C. Colp 1 kwk - 1 Ben Ford 1 Napadailo Yaroslav - 1 Boris P. Korzun - - ---------------------------------------------------------------------- - - 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. - - Security - - Category: pjproject/pjsip - - ASTERISK-29945: pjproject: Security fixes for things - Reported by: Kevin Harwell - * [0d4dfbf8e3] Kevin Harwell -- AST-2022-006: pjproject - unconstrained - malformed multipart SIP message - * [7f76dce133] Kevin Harwell -- AST-2022-005: pjproject - undefined - behavior after freeing a dialog set - * [08c92cb997] Kevin Harwell -- AST-2022-004: pjproject - possible - integer underflow on STUN message - - New Feature - - Category: Channels/General - - ASTERISK-29840: func_channel: Add LASTCONTEXT and LASTEXTEN fields - Reported by: N A - * [f60dcfc333] Naveen Albert -- func_channel: Add lastcontext and - lastexten. - - Category: Core/ManagerInterface/NewFeature - - ASTERISK-29853: ami: Allow events to be globally disabled - Reported by: N A - * [466a361626] Naveen Albert -- ami: Allow events to be globally - disabled. - - Bug - - Category: Applications/app_queue - - ASTERISK-29873: [patch] Queue Realtime load - Reported by: Alexei Gradinari - * [aaf507fa36] Alexei Gradinari -- app_queue: load queues and members - from Realtime when needed - - Category: Core/General - - ASTERISK-29365: taskprocessor: Can cause assert at shutdown - Reported by: Joshua C. Colp - * [e6cff954ab] Mike Bradeen -- taskprocessor.c: Prevent crash on - graceful shutdown - - Category: Core/ManagerInterface - - ASTERISK-18416: [patch] Realtime queue agents unavailable via AMI before a - call event. - Reported by: kwk - * [aaf507fa36] Alexei Gradinari -- app_queue: load queues and members - from Realtime when needed - ASTERISK-27597: AMI Queuestatus not working (with realtime queue) - Reported by: cagdas kopuz - * [aaf507fa36] Alexei Gradinari -- app_queue: load queues and members - from Realtime when needed - ASTERISK-29886: Asterisk AMI sends not-valid XML - Reported by: Napadailo Yaroslav - * [ba4d6aac20] Sean Bright -- manager.c: Generate valid XML if attribute - names have leading digits. - - Category: General - - ASTERISK-29923: docs, LICENSE: pbx.digium.com no longer exists - Reported by: N A - * [c214e0d115] Naveen Albert -- configs, LICENSE: remove pbx.digium.com. - - Category: Resources/res_config_pgsql - - ASTERISK-29924: res_config_pgsql: omit "unsupported column type 'text'" - error - Reported by: Boris P. Korzun - * [e82627c001] Boris P. Korzun -- res_config_pgsql: Add text-type column - check in require_pgsql() - - Category: Resources/res_pjsip_pubsub - - ASTERISK-29904: RLS: Batched Notifications stop working - Reported by: Alexei Gradinari - * [99e0bedf7b] Alexei Gradinari -- res_pjsip_pubsub: fix Batched - Notifications stop working - - Improvement - - Category: Applications/app_mp3 - - ASTERISK-29900: app_mp3: Document and warn about https incompatibility - Reported by: N A - * [312e8989dd] Naveen Albert -- app_mp3: Document and warn about HTTPS - incompatibility. - - Category: Applications/app_queue - - ASTERISK-29909: app_queue: Add support for withdrawing a call - Reported by: Kfir Itzhak - * [3069e1c640] Kfir Itzhak -- app_queue: Add QueueWithdrawCaller AMI - action - - Category: Applications/app_voicemail - - ASTERISK-29920: app_voicemail: Warn if trying to manage nonexistent - mailbox - Reported by: N A - * [76e3fb402f] Naveen Albert -- app_voicemail: Emit warning if asking - for nonexistent mailbox. - - Category: Core/Channels - - ASTERISK-29897: channels: Increase core debug levels for chatty debugs - Reported by: N A - * [a1f207bcf7] Naveen Albert -- channel.c: Clean up debug level 1. - - Category: Core/Portability - - ASTERISK-29353: Qualify jansson 2.14 for asterisk - Reported by: George Joseph - * [be09484831] Joshua C. Colp -- jansson: Update bundled to 2.14 - version. - - Category: Documentation - - ASTERISK-29896: xmldocs: Add since tag - Reported by: N A - * [c4afe9e664] Naveen Albert -- documentation: Add since tag to xmldocs - DTD - ASTERISK-29898: documentation: Add default attributes to documentation - Reported by: N A - * [248f670470] Naveen Albert -- documentation: Adds missing default - attributes. - - Category: Functions/func_curl - - ASTERISK-29809: curl, stir_shaken: refactor curl code - Reported by: N A - * [78b7ab11a4] Naveen Albert -- res_stir_shaken: refactor utility - function - - Category: Functions/func_db - - ASTERISK-29925: func_db: Warn about malformed key names - Reported by: N A - * [b471b40bc7] Naveen Albert -- func_db: Add validity check for key - names when writing. - - Category: General - - ASTERISK-29861: asterisk.h: add macro for curl user agent - Reported by: N A - * [6f128da80c] Naveen Albert -- asterisk: Add macro for curl user agent. - ASTERISK-29866: cli: add core dump information to core show settings - Reported by: N A - * [f0c6b900de] Naveen Albert -- cli: Add core dump info to core show - settings. - - Category: Resources/res_pjsip_pubsub - - ASTERISK-29906: [patch] update RLS to reflect the changes to the lists - Reported by: Alexei Gradinari - * [90eaf227c6] Alexei Gradinari -- res_pjsip_pubsub: update RLS to - reflect the changes to the lists - ASTERISK-29891: [patch] provide a display name for RLS subscriptions - Reported by: Alexei Gradinari - * [dffc4408e7] Alexei Gradinari -- res_pjsip_pubsub: provide a display - name for RLS subscriptions - - Category: Resources/res_stir_shaken - - ASTERISK-29809: curl, stir_shaken: refactor curl code - Reported by: N A - * [78b7ab11a4] Naveen Albert -- res_stir_shaken: refactor utility - function - - ---------------------------------------------------------------------- - - 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. - - +------------------------------------------------------------------------+ - | Revision | Author | Summary | - |------------+----------------------+------------------------------------| - | 081c177741 | Asterisk Development | Update for 16.25.0-rc1 | - | | Team | | - |------------+----------------------+------------------------------------| - | 8663dab865 | Asterisk Development | Update CHANGES and UPGRADE.txt for | - | | Team | 16.25.0 | - |------------+----------------------+------------------------------------| - | 705600d48e | Ben Ford | AMI: Bump version for 16.25.0. | - |------------+----------------------+------------------------------------| - | 45fec4bb7c | George Joseph | xml.c, config,c: Add stylesheets | - | | | and variable list string parsing | - |------------+----------------------+------------------------------------| - | f7158cc659 | George Joseph | xmldoc: Fix issue with xmlstarlet | - | | | validation | - |------------+----------------------+------------------------------------| - | 2fcd80ef38 | George Joseph | Makefile: Allow XML documentation | - | | | to exist outside source files | - |------------+----------------------+------------------------------------| - | 13177a310d | George Joseph | build: Refactor the earlier | - | | | "basebranch" commit | - |------------+----------------------+------------------------------------| - | 83372e7ab5 | George Joseph | core: Config and XML tweaks needed | - | | | for geolocation | - |------------+----------------------+------------------------------------| - | a2eb555230 | Sean Bright | manager.c: Simplify AMI | - | | | ModuleCheck handling | - |------------+----------------------+------------------------------------| - | 7857e7914d | Sean Bright | res_pjsip.c: Correct minor typos | - | | | in 'realm' documentation. | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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-16.24.0-summary.html | 434 - - asterisk-16.24.0-summary.txt | 867 -- - b/.gitignore | 2 - b/.version | 2 - b/CHANGES | 50 - b/ChangeLog | 627 ++ - b/LICENSE | 3 - b/Makefile | 58 - b/UPGRADE.txt | 13 - b/apps/app_mp3.c | 6 - b/apps/app_queue.c | 196 - b/apps/app_reload.c | 5 - b/apps/app_voicemail.c | 12 - b/asterisk-16.25.0-rc1-summary.html | 142 - b/asterisk-16.25.0-rc1-summary.txt | 363 + - b/build_tools/get_sourceable_makeopts | 54 - b/build_tools/make_version | 33 - b/build_tools/make_xml_documentation | 249 - b/build_tools/menuselect-deps.in | 1 - b/configs/samples/extensions.conf.sample | 9 - b/configs/samples/manager.conf.sample | 11 - b/configs/samples/pjsip.conf.sample | 18 - b/configure | 136 - b/configure.ac | 6 - b/contrib/ast-db-manage/config/versions/8f72185e437f_res_pjsip_pubsub_add_resource_list_.py | 29 - b/contrib/realtime/mysql/mysql_config.sql | 6 - b/contrib/realtime/postgresql/postgresql_config.sql | 6 - b/doc/appdocsxml.dtd | 14 - b/funcs/func_channel.c | 10 - b/funcs/func_curl.c | 4 - b/funcs/func_db.c | 8 - b/include/asterisk.h | 2 - b/include/asterisk/channel.h | 2 - b/include/asterisk/config.h | 55 - b/include/asterisk/file.h | 17 - b/include/asterisk/manager.h | 2 - b/include/asterisk/res_pjsip_pubsub.h | 11 - b/include/asterisk/xml.h | 108 - b/main/asterisk.c | 39 - b/main/audiohook.c | 10 - b/main/cdr.c | 8 - b/main/channel.c | 4 - b/main/channel_internal_api.c | 18 - b/main/config.c | 76 - b/main/file.c | 20 - b/main/manager.c | 84 - b/main/taskprocessor.c | 67 - b/main/xml.c | 182 - b/makeopts.in | 2 - b/res/res_ari.c | 4 - b/res/res_config_pgsql.c | 4 - b/res/res_http_media_cache.c | 4 - b/res/res_pjsip.c | 2924 ---------- - b/res/res_pjsip/pjsip_config.xml | 2029 ++++++ - b/res/res_pjsip/pjsip_manager.xml | 901 +++ - b/res/res_pjsip_exten_state.c | 24 - b/res/res_pjsip_pubsub.c | 150 - b/res/res_stir_shaken/curl.c | 43 - b/tests/CI/buildAsterisk.sh | 9 - b/tests/CI/installAsterisk.sh | 9 - b/tests/test_config.c | 83 - b/third-party/jansson/jansson-2.14.tar.bz2.md5 | 1 - b/third-party/pjproject/patches/0170-stun-integer-underflow.patch | 26 - b/third-party/pjproject/patches/0171-dialog-set-free.patch | 63 - third-party/jansson/jansson-2.12.tar.bz2.md5 | 1 - 65 files changed, 5874 insertions(+), 4482 deletions(-) diff --git a/asterisk-16.25.1-summary.html b/asterisk-16.25.1-summary.html new file mode 100644 index 0000000000..5a80b0eb8b --- /dev/null +++ b/asterisk-16.25.1-summary.html @@ -0,0 +1,16 @@ +Release Summary - asterisk-16.25.1

Release Summary

asterisk-16.25.1

Date: 2022-03-29

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Diffstat
  8. +

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-16.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
2 George Joseph
1 Stefan Ruijsenaars
1 Stefan Ruijsenaars
1 George Joseph

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.

Bug

Category: Core/BuildSystem

ASTERISK-29988: REGRESSION: The build process is requiring xmllint or xmlstarlet ro be installed when it shouldn't
Reported by: George Joseph
    +
  • [2944d6834c] George Joseph -- Makefile: Disable XML doc validation
  • +
ASTERISK-29986: build: Asterisk 18.11.0 doesn't compile when wget isn't available
Reported by: Stefan Ruijsenaars
    +
  • [32ccd34191] George Joseph -- make_xml_documentation: Remove usage of get_sourceable_makeopts
  • +


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.

b/Makefile                           |    9 ++++-
+b/build_tools/make_xml_documentation |   14 ---------
+build_tools/get_sourceable_makeopts  |   54 -----------------------------------
+3 files changed, 7 insertions(+), 70 deletions(-)

\ No newline at end of file diff --git a/asterisk-16.25.1-summary.txt b/asterisk-16.25.1-summary.txt new file mode 100644 index 0000000000..2e42af4734 --- /dev/null +++ b/asterisk-16.25.1-summary.txt @@ -0,0 +1,91 @@ + Release Summary + + asterisk-16.25.1 + + Date: 2022-03-29 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. 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-16.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. + + Coders Testers Reporters + 2 George Joseph 1 Stefan Ruijsenaars + 1 Stefan Ruijsenaars + 1 George Joseph + + ---------------------------------------------------------------------- + + 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. + + Bug + + Category: Core/BuildSystem + + ASTERISK-29988: REGRESSION: The build process is requiring xmllint or + xmlstarlet ro be installed when it shouldn't + Reported by: George Joseph + * [2944d6834c] George Joseph -- Makefile: Disable XML doc validation + ASTERISK-29986: build: Asterisk 18.11.0 doesn't compile when wget isn't + available + Reported by: Stefan Ruijsenaars + * [32ccd34191] George Joseph -- make_xml_documentation: Remove usage of + get_sourceable_makeopts + + ---------------------------------------------------------------------- + + 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. + + b/Makefile | 9 ++++- + b/build_tools/make_xml_documentation | 14 --------- + build_tools/get_sourceable_makeopts | 54 ----------------------------------- + 3 files changed, 7 insertions(+), 70 deletions(-)