~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.7.txt

  • Committer: Vincent Ladeuil
  • Date: 2017-01-17 13:48:10 UTC
  • mfrom: (6615.3.6 merges)
  • mto: This revision was merged to the branch mainline in revision 6620.
  • Revision ID: v.ladeuil+lp@free.fr-20170117134810-j9p3lidfy6pfyfsc
Merge 2.7, resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*************************
 
2
What's New in Bazaar 2.7?
 
3
*************************
 
4
 
 
5
Bazaar 2.7 has been released on the 1st of February 2016 and marks the start
 
6
of a new long-term stable series. From here, we will only make bugfix
 
7
releases on the 2.7 series (2.7.1, etc), while 2.8 will become our new
 
8
development series.
 
9
 
 
10
 
 
11
This document accumulates a high level summary of what's changed.  See the
 
12
:doc:`../release-notes/index` for a full list.
 
13
 
 
14
Users are encouraged to upgrade from the other stable series.  This document
 
15
outlines the improvements in Bazaar 2.7 vs Bazaar 2.6. As well as
 
16
summarizing improvements made to the core product, it highlights
 
17
enhancements within the broader Bazaar world of potential interest to those
 
18
upgrading.
 
19
 
 
20
Bazaar 2.7.0 is fully compatible both locally and on the network with 2.0,
 
21
2.1, 2.2, 2.3, 2.4, 2.5 and 2.6, and can read and write repositories
 
22
generated by all previous versions.
 
23
 
 
24
python-2.6 EOL'ed
 
25
*****************
 
26
 
 
27
python 2.6 has been EOL'ed since the release of bzr 2.6. The last python 2.6
 
28
version was released on 2013-10-29. While bzr 2.7 remains compatible with
 
29
python 2.6, no further update of bzr is expected in this regard.
 
30
 
 
31
SSL Certificate Verification Support in urllib HTTPS backend
 
32
************************************************************
 
33
 
 
34
python 2.7 received security updates regarding SSL certificate
 
35
verification. bzr 2.7 relies on the ssl python module for this and as such
 
36
benefit from these security updates.
 
37
 
 
38
This isn't true for python 2.6 so users are encouraged to upgrade.
 
39
 
 
40
Users that cannot upgrade will be warned that the hostname cannot be
 
41
verified and can remove the warnings by setting the ``ssl.cert_reqs`` option
 
42
to ``none``.
 
43
 
 
44
Test reliability
 
45
****************
 
46
 
 
47
Most of the bug fixes in 2.7 are related to test failures triggered by
 
48
various python 2.7 updates. Among other distributions, debian and ubuntu
 
49
have carried patches that have now part of bzr 2.7.
 
50
 
 
51
 
 
52
Further information
 
53
*******************
 
54
 
 
55
For more detailed information on the changes made, see the the
 
56
:doc:`../release-notes/index` for:
 
57
 
 
58
* the interim bzr `milestones <https://launchpad.net/bzr/2.7>`_
 
59
* the plugins you use.
 
60
 
 
61
For a summary of changes made in earlier releases, see:
 
62
 
 
63
* :doc:`whats-new-in-2.1`
 
64
* :doc:`whats-new-in-2.2`
 
65
* :doc:`whats-new-in-2.3`
 
66
* :doc:`whats-new-in-2.4`
 
67
* :doc:`whats-new-in-2.5`
 
68
* :doc:`whats-new-in-2.6`