pyst2/html/changes.html

317 lines
13 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Changes &mdash; pyst2 0.4.9 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.4.9',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pyst2 0.4.9 documentation" href="index.html" />
<link rel="prev" title="Manager" href="manager.html" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body role="document">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="changes">
<h1>Changes<a class="headerlink" href="#changes" title="Permalink to this headline"></a></h1>
<p>2016-02-16 Randall Degges &lt;<a class="reference external" href="https://github.com/rdegges">https://github.com/rdegges</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>Fixing issue in AGI class init function. Thanks to &#64;sancho2934489 for the
find!</li>
</ul>
</div></blockquote>
<p>2015-11-16 Scinawa Antani &lt;<a class="reference external" href="https://github.com/Scinawa">https://github.com/Scinawa</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>Fixing indentation errors.</li>
</ul>
</div></blockquote>
<p>2015-11-14 Ben Davis &lt;<a class="reference external" href="https://github.com/tuxpowered">https://github.com/tuxpowered</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>Handling more UTF-8 encoding issues in <cite>_quote</cite> method.</li>
</ul>
</div></blockquote>
<p>2015-07-18 Artem Sorokin</p>
<blockquote>
<div><ul class="simple">
<li>Fixing UTF-8 encoding issues.</li>
</ul>
</div></blockquote>
<p>2015-07-15 Artem Sorokin</p>
<blockquote>
<div><ul class="simple">
<li>Fix multiline command end marker for OpenVox GSM Gateway.</li>
</ul>
</div></blockquote>
<p>2015-03-31 Randall Degges</p>
<blockquote>
<div><ul class="simple">
<li>Porting packaging to setuptools (modern).</li>
<li>Adding six as a dependency (it was missing before).</li>
</ul>
</div></blockquote>
<p>2015-03-30 Areski Belaid</p>
<blockquote>
<div><ul class="simple">
<li>Fixing the MANIFEST.in file I accidentally broke :)</li>
</ul>
</div></blockquote>
<dl class="docutils">
<dt>2015-03-29 Timur Tuchkovenko &lt;<a class="reference external" href="mailto:eill&#37;&#52;&#48;yandex&#46;ru">eill<span>&#64;</span>yandex<span>&#46;</span>ru</a>&gt;</dt>
<dd><ul class="first last simple">
<li>UPGRADE: AMI fix for Python 3 compatibility.</li>
</ul>
</dd>
<dt>2014-10-08 Timur Tuchkovenko &lt;<a class="reference external" href="mailto:eill&#37;&#52;&#48;yandex&#46;ru">eill<span>&#64;</span>yandex<span>&#46;</span>ru</a>&gt;</dt>
<dd><ul class="first last simple">
<li>UPGRADE: initial Python 3 support. Now pyst2 requires
Python &#8216;six&#8217; module. Some minor changes in other files.</li>
</ul>
</dd>
<dt>2014-09-14 Sp1tF1r3 &lt;<a class="reference external" href="https://github.com/Sp1tF1r3">https://github.com/Sp1tF1r3</a>&gt;</dt>
<dd><ul class="first last simple">
<li>asterisk/manager.py: added action &#8216;Reload&#8217; for Asterisk Manager
Interface (AMI).</li>
</ul>
</dd>
<dt>2013-12-03 Ludovic Gasc &lt;<a class="reference external" href="mailto:gmludo&#37;&#52;&#48;gmail&#46;com">gmludo<span>&#64;</span>gmail<span>&#46;</span>com</a>&gt;</dt>
<dd><ul class="first last simple">
<li>examples/agi_script.py: added example script to explain AGI
functionality.</li>
<li>README: renamed to REAMDE.rst for Github&#8217;s Markdown support.</li>
<li>setup.py: minor changes.</li>
</ul>
</dd>
<dt>2012-11-12 Arezqui Belaid &lt;<a class="reference external" href="mailto:areski&#37;&#52;&#48;gmail&#46;com">areski<span>&#64;</span>gmail<span>&#46;</span>com</a>&gt;</dt>
<dd><ul class="first last simple">
<li>asterisk/manager.py: minor empty line enhancements.</li>
<li>examples/show_channels.py: added example script to show information via
Asterisk Manager Interface (AMI).</li>
</ul>
</dd>
<dt>2012-11-11 Arezqui Belaid &lt;<a class="reference external" href="mailto:areski&#37;&#52;&#48;gmail&#46;com">areski<span>&#64;</span>gmail<span>&#46;</span>com</a>&gt;</dt>
<dd><ul class="first last simple">
<li>PEP8 Fixes</li>
</ul>
</dd>
<dt>2011-05-31 Randall Degges &lt;<a class="reference external" href="mailto:rdegges&#37;&#52;&#48;gmail&#46;com">rdegges<span>&#64;</span>gmail<span>&#46;</span>com</a>&gt;</dt>
<dd><ul class="first last simple">
<li>BUGFIX: Fixing issue that prevented manager.status command from returning
proper output.</li>
</ul>
</dd>
</dl>
<p>2007-01-26 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>asterisk/manager.py: Make get_header() functions work like
dict.get().</li>
<li>UPGRADE: Updated.</li>
</ul>
</div></blockquote>
<p>2007-01-16 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>asterisk/manager.py: Fix support for Manager.command(). Patch from
Karl Putland &lt;<a class="reference external" href="mailto:karl&#37;&#52;&#48;klasstek&#46;com">karl<span>&#64;</span>klasstek<span>&#46;</span>com</a>&gt;.</li>
</ul>
</div></blockquote>
<p>2007-01-02 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>asterisk/agi.py (AGI.set_autohangup): Fixed syntax error.</li>
</ul>
</div></blockquote>
<p>2006-11-28 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>UPGRADE: Tweaked formatting.</li>
</ul>
</div></blockquote>
<p>2006-10-30 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>ChangeLog: Fixed previous entry.</li>
</ul>
</div></blockquote>
<p>2006-10-30 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>TODO: Updated.</li>
<li>asterisk/agi.py (AGI.control_stream_file): Changed default skipms</li>
</ul>
<p>and quoted arguments.</p>
</div></blockquote>
<p>2006-10-24 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>asterisk/agi.py: Added get_variable_full command.</li>
</ul>
</div></blockquote>
<p>2006-10-18 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>asterisk/agitb.py: Make error output default to sys.stderr instead</li>
</ul>
<p>of sys.stdout.</p>
</div></blockquote>
<p>2006-09-19 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>debian/control: Removed XS-Python-Versions header to make it default</li>
</ul>
<p>to all python versions.</p>
</div></blockquote>
<p>2006-09-19 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>setup.py: Updated version.</li>
</ul>
</div></blockquote>
<p>2006-09-19 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>debian/rules: Changed to use pysupport.</li>
<li>debian/control: Changed to use pysupport and changed arch to all.</li>
</ul>
</div></blockquote>
<p>2006-09-19 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>MANIFEST.in: Added NEWS to manifest.</li>
</ul>
</div></blockquote>
<p>2006-09-19 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>debian/rules: Updated to reflect new python policy.</li>
<li>debian/control: Updated to reflect new python policy.</li>
<li>debian/changelog: Updated.</li>
</ul>
</div></blockquote>
<p>2006-08-23 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>UPGRADE: Updated.</li>
</ul>
</div></blockquote>
<p>2006-08-23 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>asterisk/manager.py (unregister_event): Added.</li>
</ul>
</div></blockquote>
<p>2006-08-23 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>NEWS: Added.</li>
</ul>
</div></blockquote>
<p>2006-07-14 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>asterisk/agi.py (wait_for_digit): Only catch ValueError, not all</li>
</ul>
<p>exceptions.</p>
</div></blockquote>
<p>2006-07-14 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>TODO: Updated.</li>
<li>asterisk/agi.py (set_variable): Documentation changes.</li>
<li>asterisk/agi.py (get_variable): Changed to return and empty string</li>
</ul>
<p>instead of throwing an exception when a channel variable is not set.
* UPGRADE: Added.</p>
</div></blockquote>
<p>2006-07-14 Matthew Nicholson &lt;<a class="reference external" href="mailto:mnicholson&#37;&#52;&#48;digium&#46;com">mnicholson<span>&#64;</span>digium<span>&#46;</span>com</a>&gt;</p>
<blockquote>
<div><ul class="simple">
<li>ChangeLog: Added.</li>
<li>TODO: Added.</li>
<li>MANIFEST.in: Added ChangeLog and TODO.</li>
</ul>
</div></blockquote>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper"><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="manager.html" title="previous chapter">Manager</a></li>
</ul></li>
</ul>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/changes.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2016, Randall Degges.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.6</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.7</a>
|
<a href="_sources/changes.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>