From: Asterisk Autobuilder Date: Mon, 21 Oct 2013 14:46:48 +0000 (+0000) Subject: Update .version; ChangeLog; remove old summaries X-Git-Tag: 11.6.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea1464f0f4502637e819ec4f626d75ddec0bb41;p=thirdparty%2Fasterisk.git Update .version; ChangeLog; remove old summaries git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/11.6.0@401307 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/.version b/.version index 212fff331a..146d5de797 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -11.6.0-rc2 +11.6.0 diff --git a/ChangeLog b/ChangeLog index 7966ed2765..e832be888f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-21 Asterisk Development Team + + * Asterisk 11.6.0 Released. + 2013-10-18 Asterisk Development Team * Asterisk 11.6.0-rc2 Released. diff --git a/asterisk-11.6.0-rc2-summary.html b/asterisk-11.6.0-rc2-summary.html deleted file mode 100644 index 59bf5b2a80..0000000000 --- a/asterisk-11.6.0-rc2-summary.html +++ /dev/null @@ -1,62 +0,0 @@ - - -Release Summary - asterisk-11.6.0-rc2 - -

Release Summary

-

asterisk-11.6.0-rc2

-

Date: 2013-10-18

-

<asteriskteam@digium.com>

-
-

Table of Contents

-
    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Other Changes
  6. -
  7. Diffstat
  8. -
-
-

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-11.6.0-rc1.

-
-

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 bebuild
-
- -
-
-

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.

- - - - -
RevisionAuthorSummaryIssues Referenced
401221bebuildCreate 11.6.0-rc2
401235bebuildMerge changes for 11.6.0-rc2
401236bebuildUpdate ChangeLog for r401182
-
-

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.

-
-.version                         |    2
-ChangeLog                        |   49 +++
-asterisk-11.6.0-rc1-summary.html |  576 ---------------------------------------
-channels/chan_sip.c              |   11
-main/channel.c                   |   16 +
-main/logger.c                    |    2
-6 files changed, 73 insertions(+), 583 deletions(-)
-

-
- - diff --git a/asterisk-11.6.0-rc2-summary.txt b/asterisk-11.6.0-rc2-summary.txt deleted file mode 100644 index f4b2216375..0000000000 --- a/asterisk-11.6.0-rc2-summary.txt +++ /dev/null @@ -1,91 +0,0 @@ - Release Summary - - asterisk-11.6.0-rc2 - - Date: 2013-10-18 - - - - ---------------------------------------------------------------------- - - Table of Contents - - 1. Summary - 2. Contributors - 3. Other Changes - 4. 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-11.6.0-rc1. - - ---------------------------------------------------------------------- - - 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 bebuild - - ---------------------------------------------------------------------- - - 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 | - |-----------+---------+------------------------------+-------------------| - | 401221 | bebuild | Create 11.6.0-rc2 | | - |-----------+---------+------------------------------+-------------------| - | 401235 | bebuild | Merge changes for 11.6.0-rc2 | | - |-----------+---------+------------------------------+-------------------| - | 401236 | bebuild | Update ChangeLog for r401182 | | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - 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. - - .version | 2 - ChangeLog | 49 +++ - asterisk-11.6.0-rc1-summary.html | 576 --------------------------------------- - channels/chan_sip.c | 11 - main/channel.c | 16 + - main/logger.c | 2 - 6 files changed, 73 insertions(+), 583 deletions(-) - - ----------------------------------------------------------------------