Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2984

bzr-2.6.0-11.1.mga5.i586.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>Bazaar Release Notes &mdash; Bazaar 2.6.0 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.6.0',
        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 2.6.0 documentation" href="../index.html" />
    <link rel="up" title="Bazaar Release Notes" href="index.html" />
    <link rel="next" title="Bazaar Release Notes" href="bzr-1.8.html" />
    <link rel="prev" title="Bazaar Release Notes" href="bzr-1.10.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-1.8.html" title="Bazaar Release Notes"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-1.10.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><a href="../index.html">Table of Contents (2.6.0)</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="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">
<ul class="simple">
</ul>
</div>
<div class="section" id="bzr-1-9">
<h2>bzr 1.9<a class="headerlink" href="#bzr-1-9" 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">2008-11-07</td>
</tr>
</tbody>
</table>
<p>This release of Bazaar adds a new repository format, <tt class="docutils literal"><span class="pre">1.9</span></tt>, with smaller
and more efficient index files.  This format can be specified when
creating a new repository, or used to losslessly upgrade an existing
repository.  bzr 1.9 also speeds most operations over the smart server
protocol, makes annotate faster, and uses less memory when making
checkouts or pulling large amounts of data.</p>
<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>Fix &#8220;invalid property value &#8216;branch-nick&#8217; for None&#8221; regression with
branches bound to svn branches.  (Martin Pool, #293440)</li>
<li>Fix SSL/https on Python2.6.  (Vincent Ladeuil, #293054)</li>
<li><tt class="docutils literal"><span class="pre">SFTPTransport.readv()</span></tt> had a bug when requests were out-of-order.
This only triggers some-of-the-time on Knit format repositories.
(John Arbash Meinel, #293746)</li>
</ul>
</div>
</div>
<div class="section" id="bzr-1-9rc1">
<h2>bzr 1.9rc1<a class="headerlink" href="#bzr-1-9rc1" 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">2008-10-31</td>
</tr>
</tbody>
</table>
<div class="section" id="new-features">
<h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New Branch hook <tt class="docutils literal"><span class="pre">transform_fallback_location</span></tt> allows a function to
be called when looking up the stacked source. (Michael Hudson)</li>
<li>New repository formats <tt class="docutils literal"><span class="pre">1.9</span></tt> and <tt class="docutils literal"><span class="pre">1.9-rich-root</span></tt>. These have all
the functionality of <tt class="docutils literal"><span class="pre">1.6</span></tt>, but use the new btree indexes.
These indexes are both smaller and faster for access to historical
information.  (John Arbash Meinel)</li>
</ul>
</div>
<div class="section" id="improvements">
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">BTreeIndex</span></tt> code now is able to prefetch extra pages to help tune
the tradeoff between bandwidth and latency. Should be tuned
appropriately to not impact commands which need minimal information,
but provide a significant boost to ones that need more context. Only
has a direct impact on the <tt class="docutils literal"><span class="pre">--development2</span></tt> format which uses
btree&#8217;s for the indexes. (John Arbash Meinel)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">dump-btree</span></tt> is a hidden command introduced to allow dumping
the contents of a compressed btree file.  (John Arbash Meinel)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">pack</span></tt> now tells the index builders to optimize for size. For
btree index repositories, this can save 25% of the index size
(mostly in the text indexes). (John Arbash Meinel)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">push</span></tt> to an existing branch or repository on a smart server
is faster, due to Bazaar making more use of the <tt class="docutils literal"><span class="pre">get_parent_map</span></tt>
RPC when querying the remote branch&#8217;s revision graph.
(Andrew Bennetts)</li>
<li>default username for bzr+ssh:// and sftp:// can be configured in
authentication.conf. (Aaron Bentley)</li>
<li>launchpad-login now provides a default username for bzr+ssh and SFTP
URLs, allowing username-free URLs to work for everyone. (Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">lp:</span></tt> lookups no longer include usernames, making them shareable and
shorter. (Aaron Bentley)</li>
<li>New <tt class="docutils literal"><span class="pre">PackRepository.autopack</span></tt> smart server RPC, which does
autopacking entirely on the server.  This is much faster than
autopacking via plain file methods, which downloads a large amount
of pack data and then re-uploads the same pack data into a single
file.  This fixes a major (although infrequent) cause of lengthy
delays when using a smart server.  For example, pushing the 10th
revision to a repository with 9 packs now takes 44 RPCs rather than
179, and much less bandwidth too.  This requires Bazaar 1.9 on both
the client and the server, otherwise the client will fallback to the
slower method.  (Andrew Bennetts)</li>
</ul>
</div>
<div class="section" id="id1">
<h3>Bug Fixes<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>A failure to load a plugin due to an IncompatibleAPI exception is
now correctly reported. (Robert Collins, #279451)</li>
<li>API versioning support now has a multiple-version checking api
<tt class="docutils literal"><span class="pre">require_any_api</span></tt>. (Robert Collins, #279447)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">branch</span> <span class="pre">--stacked</span></tt> from a smart server to a standalone branch
works again.  This fixes a regression in 1.7 and 1.8.
(Andrew Bennetts, #270397)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">co</span></tt> uses less memory. It used to unpack the entire WT into
memory before writing it to disk. This was a little bit faster, but
consumed lots of memory. (John Arbash Meinel, #269456)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">missing</span> <span class="pre">--quiet</span></tt> no longer prints messages about whether
there are missing revisions.  The exit code indicates whether there
were or not.  (Martin Pool, #284748)</li>
<li>Fixes to the <tt class="docutils literal"><span class="pre">annotate</span></tt> code. The fast-path which re-used the
stored deltas was accidentally disabled all the time, instead of
only when a branch was stacked. Second, the code would accidentally
re-use a delta even if it wasn&#8217;t against the left-parent, this
could only happen if <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">reconcile</span></tt> decided that the parent
ordering was incorrect in the file graph.  (John Arbash Meinel)</li>
<li>&#8220;Permission denied&#8221; errors that occur when pushing a new branch to a
smart server no longer cause tracebacks.  (Andrew Bennetts, #278673)</li>
<li>Some compatibility fixes for building the extensions with MSVC and
for python2.4. (John Arbash Meinel, #277484)</li>
<li>The index logic is now able to reload the list of pack files if and
index ends up disappearing. We still don&#8217;t reload if the pack data
itself goes missing after checking the index. This bug appears as a
transient failure (file not found) when another process is writing
to the repository.  (John Arbash Meinel, #153786)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">switch</span></tt> and <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">bind</span></tt> will now update the branch nickname if
it was previously set. All checkouts will now refer to the bound branch
for a nickname if one was not explicitly set.
(Marius Kruger, #230903)</li>
</ul>
</div>
<div class="section" id="documentation">
<h3>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Improved hook documentation. (Michael Ernst)</li>
</ul>
</div>
<div class="section" id="api-changes">
<h3>API Changes<a class="headerlink" href="#api-changes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>commands.plugins_cmds is now a CommandRegistry, not a dict.</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 AuthenticationConfig.set_credentials method allows easy programmatic
configuration of authetication credentials.</li>
</ul>
</div>
</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="#">Bazaar Release Notes</a><ul>
<li><a class="reference internal" href="#bzr-1-9">bzr 1.9</a><ul>
<li><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-1-9rc1">bzr 1.9rc1</a><ul>
<li><a class="reference internal" href="#new-features">New Features</a></li>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#id1">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>
<li><a class="reference internal" href="#internals">Internals</a></li>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="bzr-1.10.html"
                        title="previous chapter">Bazaar Release Notes</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-1.8.html"
                        title="next chapter">Bazaar Release Notes</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/release-notes/bzr-1.9.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" />
      <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-1.8.html" title="Bazaar Release Notes"
             >next</a></li>
        <li class="right" >
          <a href="bzr-1.10.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><a href="../index.html">Table of Contents (2.6.0)</a> &raquo;</li>

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