Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3ad95df1b9ec0c823807557dbacf5694 > files > 569

bzr-doc-2.2.4-1.fc14.noarch.rpm



<!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>bzr 2.1.1 &mdash; Bazaar v2.2.4 documentation</title>
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '2.2.4',
        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="shortcut icon" href="../_static/bzr.ico"/>
    <link rel="top" title="Bazaar v2.2.4 documentation" href="../index.html" />
    <link rel="up" title="Bazaar Release Notes" href="index.html" />
    <link rel="next" title="bzr 2.0.5" href="bzr-2.0.5.html" />
    <link rel="prev" title="bzr 2.2b1" href="bzr-2.2b1.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-2.0.5.html" title="bzr 2.0.5"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-2.2b1.html" title="bzr 2.2b1"
             accesskey="P">previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="../_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="../index.html">Table of Contents (2.2.4)</a> &raquo;</li>

          <li><a href="index.html" accesskey="U">Bazaar Release Notes</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="bzr-2-1-1">
<h1>bzr 2.1.1<a class="headerlink" href="#bzr-2-1-1" title="Permalink to this headline">¶</a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">2.1.1:</th><td class="field-body">2010-03-24</td>
</tr>
</tbody>
</table>
<p>This is a small bugfix release.  Upgrading is recommended for anyone
running 2.1.0 or earlier.</p>
<div class="section" id="bug-fixes">
<h2>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Allow syscalls to automatically restart when <tt class="docutils literal"><span class="pre">TextUIFactory</span></tt>&#8216;s
SIGWINCH handler is invoked, avoiding <tt class="docutils literal"><span class="pre">EINTR</span></tt> errors during blocking
IO, which are often poorly handled by Python&#8217;s libraries and parts of
bzrlib.  (Andrew Bennetts, #496813)</li>
<li>Avoid <tt class="docutils literal"><span class="pre">malloc(0)</span></tt> in <tt class="docutils literal"><span class="pre">patiencediff</span></tt>, which is non-portable.
(Martin Pool, #331095)</li>
<li>Fix plugin packaging on Windows. (Ian Clatworthy, #524162)</li>
<li>Fix stub sftp test server to call os.getcwdu().
(Vincent Ladeuil, #526221, #526353)</li>
<li>Fixed CHM generation by moving the NEWS section template into
a separate file. (Ian Clatworthy, #524184)</li>
<li>Merge correctly when this_tree is not a WorkingTree.  (Aaron Bentley)</li>
<li>Register SIGWINCH handler only when creating a <tt class="docutils literal"><span class="pre">TextUIFactory</span></tt>; avoids
problems importing bzrlib from a non-main thread.
(Elliot Murphy, #521989)</li>
<li>Repositories accessed via a smart server now reject being stacked on a
repository in an incompatible format, as is the case when accessing them
via other methods.  This was causing fetches from those repositories via
a smart server (e.g. using <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">branch</span></tt>) to receive invalid data.
(Andrew Bennetts, #562380)</li>
<li>Standardize the error handling when creating a new <tt class="docutils literal"><span class="pre">StaticTuple</span></tt>
(problems will raise TypeError). (Matt Nordhoff, #457979)</li>
<li>Warn if pyrex is too old to compile the new <tt class="docutils literal"><span class="pre">SimpleSet</span></tt> and
<tt class="docutils literal"><span class="pre">StaticTuple</span></tt> extensions, rather than having the build fail randomly.
(John Arbash Meinel, #449776)</li>
</ul>
</div>
<div class="section" id="documentation">
<h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added a link to the Desktop Guide. (Ian Clatworthy)</li>
<li>Added What&#8217;s New in Bazaar 2.1 document. (Ian Clatworthy)</li>
<li>Drop Google Analytics from the core docs as they caused problems
in the CHM files. (Ian Clatworthy, #502010)</li>
</ul>
</div>
<div class="section" id="api-changes">
<h2>API Changes<a class="headerlink" href="#api-changes" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added <tt class="docutils literal"><span class="pre">bzrlib.osutils.set_signal_handler</span></tt>, a convenience function that
can set a signal handler and call <tt class="docutils literal"><span class="pre">signal.siginterrupt(signum,</span>
<span class="pre">False)</span></tt> for it, if the platform and Python version supports it.
(Andrew Bennetts, #496813)</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">bzr 2.1.1</a><ul>
<li><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
<li><a class="reference internal" href="#documentation">Documentation</a></li>
<li><a class="reference internal" href="#api-changes">API Changes</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="bzr-2.2b1.html"
                        title="previous chapter">bzr 2.2b1</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-2.0.5.html"
                        title="next chapter">bzr 2.0.5</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/release-notes/bzr-2.1.1.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" size="18" />
      <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="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-2.0.5.html" title="bzr 2.0.5"
             >next</a></li>
        <li class="right" >
          <a href="bzr-2.2b1.html" title="bzr 2.2b1"
             >previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="../_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="../index.html">Table of Contents (2.2.4)</a> &raquo;</li>

          <li><a href="index.html" >Bazaar Release Notes</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009, Canonical Ltd.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
    </div>
  </body>
</html>