Release Summary asterisk-addons-1.6.2.3 Date: 2011-01-14 ---------------------------------------------------------------------- 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-addons-1.6.2.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 3 may 1 makoto 2 makoto 2 makoto 1 colbec 1 espiceland 1 menschentier 1 mnicholson 1 qmax 1 tilghman ---------------------------------------------------------------------- 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_mobile #18152: Channel Variable SMSSRC not set properly Revision: 1136 Reporter: menschentier Coders: mnicholson Category: Addons/chan_ooh323 #18532: make of chan_ooh323 fails "ret undeclared" Revision: 1140 Reporter: colbec Coders: may Category: Addons/res_config_mysql #17948: nonlatin strings are not retrieved Revision: 1134 Reporter: qmax Coders: espiceland #18525: [patch] ast_update2_realtime fails to update multiple columns with MySQL driver Revision: 1138 Reporter: makoto Coders: makoto #18526: [patch] res_config_mysql.so crashes when processing "#include" with a file which doesn't exist Revision: 1141 Reporter: makoto Testers: makoto Coders: makoto ---------------------------------------------------------------------- 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 | |----------+----------+------------------------------+-------------------| | | | Reset merge path, so that | | | 1135 | tilghman | the new merge path order | | | | | will work. | | |----------+----------+------------------------------+-------------------| | | | Correction to work with | | | 1137 | may | gatekeeper which don't send | #18401 | | | | GK ID | | |----------+----------+------------------------------+-------------------| | 1139 | may | Change order of sending TCS | #18433 | | | | and MSD packets | | +------------------------------------------------------------------------+ ---------------------------------------------------------------------- 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. apps/app_addon_sql_mysql.c | 19 +++++--- channels/chan_mobile.c | 2 channels/ooh323c/src/ooGkClient.c | 89 ++++++++++++++++++++++++-------------- channels/ooh323c/src/oochannels.c | 14 ----- channels/ooh323c/src/ooh245.c | 22 ++++++++- channels/ooh323c/src/ooh323.c | 26 ++++------- configs/res_mysql.conf.sample | 5 +- res/res_config_mysql.c | 18 +++++++ 8 files changed, 126 insertions(+), 69 deletions(-) ----------------------------------------------------------------------