Release Summary asterisk-addons-1.6.1.0 Date: 2009-04-28 ---------------------------------------------------------------------- Table of Contents 1. Summary 2. Contributors 3. Closed Issues 4. Other Changes 5. Diffstat ---------------------------------------------------------------------- Summary [Back to Top] This release includes new features. For a list of new features that have been included with this release, please see the CHANGES file inside the source package. Since this is new major release, users are encouraged to do extended testing before upgrading to this version in a production environment. The data in this summary reflects changes that have been made since the previous release, asterisk-addons-1.6.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 7 tilghman 1 ciaranm 2 sergee 2 mnicholson 1 davidste 1 ciaranm 2 sergee 1 jongerenchaos 1 junky 1 eliel 1 mnicholson 1 tzafrir 1 junky 1 kpfleming ---------------------------------------------------------------------- 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/General #14701: [patch] missing DESTDIR in addons install-xmldoc Revision: 827 Reporter: tzafrir Coders: eliel Category: Addons/cdr_addon_mysql #13775: [patch] New option to specify mysql charset Revision: 709 Reporter: sergee Coders: sergee #14229: [patch] Asterisk exits when trying to load cdr_addon_mysql.so Revision: 724 Reporter: sergee Coders: sergee Category: Addons/chan_mobile #13744: Blackberry Pearl (8100) rarely initialises Revision: 728 Reporter: ciaranm Testers: ciaranm, davidste, mnicholson, jongerenchaos Coders: mnicholson Category: Addons/chan_ooh323 #14116: [patch] wrong phtread_mutex_init Revision: 717 Reporter: junky Coders: junky ---------------------------------------------------------------------- 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 | |----------+------------+-----------------------------------+------------| | | | Since the API can potentially | | | 691 | tilghman | change in 1.6.x, we need an | | | | | -addons to match for Asterisk | | | | | 1.6.1 | | |----------+------------+-----------------------------------+------------| | 692 | tilghman | Remove portions of API that | | | | | aren't in Asterisk-1.6.1 | | |----------+------------+-----------------------------------+------------| | 693 | tilghman | Revert XML in this branch, since | | | | | the XML isn't in Asterisk-1.6.1 | | |----------+------------+-----------------------------------+------------| | | | Initialized merge tracking via | | | 705 | tilghman | "svnmerge" with revisions "1-690" | | | | | from | | |----------+------------+-----------------------------------+------------| | | | Convert addons to use ast_str | | | 712 | tilghman | opacity, fixing some bugs along | | | | | the way. | | |----------+------------+-----------------------------------+------------| | 721 | tilghman | Prevent a possible race between a | | | | | reload event and logging a CDR | | |----------+------------+-----------------------------------+------------| | | | Fixed a typo in | | | 732 | mnicholson | configs/mobile.conf.sample, found | | | | | by mmichelson | | |----------+------------+-----------------------------------+------------| | 788 | tilghman | Only add the column if the value | | | | | is non-NULL. | | |----------+------------+-----------------------------------+------------| | 889 | kpfleming | Incorporate autoconf 2.63 related | | | | | fixes to configure script | | +------------------------------------------------------------------------+ ---------------------------------------------------------------------- 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. UPGRADE.txt | 7 acinclude.m4 | 16 aclocal.m4 | 2 cdr/cdr_addon_mysql.c | 63 ++ channels/chan_mobile.c | 53 +- channels/ooh323c/src/ooCmdChannel.c | 2 configs/cdr_mysql.conf.sample | 5 configs/mobile.conf.sample | 8 configs/res_mysql.conf.sample | 33 - res/res_config_mysql.c | 855 +++++++++++++++++++----------------- 10 files changed, 597 insertions(+), 447 deletions(-) ----------------------------------------------------------------------