~bzr-pqm/bzr/2.2

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Patch Queue Manager
  • Date: 2012-03-28 01:54:43 UTC
  • mfrom: (4797.85.12 2.2-feature-flags)
  • Revision ID: pqm@pqm.ubuntu.com-20120328015443-eyed372ro7kc7yl6
(jelmer) Add basic support for feature flags. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
 
8
 
 
9
bzr 2.2.6
 
10
#########
 
11
 
 
12
:2.2.6: NOT RELEASED YET
 
13
 
 
14
Compatibility Breaks
 
15
********************
 
16
 
 
17
New Features
 
18
************
 
19
 
 
20
Bug Fixes
 
21
*********
 
22
 
 
23
Improvements
 
24
************
 
25
 
 
26
Documentation
 
27
*************
 
28
 
 
29
API Changes
 
30
***********
 
31
 
 
32
Internals
 
33
*********
 
34
 
 
35
Testing
 
36
*******
 
37
 
 
38
 
8
39
bzr 2.2.5
9
40
#########
10
41
 
11
 
:Codename: Suggestions welcome
12
 
:2.2.5: NOT RELEASED YET
 
42
:2.2.5: 2011-09-01
 
43
 
 
44
This is a bugfix release. One regression introduced in 2.2b1 has been fixed
 
45
for some rare conflict resolutions. Also a warning is now emmitted when
 
46
branching an out-of-date ubuntu packaging branch. Upgrading is recommended
 
47
for all users on earlier 2.2 releases.
13
48
 
14
49
Compatibility Breaks
15
50
********************
16
51
 
 
52
None.
 
53
 
17
54
New Features
18
55
************
19
56
 
 
57
None.
 
58
 
20
59
Bug Fixes
21
60
*********
22
61
 
27
66
* Don't crash while merging and encountering obscure path conflicts
28
67
  involving different root-ids. (Vincent Ladeuil, #805809)
29
68
 
30
 
Improvements
31
 
************
32
 
 
33
 
Documentation
34
 
*************
35
 
 
36
 
API Changes
37
 
***********
38
 
 
39
69
Internals
40
70
*********
41
71
 
43
73
  in the value string. Fix suggested by ConfigObj's author Michael Foord.
44
74
  (Alexander Belchenko, #710410)
45
75
 
46
 
Testing
47
 
*******
48
 
 
49
 
 
50
76
bzr 2.1.5
51
77
#########
52
78
 
89
115
Improvements
90
116
************
91
117
 
 
118
 * When opening formats with feature flags, optional features are
 
119
   ignored and an improved error is printed for non-optional features.
 
120
   (Jelmer Vernooij)
 
121
 
92
122
Documentation
93
123
*************
94
124