Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 4c66e4a74400d106ea54ec458e4c006c > files > 2982

bzr-2.6.0-11.mga5.x86_64.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.6.html" />
    <link rel="prev" title="Bazaar Release Notes" href="bzr-1.8.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-1.6.html" title="Bazaar Release Notes"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-1.8.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-7-1">
<h2>bzr 1.7.1<a class="headerlink" href="#bzr-1-7-1" 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-01</td>
</tr>
</tbody>
</table>
<p>No changes from 1.7.1rc1.</p>
</div>
<div class="section" id="bzr-1-7-1rc1">
<h2>bzr 1.7.1rc1<a class="headerlink" href="#bzr-1-7-1rc1" 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-09-24</td>
</tr>
</tbody>
</table>
<p>This release just includes an update to how the merge algorithm handles
file paths when we encounter complex history.</p>
<div class="section" id="features">
<h3>Features<a class="headerlink" href="#features" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>If we encounter a criss-cross in history, use information from
direct Least Common Ancestors to resolve inventory shape (locations
of files, adds, deletes, etc). This is similar in concept to using
<tt class="docutils literal"><span class="pre">--lca</span></tt> for merging file texts, only applied to paths.
(John Arbash Meinel)</li>
</ul>
</div>
</div>
<div class="section" id="bzr-1-7">
<h2>bzr 1.7<a class="headerlink" href="#bzr-1-7" 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-09-23</td>
</tr>
</tbody>
</table>
<p>This release includes many bug fixes and a few performance and feature
improvements.  <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">rm</span></tt> will now scan for missing files and remove them,
like how <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">add</span></tt> scans for unknown files and adds them. A bit more
polish has been applied to the stacking code. The b-tree indexing code has
been brought in, with an eye on using it in a future repository format.
There are only minor installer changes since bzr-1.7rc2.</p>
<div class="section" id="id1">
<h3>Features<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Some small updates to the win32 installer. Include localization
files found in plugins, and include the builtin distutils as part of
packaging qbzr. (Mark Hammond)</li>
</ul>
</div>
</div>
<div class="section" id="bzr-1-7rc2">
<h2>bzr 1.7rc2<a class="headerlink" href="#bzr-1-7rc2" 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-09-17</td>
</tr>
</tbody>
</table>
<p>A few bug fixes from 1.7rc1. The biggest change is a new
<tt class="docutils literal"><span class="pre">RemoteBranch.get_stacked_on_url</span></tt> RPC. This allows clients that are
trying to access a Stacked branch over the smart protocol, to properly
connect to the stacked-on location.</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>Branching from a shared repository on a smart server into a new
repository now preserves the repository format.
(Andrew Bennetts, #269214)</li>
<li>Branching from a stacked branch via <tt class="docutils literal"><span class="pre">bzr+ssh</span></tt> can properly connect
to the stacked-on branch.  (Martin Pool, #261315)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">init</span></tt> no longer re-opens the BzrDir multiple times.
(Vincent Ladeuil)</li>
<li>Fix &#8216;_in_buffer&#8217; AttributeError when using the -Dhpss debug flag.
(Andrew Bennetts)</li>
</ul>
</div>
</div>
<div class="section" id="bzr-1-7rc1">
<h2>bzr 1.7rc1<a class="headerlink" href="#bzr-1-7rc1" 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-09-09</td>
</tr>
</tbody>
</table>
<p>This release candidate for bzr 1.7 has several bug fixes and a few
performance and feature improvements.  <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">rm</span></tt> will now scan for
missing files and remove them, like how <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">add</span></tt> scans for unknown
files and adds them. A bit more polish has been applied to the stacking
code. The b-tree indexing code has been brought in, with an eye on using
it in a future repository format.</p>
<div class="section" id="changes">
<h3>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">export</span></tt> can now export a subdirectory of a project.
(Robert Collins)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">remove-tree</span></tt> will now refuse to remove a tree with uncommitted
changes, unless the <tt class="docutils literal"><span class="pre">--force</span></tt> option is specified.
(Lukáš Lalinský, #74101)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">rm</span></tt> will now scan for files that are missing and remove just
them automatically, much as <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">add</span></tt> scans for new files that
are not ignored and adds them automatically. (Robert Collins)</li>
</ul>
</div>
<div class="section" id="id2">
<h3>Features<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Support for GSSAPI authentication when using FTP as documented in
RFC2228. (Jelmer Vernooij, #49623)</li>
<li>Add support for IPv6 in the smart server. (Jelmer Vernooij, #165014)</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>A URL like <tt class="docutils literal"><span class="pre">log+file:///tmp</span></tt> will log all access to that Transport
to <tt class="docutils literal"><span class="pre">.bzr.log</span></tt>, which may help in debugging or profiling.
(Martin Pool)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">branch</span></tt> and <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">push</span></tt> use the default stacking policy if the
branch format supports it. (Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">init</span></tt> and <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">init-repo</span></tt> will now print out the same as
<tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">info</span></tt> if it completed successfully.
(Marius Kruger)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">uncommit</span></tt> logs the old tip revision id, and displays how to
restore the branch to that tip using <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">pull</span></tt>.  This allows you
to recover if you realize you uncommitted the wrong thing.
(John Arbash Meinel)</li>
<li>Fix problems in accessing stacked repositories over <tt class="docutils literal"><span class="pre">bzr://</span></tt>.
(Martin Pool, #261315)</li>
<li><tt class="docutils literal"><span class="pre">SFTPTransport.readv()</span></tt> was accidentally using <tt class="docutils literal"><span class="pre">list</span> <span class="pre">+=</span> <span class="pre">string</span></tt>,
which &#8216;works&#8217;, but adds each character separately to the list,
rather than using <tt class="docutils literal"><span class="pre">list.append(string)</span></tt>. Fixing this makes the
SFTP transport a little bit faster (~20%) and use a bit less memory.
(John Arbash Meinel)</li>
<li>When reading index files, if we happen to read the whole file in a
single request treat it as a <tt class="docutils literal"><span class="pre">_buffer_all</span></tt> request. This happens
most often on small indexes over remote transports, where we default
to reading 64kB. It saves a round trip for each small index during
fetch operations. Also, if we have read more than 50% of an index
file, trigger a <tt class="docutils literal"><span class="pre">_buffer_all</span></tt> on the next request. This works
around some inefficiencies because reads don&#8217;t fall neatly on page
boundaries, so we would ignore those bytes, but request them again
later. This could trigger a total read size of more than the whole
file. (John Arbash Meinel)</li>
</ul>
</div>
<div class="section" id="id3">
<h3>Bug Fixes<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">rm</span></tt> is now aliased to <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">del</span></tt> for the convenience of svn
users. (Robert Collins, #205416)</li>
<li>Catch the infamous &#8220;select/poll returned error&#8221; which occurs when
pycurl try to send a body request to an HTTP/1.0 server which has
already refused to handle the request. (Vincent Ladeuil, #225020)</li>
<li>Fix <tt class="docutils literal"><span class="pre">ObjectNotLocked</span></tt> errors when using various commands
(including <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">cat</span></tt> and <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">annotate</span></tt>) in combination with a
smart server URL.  (Andrew Bennetts, #237067)</li>
<li><tt class="docutils literal"><span class="pre">FTPTransport.stat()</span></tt> would return <tt class="docutils literal"><span class="pre">0000</span></tt> as the permission bits
for the containing <tt class="docutils literal"><span class="pre">.bzr/</span></tt> directory (it does not implement
permissions). This would cause us to set all subdirectories to
<tt class="docutils literal"><span class="pre">0700</span></tt> and files to <tt class="docutils literal"><span class="pre">0600</span></tt> rather than leaving them unmodified.
Now we ignore <tt class="docutils literal"><span class="pre">0000</span></tt> as the permissions and assume they are
invalid. (John Arbash Meinel, #259855)</li>
<li>Merging from a previously joined branch will no longer cause
a traceback. (Jelmer Vernooij, #203376)</li>
<li>Pack operations on windows network shares will work even with large
files. (Robert Collins, #255656)</li>
<li>Running <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">st</span> <span class="pre">PATH_TO_TREE</span></tt> will no longer suppress merge
status. Status is also about 7% faster on mozilla sized trees
when the path to the root of the tree has been given. Users of
the internal <tt class="docutils literal"><span class="pre">show_tree_status</span></tt> function should be aware that
the show_pending flag is now authoritative for showing pending
merges, as it was originally. (Robert Collins, #255204)</li>
<li>Set valid default _param_name for Option so that ListOption can embed
&#8216;-&#8216; in names. (Vincent Ladeuil, #263249)</li>
<li>Show proper error rather than traceback when an unknown revision
id is specified to <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">cat-revision</span></tt>. (Jelmer Vernooij, #175569)</li>
<li>Trailing text in the dirstate file could cause the C dirstate parser
to try to allocate an invalid amount of memory. We now properly
check and test for parsing a dirstate with invalid trailing data.
(John Arbash Meinel, #186014)</li>
<li>Unexpected error responses from a smart server no longer cause the
client to traceback.  (Andrew Bennetts, #263527)</li>
<li>Use a Windows api function to get a Unicode host name, rather than
assuming the host name is ascii.
(Mark Hammond, John Arbash Meinel, #256550)</li>
<li><tt class="docutils literal"><span class="pre">WorkingTree4</span></tt> trees will now correctly report missing-and-new
paths in the output of <tt class="docutils literal"><span class="pre">iter_changes</span></tt>. (Robert Collins)</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>Updated developer documentation.  (Martin Pool)</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>Exporters now take 4 parameters. (Robert Collins)</li>
<li><tt class="docutils literal"><span class="pre">Tree.iter_changes</span></tt> will now return False for the content change
field when a file is missing in the basis tree and not present in
the target tree. Previously it returned True unconditionally.
(Robert Collins)</li>
<li>The deprecated <tt class="docutils literal"><span class="pre">Branch.abspath</span></tt> and unimplemented
<tt class="docutils literal"><span class="pre">Branch.rename_one</span></tt> and <tt class="docutils literal"><span class="pre">Branch.move</span></tt> were removed. (Jelmer Vernooij)</li>
<li>BzrDir.clone_on_transport implementations must now accept a stacked_on
parameter.  (Aaron Bentley)</li>
<li>BzrDir.cloning_metadir implementations must now take a require_stacking
parameter.  (Aaron Bentley)</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><tt class="docutils literal"><span class="pre">addCleanup</span></tt> now takes <tt class="docutils literal"><span class="pre">*arguments</span></tt> and <tt class="docutils literal"><span class="pre">**keyword_arguments</span></tt>
which are then passed to the cleanup callable as it is run. In
addition, addCleanup no longer requires that the callables passed to
it be unique. (Jonathan Lange)</li>
<li>Fix some tests that fail on Windows because files are deleted while
still in use.
(Mark Hammond)</li>
<li><tt class="docutils literal"><span class="pre">selftest</span></tt>&#8216;s <tt class="docutils literal"><span class="pre">--starting-with</span></tt> option can now use predefined
prefixes so that one can say <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">selftest</span> <span class="pre">-s</span> <span class="pre">bp.loom</span></tt> instead of
<tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">selftest</span> <span class="pre">-s</span> <span class="pre">bzrlib.plugins.loom</span></tt>. (Vincent Ladeuil)</li>
<li><tt class="docutils literal"><span class="pre">selftest</span></tt>&#8216;s <tt class="docutils literal"><span class="pre">--starting-with</span></tt> option now accepts multiple values.
(Vincent Ladeuil)</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>A new plugin interface, <tt class="docutils literal"><span class="pre">bzrlib.log.log_adapters</span></tt>, has been added.
This allows dynamic log output filtering by plugins.
(Robert Collins)</li>
<li><tt class="docutils literal"><span class="pre">bzrlib.btree_index</span></tt> is now available, providing a b-tree index
layer. The design is memory conservative (limited memory cache),
faster to seek (approx 100 nodes per page, gives 100-way fan out),
and stores compressed pages allowing more keys per page.
(Robert Collins, John Arbash Meinel)</li>
<li><tt class="docutils literal"><span class="pre">bzrlib.diff.DiffTree.show_diff</span></tt> now skips changes where the kind
is unknown in both source and target.
(Robert Collins, Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">GraphIndexBuilder.add_node</span></tt> and <tt class="docutils literal"><span class="pre">BTreeBuilder</span></tt> have been
streamlined a bit. This should make creating large indexes faster.
(In benchmarking, it now takes less time to create a BTree index than
it takes to read the GraphIndex one.) (John Arbash Meinel)</li>
<li>Mail clients for <cite>bzr send</cite> are now listed in a registry.  This
allows plugins to add new clients by registering them with
<tt class="docutils literal"><span class="pre">bzrlib.mail_client.mail_client_registry</span></tt>.  All of the built-in
clients now use this mechanism.  (Neil Martinsen-Burrell)</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-7-1">bzr 1.7.1</a></li>
<li><a class="reference internal" href="#bzr-1-7-1rc1">bzr 1.7.1rc1</a><ul>
<li><a class="reference internal" href="#features">Features</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-1-7">bzr 1.7</a><ul>
<li><a class="reference internal" href="#id1">Features</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-1-7rc2">bzr 1.7rc2</a><ul>
<li><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bzr-1-7rc1">bzr 1.7rc1</a><ul>
<li><a class="reference internal" href="#changes">Changes</a></li>
<li><a class="reference internal" href="#id2">Features</a></li>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#id3">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="#testing">Testing</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.8.html"
                        title="previous chapter">Bazaar Release Notes</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-1.6.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.7.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.6.html" title="Bazaar Release Notes"
             >next</a></li>
        <li class="right" >
          <a href="bzr-1.8.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>