/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: Robert Collins
  • Date: 2006-02-25 05:48:54 UTC
  • mto: (1587.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1588.
  • Revision ID: robertc@robertcollins.net-20060225054854-2f9e99cd1469d8c2
Make reconcile work with shared repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
brz ?.?.?
2
 
#########
3
 
 
4
 
:Codename: Nirvana
5
 
:3.y.z: NOT RELEASED YET
6
 
 
7
 
External Compatibility Breaks
8
 
*****************************
9
 
 
10
 
.. These may require users to change the way they use Breezy.
11
 
 
12
 
New Features
13
 
************
14
 
 
15
 
.. New commands, options, etc that users may wish to try out.
16
 
 
17
 
Improvements
18
 
************
19
 
 
20
 
.. Improvements to existing commands, especially improved performance 
21
 
   or memory usage, or better results.
22
 
 
23
 
Bug Fixes
24
 
*********
25
 
 
26
 
.. Fixes for situations where brz would previously crash or give incorrect
27
 
   or undesirable results.
28
 
 
29
 
Documentation
30
 
*************
31
 
 
32
 
.. Improved or updated documentation.
33
 
 
34
 
API Changes
35
 
***********
36
 
 
37
 
.. Changes that may require updates in plugins or other code that uses
38
 
   breezy.
39
 
 
40
 
Internals
41
 
*********
42
 
 
43
 
.. Major internal changes, unlikely to be visible to users or plugin 
44
 
   developers, but interesting for brz developers.
45
 
 
46
 
Testing
47
 
*******
48
 
 
49
 
.. Fixes and changes that are only relevant to brz's test framework and 
50
 
   suite.  This can include new facilities for writing tests, fixes to 
51
 
   spurious test failures and changes to the way things should be tested.
52
 
 
53