/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/release-notes/brz-3.1.txt

  • Committer: Jelmer Vernooij
  • Date: 2020-06-19 21:26:53 UTC
  • mfrom: (7490.40.19 work)
  • mto: This revision was merged to the branch mainline in revision 7516.
  • Revision ID: jelmer@jelmer.uk-20200619212653-7j6rgywzczhc8cmj
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
 
8
brz 3.1.1
 
9
#########
 
10
 
 
11
:Codename: TBD
 
12
:3.1.1: UNRELEASED
 
13
 
 
14
External Compatibility Breaks
 
15
*****************************
 
16
 
 
17
.. These may require users to change the way they use Breezy.
 
18
 
 
19
 
 
20
New Features
 
21
************
 
22
 
 
23
.. New commands, options, etc that users may wish to try out.
 
24
 
 
25
 
 
26
Improvements
 
27
************
 
28
 
 
29
.. Improvements to existing commands, especially improved performance
 
30
   or memory usage, or better results.
 
31
 
 
32
 * Permission denied errors from GitLab during push are now properly
 
33
   recognized. (Jelmer Vernooij)
 
34
 
 
35
 * Support rename and copy tracking when accessing Git
 
36
   repositories. (Jelmer Vernooij, #1760740)
 
37
 
 
38
Bug Fixes
 
39
*********
 
40
 
 
41
.. Fixes for situations where brz would previously crash or give incorrect
 
42
   or undesirable results.
 
43
 
 
44
 * Don't require ``ctypes.pythonapi`` to exist, as it's missing on newer
 
45
   versions of Pypy3. (Jelmer Vernooij)
 
46
 
 
47
Documentation
 
48
*************
 
49
 
 
50
.. Improved or updated documentation.
 
51
 
 
52
API Changes
 
53
***********
 
54
 
 
55
.. Changes that may require updates in plugins or other code that uses
 
56
   breezy.
 
57
 
 
58
Internals
 
59
*********
 
60
 
 
61
.. Major internal changes, unlikely to be visible to users or plugin 
 
62
   developers, but interesting for brz developers.
 
63
 
 
64
 * A new ``MergeProposal.post_comment`` function has been added, and
 
65
   is currently implemented for GitHub, GitLab and Launchpad.
 
66
   (Jelmer Vernooij)
 
67
 
 
68
Testing
 
69
*******
 
70
 
 
71
.. Fixes and changes that are only relevant to brz's test framework and 
 
72
   suite.  This can include new facilities for writing tests, fixes to 
 
73
   spurious test failures and changes to the way things should be tested.
 
74
 
 
75
 * Tests for most bzr-specific functionality has been moved to the
 
76
   ``breezy.bzr.tests`` module. (Jelmer Vernooij)
 
77
 
8
78
brz 3.1.0
9
79
#########
10
80