Sophie

Sophie

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

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>What’s New in Bazaar 2.7? &#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 User Guide" href="../user-guide/index.html" />
    <link rel="prev" title="Table of Contents" href="../index.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="../user-guide/index.html" title="Bazaar User Guide"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="../index.html" title="Table of Contents"
             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>
 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="what-s-new-in-bazaar-2-7">
<h1>What’s New in Bazaar 2.7?<a class="headerlink" href="#what-s-new-in-bazaar-2-7" title="Permalink to this headline">¶</a></h1>
<p>Bazaar 2.7 has been released on the 1st of February 2016 and marks the start
of a new long-term stable series. From here, we will only make bugfix
releases on the 2.7 series (2.7.1, etc), while 2.8 will become our new
development series.</p>
<p>This document accumulates a high level summary of what’s changed.  See the
<a class="reference internal" href="../release-notes/index.html"><span class="doc">Bazaar Release Notes</span></a> for a full list.</p>
<p>Users are encouraged to upgrade from the other stable series.  This document
outlines the improvements in Bazaar 2.7 vs Bazaar 2.6. As well as
summarizing improvements made to the core product, it highlights
enhancements within the broader Bazaar world of potential interest to those
upgrading.</p>
<p>Bazaar 2.7.0 is fully compatible both locally and on the network with 2.0,
2.1, 2.2, 2.3, 2.4, 2.5 and 2.6, and can read and write repositories
generated by all previous versions.</p>
<div class="section" id="python-2-6-eol-ed">
<h2>python-2.6 EOL’ed<a class="headerlink" href="#python-2-6-eol-ed" title="Permalink to this headline">¶</a></h2>
<p>python 2.6 has been EOL’ed since the release of bzr 2.6. The last python 2.6
version was released on 2013-10-29. While bzr 2.7 remains compatible with
python 2.6, no further update of bzr is expected in this regard.</p>
</div>
<div class="section" id="ssl-certificate-verification-support-in-urllib-https-backend">
<h2>SSL Certificate Verification Support in urllib HTTPS backend<a class="headerlink" href="#ssl-certificate-verification-support-in-urllib-https-backend" title="Permalink to this headline">¶</a></h2>
<p>python 2.7 received security updates regarding SSL certificate
verification. bzr 2.7 relies on the ssl python module for this and as such
benefit from these security updates.</p>
<p>This isn’t true for python 2.6 so users are encouraged to upgrade.</p>
<p>Users that cannot upgrade will be warned that the hostname cannot be
verified and can remove the warnings by setting the <code class="docutils literal notranslate"><span class="pre">ssl.cert_reqs</span></code> option
to <code class="docutils literal notranslate"><span class="pre">none</span></code>.</p>
</div>
<div class="section" id="test-reliability">
<h2>Test reliability<a class="headerlink" href="#test-reliability" title="Permalink to this headline">¶</a></h2>
<p>Most of the bug fixes in 2.7 are related to test failures triggered by
various python 2.7 updates. Among other distributions, debian and ubuntu
have carried patches that have now part of bzr 2.7.</p>
</div>
<div class="section" id="further-information">
<h2>Further information<a class="headerlink" href="#further-information" title="Permalink to this headline">¶</a></h2>
<p>For more detailed information on the changes made, see the the
<a class="reference internal" href="../release-notes/index.html"><span class="doc">Bazaar Release Notes</span></a> for:</p>
<ul class="simple">
<li>the interim bzr <a class="reference external" href="https://launchpad.net/bzr/2.7">milestones</a></li>
<li>the plugins you use.</li>
</ul>
<p>For a summary of changes made in earlier releases, see:</p>
<ul class="simple">
<li><a class="reference internal" href="whats-new-in-2.1.html"><span class="doc">What’s New in Bazaar 2.1?</span></a></li>
<li><a class="reference internal" href="whats-new-in-2.2.html"><span class="doc">What’s New in Bazaar 2.2?</span></a></li>
<li><a class="reference internal" href="whats-new-in-2.3.html"><span class="doc">What’s New in Bazaar 2.3?</span></a></li>
<li><a class="reference internal" href="whats-new-in-2.4.html"><span class="doc">What’s New in Bazaar 2.4 (Oronsay)</span></a></li>
<li><a class="reference internal" href="whats-new-in-2.5.html"><span class="doc">What’s New in Bazaar 2.5?</span></a></li>
<li><a class="reference internal" href="whats-new-in-2.6.html"><span class="doc">What’s New in Bazaar 2.6?</span></a></li>
</ul>
</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="#">What’s New in Bazaar 2.7?</a><ul>
<li><a class="reference internal" href="#python-2-6-eol-ed">python-2.6 EOL’ed</a></li>
<li><a class="reference internal" href="#ssl-certificate-verification-support-in-urllib-https-backend">SSL Certificate Verification Support in urllib HTTPS backend</a></li>
<li><a class="reference internal" href="#test-reliability">Test reliability</a></li>
<li><a class="reference internal" href="#further-information">Further information</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="../index.html"
                        title="previous chapter">Table of Contents</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="../user-guide/index.html"
                        title="next chapter">Bazaar User Guide</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="../_sources/whats-new/whats-new-in-2.7.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="../user-guide/index.html" title="Bazaar User Guide"
             >next</a></li>
        <li class="right" >
          <a href="../index.html" title="Table of Contents"
             >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>
 
      </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>