/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/release-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
 
bzr ?.?.?
 
1
brz ?.?.?
2
2
#########
3
3
 
4
4
:Codename: Nirvana
7
7
External Compatibility Breaks
8
8
*****************************
9
9
 
10
 
.. These may require users to change the way they use Bazaar.
 
10
.. These may require users to change the way they use Breezy.
11
11
 
12
12
New Features
13
13
************
23
23
Bug Fixes
24
24
*********
25
25
 
26
 
.. Fixes for situations where bzr would previously crash or give incorrect
 
26
.. Fixes for situations where brz would previously crash or give incorrect
27
27
   or undesirable results.
28
28
 
29
29
Documentation
35
35
***********
36
36
 
37
37
.. Changes that may require updates in plugins or other code that uses
38
 
   bzrlib.
 
38
   breezy.
39
39
 
40
40
Internals
41
41
*********
42
42
 
43
43
.. Major internal changes, unlikely to be visible to users or plugin 
44
 
   developers, but interesting for bzr developers.
 
44
   developers, but interesting for brz developers.
45
45
 
46
46
Testing
47
47
*******
48
48
 
49
 
.. Fixes and changes that are only relevant to bzr's test framework and 
 
49
.. Fixes and changes that are only relevant to brz's test framework and 
50
50
   suite.  This can include new facilities for writing tests, fixes to 
51
51
   spurious test failures and changes to the way things should be tested.
52
52