Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 7e647d9940d31b34c253e6f71c416c4b > files > 3048

bzr-2.7.0-6.mga7.aarch64.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="X-UA-Compatible" content="IE=Edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Bazaar Release Notes &#8212; Bazaar 2.7.0 documentation</title>
    <link rel="stylesheet" href="../_static/classic.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></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>
    <script type="text/javascript" src="../_static/language_data.js"></script>
    
    <link rel="shortcut icon" href="../_static/bzr.ico"/>
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="Bazaar Release Notes" href="bzr-0.12.html" />
    <link rel="prev" title="Bazaar Release Notes" href="bzr-0.14.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-0.12.html" title="Bazaar Release Notes"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-0.14.html" title="Bazaar Release Notes"
             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 class="nav-item nav-item-0"><a href="../index.html">Table of Contents (2.7.0)</a> &#187;</li>

          <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Bazaar Release Notes</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="bazaar-release-notes">
<h1>Bazaar Release Notes<a class="headerlink" href="#bazaar-release-notes" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
</div>
<div class="section" id="bzr-0-13">
<h2>bzr 0.13<a class="headerlink" href="#bzr-0-13" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Released:</th><td class="field-body">2006-12-05</td>
</tr>
</tbody>
</table>
<p>No changes from 0.13rc</p>
</div>
<div class="section" id="bzr-0-13rc1">
<h2>bzr 0.13rc1<a class="headerlink" href="#bzr-0-13rc1" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Released:</th><td class="field-body">2006-11-27</td>
</tr>
</tbody>
</table>
<div class="section" id="improvements">
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New command <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">remove-tree</span></code> allows the removal of the working
tree from a branch.
(Daniel Silverstone)</li>
<li>urllib uses shared keep-alive connections, so HTTP  operations are substantially faster.
(Vincent Ladeuil, #53654)</li>
<li><code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">export</span></code> allows an optional branch parameter, to export a bzr
tree from some other URL. For example:
<code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">export</span> <span class="pre">bzr.tar.gz</span> <span class="pre">http://bazaar-vcs.org/bzr/bzr.dev</span></code>
(Daniel Silverstone)</li>
<li>Added <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">help</span> <span class="pre">topics</span></code> to the bzr help system. This gives a
location for general information, outside of a specific command.
This includes updates for <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">help</span> <span class="pre">revisionspec</span></code> the first topic
included. (Goffredo Baroncelli, John Arbash Meinel, #42714)</li>
<li>WSGI-compatible HTTP smart server.  See <code class="docutils literal notranslate"><span class="pre">doc/http_smart_server.txt</span></code>.
(Andrew Bennetts)</li>
<li>Knit files will now cache full texts only when the size of the
deltas is as large as the size of the fulltext. (Or after 200
deltas, whichever comes first). This has the most benefit on large
files with small changes, such as the inventory for a large project.
(eg For a project with 2500 files, and 7500 revisions, it changes
the size of inventory.knit from 11MB to 5.4MB) (John Arbash Meinel)</li>
</ul>
</div>
<div class="section" id="internals">
<h3>Internals<a class="headerlink" href="#internals" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New -D option given before the command line turns on debugging output
for particular areas.  -Derror shows tracebacks on all errors.
(Martin Pool)</li>
<li>Clean up <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">selftest</span> <span class="pre">--benchmark</span> <span class="pre">bundle</span></code> to correct an import,
and remove benchmarks that take longer than 10min to run.
(John Arbash Meinel)</li>
<li>Use <code class="docutils literal notranslate"><span class="pre">time.time()</span></code> instead of <code class="docutils literal notranslate"><span class="pre">time.clock()</span></code> to decide on
progress throttling. Because <code class="docutils literal notranslate"><span class="pre">time.clock()</span></code> is actually CPU time,
so over a high-latency connection, too many updates get throttled.
(John Arbash Meinel)</li>
<li><code class="docutils literal notranslate"><span class="pre">MemoryTransport.list_dir()</span></code> would strip the first character for
files or directories in root directory. (John Arbash Meinel)</li>
<li>New method <code class="docutils literal notranslate"><span class="pre">get_branch_reference</span></code> on ‘BzrDir’ allows the detection of
branch references - which the smart server component needs.</li>
<li>New <code class="docutils literal notranslate"><span class="pre">ChrootTransportDecorator</span></code>, accessible via the <code class="docutils literal notranslate"><span class="pre">chroot+</span></code> URL
prefix.  It disallows any access to locations above a set URL.  (Andrew
Bennetts)</li>
</ul>
</div>
<div class="section" id="bug-fixes">
<h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Now <code class="docutils literal notranslate"><span class="pre">_KnitIndex</span></code> properly decode revision ids when loading index data.
And optimize the knit index parsing code.
(Dmitry Vasiliev, John Arbash Meinel)</li>
<li><code class="docutils literal notranslate"><span class="pre">bzrlib/bzrdir.py</span></code> was directly referencing <code class="docutils literal notranslate"><span class="pre">bzrlib.workingtree</span></code>,
without importing it. This prevented <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">upgrade</span></code> from working
unless a plugin already imported <code class="docutils literal notranslate"><span class="pre">bzrlib.workingtree</span></code>
(John Arbash Meinel, #70716)</li>
<li>Suppress the traceback on invalid URLs (Vincent Ladeuil, #70803).</li>
<li>Give nicer error message when an HTTP server returns a 403
error code. (Vincent Ladeuil, #57644).</li>
<li>When a multi-range HTTP GET request fails, try a single
range one. If it fails too, forget about ranges. Remember that until
the death of the transport and propagates that to the clones.
(Vincent Ladeuil, #62276, #62029).</li>
<li>Handles user/passwords supplied in URL from command
line (for the urllib implementation). Don’t request already
known passwords (Vincent Ladeuil, #42383, #44647, #48527)</li>
<li><code class="docutils literal notranslate"><span class="pre">_KnitIndex.add_versions()</span></code> dictionary compresses revision ids as they
are added. This fixes bug where fetching remote revisions records
them as full references rather than integers.
(John Arbash Meinel, #64789)</li>
<li><code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">ignore</span></code> strips trailing slashes in patterns.
Also <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">ignore</span></code> rejects absolute paths. (Kent Gibson, #4559)</li>
<li><code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">ignore</span></code> takes multiple arguments. (Cheuksan Edward Wang, #29488)</li>
<li>mv correctly handles paths that traverse symlinks.
(Aaron Bentley, #66964)</li>
<li>Give nicer looking error messages when failing to connect over SSH.
(John Arbash Meinel, #49172)</li>
<li>Pushing to a remote branch does not currently update the remote working
tree. After a remote push, <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">status</span></code> and <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">diff</span></code> on the remote
machine now show that the working tree is out of date.
(Cheuksan Edward Wang #48136)</li>
<li>Use patiencediff instead of difflib for determining deltas to insert
into knits. This avoids the O(N^3) behavior of difflib. Patience
diff should be O(N^2). (Cheuksan Edward Wang, #65714)</li>
<li>Running <code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">log</span></code> on nonexistent file gives an error instead of the
entire log history. (Cheuksan Edward Wang #50793)</li>
<li><code class="docutils literal notranslate"><span class="pre">bzr</span> <span class="pre">cat</span></code> can look up contents of removed or renamed files. If the
pathname is ambiguous, i.e. the files in the old and new trees have
different id’s, the default is the file in the new tree. The user can
use “–name-from-revision” to select the file in the old tree.
(Cheuksan Edward Wang, #30190)</li>
</ul>
</div>
<div class="section" id="testing">
<h3>Testing<a class="headerlink" href="#testing" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>TestingHTTPRequestHandler really handles the Range header
(previously it was ignoring it and returning the whole file,).</li>
</ul>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../index.html">Table of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Bazaar Release Notes</a><ul>
<li><a class="reference internal" href="#bzr-0-13">bzr 0.13</a></li>
<li><a class="reference internal" href="#bzr-0-13rc1">bzr 0.13rc1</a><ul>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#internals">Internals</a></li>
<li><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
<li><a class="reference internal" href="#testing">Testing</a></li>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="bzr-0.14.html"
                        title="previous chapter">Bazaar Release Notes</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-0.12.html"
                        title="next chapter">Bazaar Release Notes</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="../_sources/release-notes/bzr-0.13.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <div class="searchformwrapper">
    <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>
    </div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-0.12.html" title="Bazaar Release Notes"
             >next</a></li>
        <li class="right" >
          <a href="bzr-0.14.html" title="Bazaar Release Notes"
             >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 class="nav-item nav-item-0"><a href="../index.html">Table of Contents (2.7.0)</a> &#187;</li>

          <li class="nav-item nav-item-1"><a href="index.html" >Bazaar Release Notes</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2009-2011 Canonical Ltd.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
    </div>
  </body>
</html>