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

  • Committer: Robert Collins
  • Date: 2010-05-05 00:05:29 UTC
  • mto: This revision was merged to the branch mainline in revision 5206.
  • Revision ID: robertc@robertcollins.net-20100505000529-ltmllyms5watqj5u
Make 'pydoc bzrlib.tests.build_tree_shape' useful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
brz ?.?.?
 
1
bzr ?.?.?
2
2
#########
3
3
 
4
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.
 
5
:2.x.y: NOT RELEASED YET
 
6
 
 
7
Compatibility Breaks
 
8
********************
11
9
 
12
10
New Features
13
11
************
14
12
 
15
 
.. New commands, options, etc that users may wish to try out.
 
13
Bug Fixes
 
14
*********
16
15
 
17
16
Improvements
18
17
************
19
18
 
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
19
Documentation
30
20
*************
31
21
 
32
 
.. Improved or updated documentation.
33
 
 
34
22
API Changes
35
23
***********
36
24
 
37
 
.. Changes that may require updates in plugins or other code that uses
38
 
   breezy.
39
 
 
40
25
Internals
41
26
*********
42
27
 
43
 
.. Major internal changes, unlikely to be visible to users or plugin 
44
 
   developers, but interesting for brz developers.
45
 
 
46
28
Testing
47
29
*******
48
30
 
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
31