You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/asterisk-1.8.28.0-summary.txt

408 lines
17 KiB

Release Summary
asterisk-1.8.28.0
Date: 2014-05-29
<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.8.27.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 closed by commits that went into this
release.
Coders Testers Reporters
6 rmudgett 2 kristoff
5 wdoekes 2 wdoekes
4 kmoore 1 dwmw2
4 mmichelson 1 gma
3 jrose 1 igorg
3 mjordan 1 italorossi
1 Bradley Watkins 1 marquis
1 David Woodhouse 1 mjordan
1 file 1 mmichelson
1 jcolp 1 one47
1 may 1 rolek
1 newtonr
1 sgriepentrog
1 Steve Davies
----------------------------------------------------------------------
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: Addons/chan_ooh323
ASTERISK-23754: [patch] Use var/lib directory for log file configured in
asterisk.conf
Revision: 414152
Reporter: igorg
Coders: may
Category: Applications/app_queue
ASTERISK-23547: [patch] app_queue removing callers from queue when
reloading
Revision: 411584
Reporter: italorossi
Coders: jcolp
Category: Applications/app_sms
ASTERISK-18331: app_sms failure
Revision: 412655
Reporter: dwmw2
Coders: David Woodhouse
Category: Applications/app_stack
ASTERISK-23620: Code path in app_stack fails to unlock list
Revision: 412225
Reporter: marquis
Coders: Bradley Watkins
Category: CEL/General
ASTERISK-22977: chan_sip+CEL: missing ANSWER and PICKUP event for
INVITE/w/replaces pickup
Revision: 413832
Reporter: wdoekes
Coders: wdoekes
Category: Channels/chan_dahdi
ASTERISK-23709: Regression in Dahdi/Analog/waitfordialtone
Revision: 414067
Reporter: one47
Coders: Steve Davies
Category: Channels/chan_sip/General
ASTERISK-19465: P-Asserted-Identity Privacy
Revision: 412744
Reporter: kristoff
Coders: jrose
ASTERISK-19465: P-Asserted-Identity Privacy
Revision: 412821
Reporter: kristoff
Coders: jrose
Category: Channels/chan_sip/Transfers
ASTERISK-22977: chan_sip+CEL: missing ANSWER and PICKUP event for
INVITE/w/replaces pickup
Revision: 413832
Reporter: wdoekes
Coders: wdoekes
Category: Core/Channels
ASTERISK-22846: testsuite: masquerade super test fails on all branches
(still)
Revision: 411715
Reporter: mjordan
Coders: rmudgett
Category: Core/Configuration
ASTERISK-23546: CB_ADD_LEN does not do what you'd think
Revision: 411960
Reporter: wdoekes
Coders: rmudgett
Category: Core/General
ASTERISK-23546: CB_ADD_LEN does not do what you'd think
Revision: 411960
Reporter: wdoekes
Coders: rmudgett
Category: Core/RTP
ASTERISK-23665: Wrong mime type for codec H263-1998 (h263+)
Revision: 413787
Reporter: gma
Coders: wdoekes
Category: Functions/func_strings
ASTERISK-23650: Intermittent segfault in string functions
Revision: 414214
Reporter: rolek
Coders: sgriepentrog
Category: Resources/res_config_pgsql
ASTERISK-23707: Realtime Contacts: Apparent mismatch between PGSQL
database state and Asterisk state
Revision: 413224
Reporter: mmichelson
Coders: mmichelson
Category: Tests/testsuite
ASTERISK-22846: testsuite: masquerade super test fails on all branches
(still)
Revision: 411715
Reporter: mjordan
Coders: rmudgett
----------------------------------------------------------------------
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 |
|----------+------------+-------------------------------+----------------|
| | | configs: Clean up long line | |
| 411807 | wdoekes | and typo in | |
| | | res_odbc.conf.sample. | |
|----------+------------+-------------------------------+----------------|
| | | Internal timing: Add notice | |
| 411964 | rmudgett | that the -I and | |
| | | internal_timing option are no | |
| | | longer needed. | |
|----------+------------+-------------------------------+----------------|
| | | main/astobj2: Make REF_DEBUG | |
| 412114 | mjordan | a menuselect item; improve | |
| | | REF_DEBUG output | |
|----------+------------+-------------------------------+----------------|
| | | channels/chan_oss: Fix | |
| 412480 | mjordan | compilation problem on | ASTERISK-23576 |
| | | SmartOS/Illumos/SunOS | |
|----------+------------+-------------------------------+----------------|
| | | sounds: Fix Sounds Makefile | |
| 412585 | newtonr | and XML that didn't support | |
| | | new sound prompt sets | |
|----------+------------+-------------------------------+----------------|
| 412745 | kmoore | HTTP: Add TCP_NODELAY to | |
| | | accepted connections | |
|----------+------------+-------------------------------+----------------|
| 412764 | jrose | Typo in CHANGES | |
|----------+------------+-------------------------------+----------------|
| | | http: Fix spurious ERROR | |
| 412922 | rmudgett | message in responses with no | |
| | | content. | |
|----------+------------+-------------------------------+----------------|
| | | Prevent crashes in | |
| 413241 | mmichelson | res_config_odbc due to | |
| | | uninitialized string fields. | |
|----------+------------+-------------------------------+----------------|
| | | Ensure that all parts of SQL | |
| 413304 | mmichelson | UPDATEs and DELETEs are | |
| | | encoded. | |
|----------+------------+-------------------------------+----------------|
| 413396 | mmichelson | Fix encoding of custom | |
| | | prepare extra data. | |
|----------+------------+-------------------------------+----------------|
| | | app_queue: Extend | |
| 413485 | file | documentation for various | |
| | | Manager actions and events. | |
|----------+------------+-------------------------------+----------------|
| 413586 | kmoore | Allow Asterisk to compile | |
| | | under GCC 4.10 | |
|----------+------------+-------------------------------+----------------|
| 413591 | kmoore | Fix 32bit build for chan_sip | |
|----------+------------+-------------------------------+----------------|
| 413592 | kmoore | Fix 32bit build for func_env | |
|----------+------------+-------------------------------+----------------|
| 413894 | wdoekes | res_musiconhold: Minor | |
| | | cleanup. | |
|----------+------------+-------------------------------+----------------|
| | | chan_local+app_dial: | |
| 413949 | wdoekes | Propagagate call answered | |
| | | elsewhere over local | |
| | | channels. | |
|----------+------------+-------------------------------+----------------|
| | | app_meetme: Fix overwrite of | |
| 413991 | rmudgett | DAHDI conference data | |
| | | structure. | |
|----------+------------+-------------------------------+----------------|
| | | chan_local: Only block media | |
| 414269 | rmudgett | frames when a generator is on | |
| | | both ends of a local channel. | |
|----------+------------+-------------------------------+----------------|
| 414345 | mjordan | UPGRADE: Add note for | |
| | | REF_DEBUG flag | |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
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.
CHANGES | 23 +++
UPGRADE.txt | 15 ++
addons/chan_ooh323.c | 5
apps/app_adsiprog.c | 2
apps/app_dial.c | 8 -
apps/app_dumpchan.c | 6
apps/app_festival.c | 2
apps/app_getcpeid.c | 8 -
apps/app_meetme.c | 40 ++++--
apps/app_minivm.c | 4
apps/app_queue.c | 96 +++++++++++----
apps/app_sms.c | 46 ++++---
apps/app_stack.c | 3
apps/app_voicemail.c | 8 -
build_tools/cflags.xml | 3
cdr/cdr_adaptive_odbc.c | 4
cel/cel_odbc.c | 6
cel/cel_pgsql.c | 4
channels/chan_alsa.c | 6
channels/chan_dahdi.c | 52 ++++----
channels/chan_gtalk.c | 12 +
channels/chan_iax2.c | 78 ++++++------
channels/chan_jingle.c | 14 +-
channels/chan_local.c | 22 ++-
channels/chan_mgcp.c | 26 ++--
channels/chan_oss.c | 2
channels/chan_phone.c | 4
channels/chan_sip.c | 245 +++++++++++++++++++++++----------------
channels/chan_skinny.c | 24 +--
channels/chan_unistim.c | 74 +++++------
channels/iax2-parser.c | 4
channels/sig_analog.c | 30 ++--
channels/sig_pri.c | 101 +++++++++++-----
channels/sip/config_parser.c | 2
channels/sip/include/sip.h | 11 +
configs/asterisk.conf.sample | 1
configs/res_odbc.conf.sample | 8 -
configs/sip.conf.sample | 12 +
configure.ac | 2
contrib/scripts/refcounter.py | 171 +++++++++++++++++++++++++++
formats/format_pcm.c | 8 -
funcs/func_enum.c | 2
funcs/func_env.c | 6
funcs/func_iconv.c | 2
funcs/func_srv.c | 6
funcs/func_strings.c | 2
funcs/func_sysinfo.c | 10 -
include/asterisk/astobj.h | 2
include/asterisk/astobj2.h | 129 +++++++++++---------
include/asterisk/autoconfig.h.in | 9 -
include/asterisk/options.h | 6
include/asterisk/utils.h | 9 +
main/abstract_jb.c | 2
main/adsi.c | 2
main/aoc.c | 4
main/app.c | 4
main/asterisk.c | 22 ++-
main/astobj2.c | 62 ++++++---
main/audiohook.c | 6
main/bridging.c | 10 -
main/callerid.c | 8 -
main/ccss.c | 20 +--
main/cel.c | 2
main/channel.c | 148 ++++++++++++-----------
main/cli.c | 12 -
main/config.c | 10 -
main/data.c | 13 +-
main/devicestate.c | 4
main/dsp.c | 2
main/enum.c | 4
main/event.c | 4
main/features.c | 12 -
main/file.c | 2
main/frame.c | 14 +-
main/http.c | 22 +++
main/io.c | 4
main/loader.c | 4
main/logger.c | 15 --
main/manager.c | 11 -
main/netsock.c | 6
main/pbx.c | 2
main/rtp_engine.c | 4
main/sched.c | 6
main/security_events.c | 6
main/stdtime/localtime.c | 2
main/stun.c | 10 -
main/taskprocessor.c | 2
main/translate.c | 6
main/udptl.c | 8 -
main/utils.c | 33 ++++-
main/xmldoc.c | 2
pbx/dundi-parser.c | 8 -
pbx/pbx_config.c | 2
pbx/pbx_dundi.c | 8 -
res/ael/pval.c | 2
res/res_agi.c | 4
res/res_calendar.c | 8 -
res/res_calendar_caldav.c | 7 -
res/res_calendar_ews.c | 2
res/res_calendar_exchange.c | 4
res/res_calendar_icalendar.c | 2
res/res_config_odbc.c | 63 ++++++----
res/res_config_pgsql.c | 11 -
res/res_crypto.c | 2
res/res_fax.c | 56 ++++----
res/res_fax_spandsp.c | 16 +-
res/res_jabber.c | 28 ++--
res/res_monitor.c | 4
res/res_musiconhold.c | 70 ++++-------
res/res_odbc.c | 2
res/res_pktccops.c | 19 +--
res/res_rtp_asterisk.c | 46 +++----
res/res_srtp.c | 10 -
res/res_timing_dahdi.c | 4
sounds/Makefile | 6
sounds/sounds.xml | 171 +++++++++++++++++++++++++--
116 files changed, 1553 insertions(+), 887 deletions(-)
----------------------------------------------------------------------