aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-03 20:58:59 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-03 20:58:59 +0000
commitdb682a32c86d07827fe44694b28f3db9e4d03835 (patch)
treeff803908df0d8d84287ebc1e1194126103ae8dfe
parentf1c5fd0d195aed957187519d03e1b31fcb69af87 (diff)
Update the summary filesv1.4.26.2
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.26.2@216185 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--asterisk-1.4.26.2-summary.html38
-rw-r--r--asterisk-1.4.26.2-summary.txt57
2 files changed, 84 insertions, 11 deletions
diff --git a/asterisk-1.4.26.2-summary.html b/asterisk-1.4.26.2-summary.html
index e99f00f59..b86365c57 100644
--- a/asterisk-1.4.26.2-summary.html
+++ b/asterisk-1.4.26.2-summary.html
@@ -11,6 +11,7 @@
<ol>
<li><a href="#summary">Summary</a></li>
<li><a href="#contributors">Contributors</a></li>
+ <li><a href="#issues">Closed Issues</a></li>
<li><a href="#commits">Other Changes</a></li>
<li><a href="#diffstat">Diffstat</a></li>
</ol>
@@ -30,25 +31,56 @@
</tr>
<tr valign="top">
<td>
-1 kpfleming<br/>
+3 lmadsen<br/>
+1 dvossel<br/>
</td>
<td>
+1 dbrooks<br/>
+1 dvossel<br/>
+1 russell<br/>
+1 tilghman<br/>
</td>
<td>
+1 rathaus<br/>
</td>
</tr>
</table>
<hr/>
+<a name="issues"><h2 align="center">Closed Issues</h2></a>
+<center><a href="#top">[Back to Top]</a></center><br/><p>This is a list of all issues from the issue tracker that were closed by changes that went into this release.</p>
+<h3>Category: Channels/chan_iax2</h3><br/>
+<a href="https://issues.asterisk.org/view.php?id=12912">#12912</a>: An issue with the IAX2 channel allows anonymous connections to cause resource starvation<br/>
+Revision: <a href="http://svn.digium.com/view/asterisk/tags/1.4.26.2?view=revision&revision=216015">216015</a><br/>
+Reporter: rathaus<br/>
+Testers: tilghman, russell, dvossel, dbrooks<br/>
+Coders: dvossel<br/>
+<br/>
+<hr/>
<a name="commits"><h2 align="center">Commits Not Associated with an Issue</h2></a>
<center><a href="#top">[Back to Top]</a></center><br/><p>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.</p>
<table width="100%" border="1">
-<tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Summary</b></td><td><b>Issues Referenced</b></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/1.4.26.2?view=revision&revision=216175">216175</a></td><td>kpfleming</td><td>recover this tag that was accidentally deleted</td>
+<tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Summary</b></td><td><b>Issues Referenced</b></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/1.4.26.2?view=revision&revision=215942">215942</a></td><td>lmadsen</td><td>Create 1.4.26.2 from 1.4.26.1.</td>
+<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/1.4.26.2?view=revision&revision=215947">215947</a></td><td>lmadsen</td><td>Update .version and ChangeLog files.</td>
+<td></td></tr><tr><td><a href="http://svn.digium.com/view/asterisk/tags/1.4.26.2?view=revision&revision=215953">215953</a></td><td>lmadsen</td><td>Importing release summary for 1.4.26.2 release.</td>
<td></td></tr></table>
<hr/>
<a name="diffstat"><h2 align="center">Diffstat Results</h2></a>
<center><a href="#top">[Back to Top]</a></center><br/><p>This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.</p>
<pre>
-0 files changed
+.version | 2
+ChangeLog | 6
+asterisk-1.4.26.2-summary.html | 58 +
+asterisk-1.4.26.2-summary.txt | 88 ++
+channels/chan_iax2.c | 1338 +++++++++++++++++++++++++++++++++++++----
+channels/iax2-parser.c | 10
+channels/iax2-parser.h | 2
+channels/iax2.h | 3
+configs/iax.conf.sample | 56 +
+include/asterisk/acl.h | 12
+include/asterisk/astobj2.h | 10
+main/acl.c | 12
+main/astobj2.c | 19
+13 files changed, 1476 insertions(+), 140 deletions(-)
</pre><br/>
<hr/>
</body>
diff --git a/asterisk-1.4.26.2-summary.txt b/asterisk-1.4.26.2-summary.txt
index 332cc31f9..2c0e46663 100644
--- a/asterisk-1.4.26.2-summary.txt
+++ b/asterisk-1.4.26.2-summary.txt
@@ -12,8 +12,9 @@
1. Summary
2. Contributors
- 3. Other Changes
- 4. Diffstat
+ 3. Closed Issues
+ 4. Other Changes
+ 5. Diffstat
----------------------------------------------------------------------
@@ -49,7 +50,28 @@
release.
Coders Testers Reporters
- 1 kpfleming
+ 3 lmadsen 1 dbrooks 1 rathaus
+ 1 dvossel 1 dvossel
+ 1 russell
+ 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: Channels/chan_iax2
+
+ #12912: An issue with the IAX2 channel allows anonymous connections to
+ cause resource starvation
+ Revision: 216015
+ Reporter: rathaus
+ Testers: tilghman, russell, dvossel, dbrooks
+ Coders: dvossel
----------------------------------------------------------------------
@@ -63,10 +85,16 @@
numbers are listed here, as well.
+------------------------------------------------------------------------+
- | Revision | Author | Summary | Issues Referenced |
- |----------+-----------+-----------------------------+-------------------|
- | 216175 | kpfleming | recover this tag that was | |
- | | | accidentally deleted | |
+ | Revision | Author | Summary | Issues Referenced |
+ |----------+---------+-------------------------------+-------------------|
+ | 215942 | lmadsen | Create 1.4.26.2 from | |
+ | | | 1.4.26.1. | |
+ |----------+---------+-------------------------------+-------------------|
+ | 215947 | lmadsen | Update .version and ChangeLog | |
+ | | | files. | |
+ |----------+---------+-------------------------------+-------------------|
+ | 215953 | lmadsen | Importing release summary for | |
+ | | | 1.4.26.2 release. | |
+------------------------------------------------------------------------+
----------------------------------------------------------------------
@@ -78,6 +106,19 @@
This is a summary of the changes to the source code that went into this
release that was generated using the diffstat utility.
- 0 files changed
+ .version | 2
+ ChangeLog | 6
+ asterisk-1.4.26.2-summary.html | 58 +
+ asterisk-1.4.26.2-summary.txt | 88 ++
+ channels/chan_iax2.c | 1338 +++++++++++++++++++++++++++++++++++++----
+ channels/iax2-parser.c | 10
+ channels/iax2-parser.h | 2
+ channels/iax2.h | 3
+ configs/iax.conf.sample | 56 +
+ include/asterisk/acl.h | 12
+ include/asterisk/astobj2.h | 10
+ main/acl.c | 12
+ main/astobj2.c | 19
+ 13 files changed, 1476 insertions(+), 140 deletions(-)
----------------------------------------------------------------------