~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.2.txt

  • Committer: Martin von Gagern
  • Date: 2011-06-01 12:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6009.
  • Revision ID: martin.vgagern@gmx.net-20110601125356-lwozv2vecea6hxfz
Change from no_decorate to classify as name for the argument.

The command line switch remains as --no-classify, to keep backwards
compatibility.  Users are free to include --no-classify in an alias, and
still use --classify to change back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
8
 
bzr 2.2.6
9
 
#########
10
 
 
11
 
:2.2.6: NOT RELEASED YET
12
 
 
13
 
Compatibility Breaks
14
 
********************
15
 
 
16
 
New Features
17
 
************
18
 
 
19
 
Bug Fixes
20
 
*********
21
 
 
22
 
Improvements
23
 
************
24
 
 
25
 
Documentation
26
 
*************
27
 
 
28
 
API Changes
29
 
***********
30
 
 
31
 
Internals
32
 
*********
33
 
 
34
 
Testing
35
 
*******
36
 
 
37
 
 
38
8
bzr 2.2.5
39
9
#########
40
10
 
41
 
:2.2.5: 2011-09-01
42
 
 
43
 
This is a bugfix release. One regression introduced in 2.2b1 has been fixed
44
 
for some rare conflict resolutions. Also a warning is now emmitted when
45
 
branching an out-of-date ubuntu packaging branch. Upgrading is recommended
46
 
for all users on earlier 2.2 releases.
 
11
:Codename: Suggestions welcome
 
12
:2.2.5: NOT RELEASED YET
47
13
 
48
14
Compatibility Breaks
49
15
********************
50
16
 
51
 
None.
52
 
 
53
17
New Features
54
18
************
55
19
 
56
 
None.
57
 
 
58
20
Bug Fixes
59
21
*********
60
22
 
62
24
  doubly-stacked branch.
63
25
  (James Westby, Martin Pool, #715000)
64
26
 
65
 
* Don't crash while merging and encountering obscure path conflicts
66
 
  involving different root-ids. (Vincent Ladeuil, #805809)
 
27
Improvements
 
28
************
 
29
 
 
30
Documentation
 
31
*************
 
32
 
 
33
API Changes
 
34
***********
67
35
 
68
36
Internals
69
37
*********
72
40
  in the value string. Fix suggested by ConfigObj's author Michael Foord.
73
41
  (Alexander Belchenko, #710410)
74
42
 
 
43
Testing
 
44
*******
 
45
 
75
46
 
76
47
bzr 2.2.4
77
48
#########