Sophie

Sophie

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

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.0.html" />
    <link rel="prev" title="Bazaar Release Notes" href="bzr-1.2.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="bzr-1.0.html" title="Bazaar Release Notes"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="bzr-1.2.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-1">
<h2>bzr 1.1<a class="headerlink" href="#bzr-1-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-01-15</td>
</tr>
</tbody>
</table>
<p>(no changes from 1.1rc1)</p>
</div>
<div class="section" id="bzr-1-1rc1">
<h2>bzr 1.1rc1<a class="headerlink" href="#bzr-1-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-01-05</td>
</tr>
</tbody>
</table>
<div class="section" id="changes">
<h3>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Dotted revision numbers have been revised. Instead of growing longer with
nested branches the branch number just increases. (eg instead of 1.1.1.1.1
we now report 1.2.1.) This helps scale long lived branches which have many
feature branches merged between them. (John Arbash Meinel)</li>
<li>The syntax <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span> <span class="pre">branch1</span> <span class="pre">branch2</span></tt> is no longer supported.
Use <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span> <span class="pre">branch1</span> <span class="pre">--new</span> <span class="pre">branch2</span></tt> instead. This change has
been made to remove the ambiguity where <tt class="docutils literal"><span class="pre">branch2</span></tt> is in fact a
specific file to diff within <tt class="docutils literal"><span class="pre">branch1</span></tt>.</li>
</ul>
</div>
<div class="section" id="features">
<h3>Features<a class="headerlink" href="#features" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New option to use custom template-based formats in  <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">version-info</span></tt>.
(Lukáš Lalinský)</li>
<li>diff &#8216;&#8211;using&#8217; allows an external diff tool to be used for files.
(Aaron Bentley)</li>
<li>New &#8220;lca&#8221; merge-type for fast everyday merging that also supports
criss-cross merges.  (Aaron Bentley)</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">annotate</span></tt> now doesn&#8217;t require a working tree. (Lukáš Lalinský,
#90049)</li>
<li><tt class="docutils literal"><span class="pre">branch</span></tt> and <tt class="docutils literal"><span class="pre">checkout</span></tt> can now use files from a working tree to
to speed up the process.  For checkout, this requires the new
&#8211;files-from flag.  (Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span></tt> now sorts files in alphabetical order.  (Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span></tt> now works on branches without working trees. Tree-less
branches can also be compared to each other and to working trees using
the new diff options <tt class="docutils literal"><span class="pre">--old</span></tt> and <tt class="docutils literal"><span class="pre">--new</span></tt>. Diffing between branches,
with or without trees, now supports specific file filtering as well.
(Ian Clatworthy, #6700)</li>
<li><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">pack</span></tt> now orders revision texts in topological order, with newest
at the start of the file, promoting linear reads for <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">log</span></tt> and the
like. This partially fixes #154129. (Robert Collins)</li>
<li>Merge directives now fetch prerequisites from the target branch if
needed.  (Aaron Bentley)</li>
<li>pycurl now handles digest authentication.
(Vincent Ladeuil)</li>
<li><tt class="docutils literal"><span class="pre">reconfigure</span></tt> can now convert from repositories.  (Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">-l</span></tt> is now a short form for <tt class="docutils literal"><span class="pre">--limit</span></tt> in <tt class="docutils literal"><span class="pre">log</span></tt>.  (Matt Nordhoff)</li>
<li><tt class="docutils literal"><span class="pre">merge</span></tt> now warns when merge directives cause cherrypicks.
(Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">split</span></tt> now supported, to enable splitting large trees into smaller
pieces.  (Aaron Bentley)</li>
</ul>
</div>
<div class="section" id="bugfixes">
<h3>Bugfixes<a class="headerlink" href="#bugfixes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Avoid AttributeError when unlocking a pack repository when an error occurs.
(Martin Pool, #180208)</li>
<li>Better handle short reads when processing multiple range requests.
(Vincent Ladeuil, #179368)</li>
<li>build_tree acceleration uses the correct path when a file has been moved.
(Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">commit</span></tt> now succeeds when a checkout and its master branch share a
repository.  (Aaron Bentley, #177592)</li>
<li>Fixed error reporting of unsupported timezone format in
<tt class="docutils literal"><span class="pre">log</span> <span class="pre">--timezone</span></tt>. (Lukáš Lalinský, #178722)</li>
<li>Fixed Unicode encoding error in <tt class="docutils literal"><span class="pre">ignored</span></tt> when the output is
redirected to a pipe. (Lukáš Lalinský)</li>
<li>Fix traceback when sending large response bodies over the smart protocol
on Windows. (Andrew Bennetts, #115781)</li>
<li>Fix <tt class="docutils literal"><span class="pre">urlutils.relative_url</span></tt> for the case of two <tt class="docutils literal"><span class="pre">file:///</span></tt> URLs
pointed to different logical drives on Windows.
(Alexander Belchenko, #90847)</li>
<li>HTTP test servers are now compatible with the HTTP protocol version 1.1.
(Vincent Ladeuil, #175524)</li>
<li>_KnitParentsProvider.get_parent_map now handles requests for ghosts
correctly, instead of erroring or attributing incorrect parents to ghosts.
(Aaron Bentley)</li>
<li><tt class="docutils literal"><span class="pre">merge</span> <span class="pre">--weave</span> <span class="pre">--uncommitted</span></tt> now works.  (Aaron Bentley)</li>
<li>pycurl authentication handling was broken and incomplete. Fix handling of
user:pass embedded in the URLs.
(Vincent Ladeuil, #177643)</li>
<li>Files inside non-directories are now handled like other conflict types.
(Aaron Bentley, #177390)</li>
<li><tt class="docutils literal"><span class="pre">reconfigure</span></tt> is able to convert trees into lightweight checkouts.
(Aaron Bentley)</li>
<li>Reduce lockdir timeout to 0 when running <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">serve</span></tt>.  (Andrew Bennetts,
#148087)</li>
<li>Test that the old <tt class="docutils literal"><span class="pre">version_info_format</span></tt> functions still work, even
though they are deprecated. (John Arbash Meinel, ShenMaq, #177872)</li>
<li>Transform failures no longer cause ImmortalLimbo errors (Aaron Bentley,
#137681)</li>
<li><tt class="docutils literal"><span class="pre">uncommit</span></tt> works even when the commit messages of revisions to be
removed use characters not supported in the terminal encoding.
(Aaron Bentley)</li>
<li>When dumb HTTP servers return whole files instead of the requested ranges,
read the remaining bytes by chunks to avoid overflowing network buffers.
(Vincent Ladeuil, #175886)</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>Minor tweaks made to the bug tracker integration documentation.
(Ian Clatworthy)</li>
<li>Reference material has now be moved out of the User Guide and added
to the User Reference. The User Reference has gained 4 sections as
a result: Authenication Settings, Configuration Settings, Conflicts
and Hooks. All help topics are now dumped into text format in the
doc/en/user-reference directory for those who like browsing that
information in their editor. (Ian Clatworthy)</li>
<li><em>Using Bazaar with Launchpad</em> tutorial added. (Ian Clatworthy)</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>find_* methods available for BzrDirs, Branches and WorkingTrees.
(Aaron Bentley)</li>
<li>Help topics can now be loaded from files.
(Ian Clatworthy, Alexander Belchenko)</li>
<li>get_parent_map now always provides tuples as its output.  (Aaron Bentley)</li>
<li>Parent Providers should now implement <tt class="docutils literal"><span class="pre">get_parent_map</span></tt> returning a
dictionary instead of <tt class="docutils literal"><span class="pre">get_parents</span></tt> returning a list.
<tt class="docutils literal"><span class="pre">Graph.get_parents</span></tt> is now deprecated. (John Arbash Meinel,
Robert Collins)</li>
<li>Patience Diff now supports arbitrary python objects, as long as they
support <tt class="docutils literal"><span class="pre">hash()</span></tt>. (John Arbash Meinel)</li>
<li>Reduce selftest overhead to establish test names by memoization.
(Vincent Ladeuil)</li>
</ul>
</div>
<div class="section" id="api-breaks">
<h3>API Breaks<a class="headerlink" href="#api-breaks" title="Permalink to this headline">¶</a></h3>
</div>
<div class="section" id="testing">
<h3>Testing<a class="headerlink" href="#testing" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Modules can now customise their tests by defining a <tt class="docutils literal"><span class="pre">load_tests</span></tt>
attribute. <tt class="docutils literal"><span class="pre">pydoc</span> <span class="pre">bzrlib.tests.TestUtil.TestLoader.loadTestsFromModule</span></tt>
for the documentation on this attribute. (Robert Collins)</li>
<li>New helper function <tt class="docutils literal"><span class="pre">bzrlib.tests.condition_id_re</span></tt> which helps
filter tests based on a regular expression search on the tests id.
(Robert Collins)</li>
<li>New helper function <tt class="docutils literal"><span class="pre">bzrlib.tests.condition_isinstance</span></tt> which helps
filter tests based on class. (Robert Collins)</li>
<li>New helper function <tt class="docutils literal"><span class="pre">bzrlib.tests.exclude_suite_by_condition</span></tt> which
generalises the <tt class="docutils literal"><span class="pre">exclude_suite_by_re</span></tt> function. (Robert Collins)</li>
<li>New helper function <tt class="docutils literal"><span class="pre">bzrlib.tests.filter_suite_by_condition</span></tt> which
generalises the <tt class="docutils literal"><span class="pre">filter_suite_by_re</span></tt> function. (Robert Collins)</li>
<li>New helper method <tt class="docutils literal"><span class="pre">bzrlib.tests.exclude_tests_by_re</span></tt> which gives a new
TestSuite that does not contain tests from the input that matched a
regular expression. (Robert Collins)</li>
<li>New helper method <tt class="docutils literal"><span class="pre">bzrlib.tests.randomize_suite</span></tt> which returns a
randomized copy of the input suite. (Robert Collins)</li>
<li>New helper method <tt class="docutils literal"><span class="pre">bzrlib.tests.split_suite_by_re</span></tt> which splits a test
suite into two according to a regular expression. (Robert Collins)</li>
<li>Parametrize all HTTP tests for the transport implementations, the HTTP protocol versions (1.0 and 1.1) and the authentication schemes.
(Vincent Ladeuil)</li>
<li>The <tt class="docutils literal"><span class="pre">exclude_pattern</span></tt> and <tt class="docutils literal"><span class="pre">random_order</span></tt> parameters to the function
<tt class="docutils literal"><span class="pre">bzrlib.tests.filter_suite_by_re</span></tt> have been deprecated. (Robert Collins)</li>
<li>The method <tt class="docutils literal"><span class="pre">bzrlib.tests.sort_suite_by_re</span></tt> has been deprecated. It is
replaced by the new helper methods added in this release. (Robert Collins)</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-1">bzr 1.1</a></li>
<li><a class="reference internal" href="#bzr-1-1rc1">bzr 1.1rc1</a><ul>
<li><a class="reference internal" href="#changes">Changes</a></li>
<li><a class="reference internal" href="#features">Features</a></li>
<li><a class="reference internal" href="#improvements">Improvements</a></li>
<li><a class="reference internal" href="#bugfixes">Bugfixes</a></li>
<li><a class="reference internal" href="#documentation">Documentation</a></li>
<li><a class="reference internal" href="#internals">Internals</a></li>
<li><a class="reference internal" href="#api-breaks">API Breaks</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-1.2.html"
                        title="previous chapter">Bazaar Release Notes</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="bzr-1.0.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.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" />
      <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.0.html" title="Bazaar Release Notes"
             >next</a></li>
        <li class="right" >
          <a href="bzr-1.2.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>