/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/series-template.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
####################
2
 
Bazaar Release Notes
 
2
Breezy Release Notes
3
3
####################
4
4
 
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
8
 
bzr ?.?.?
 
8
brz ?.?.?
9
9
#########
10
10
 
11
11
:Codename: Nirvana
14
14
External Compatibility Breaks
15
15
*****************************
16
16
 
17
 
.. These may require users to change the way they use Bazaar.
 
17
.. These may require users to change the way they use Breezy.
18
18
 
19
19
New Features
20
20
************
30
30
Bug Fixes
31
31
*********
32
32
 
33
 
.. Fixes for situations where bzr would previously crash or give incorrect
 
33
.. Fixes for situations where brz would previously crash or give incorrect
34
34
   or undesirable results.
35
35
 
36
36
Documentation
42
42
***********
43
43
 
44
44
.. Changes that may require updates in plugins or other code that uses
45
 
   bzrlib.
 
45
   breezy.
46
46
 
47
47
Internals
48
48
*********
49
49
 
50
50
.. Major internal changes, unlikely to be visible to users or plugin 
51
 
   developers, but interesting for bzr developers.
 
51
   developers, but interesting for brz developers.
52
52
 
53
53
Testing
54
54
*******
55
55
 
56
 
.. Fixes and changes that are only relevant to bzr's test framework and 
 
56
.. Fixes and changes that are only relevant to brz's test framework and 
57
57
   suite.  This can include new facilities for writing tests, fixes to 
58
58
   spurious test failures and changes to the way things should be tested.
59
59