/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

  • Committer: Vincent Ladeuil
  • Date: 2010-04-22 10:20:40 UTC
  • mfrom: (5050.3.4 2.2)
  • mto: This revision was merged to the branch mainline in revision 5173.
  • Revision ID: v.ladeuil+lp@free.fr-20100422102040-3nv01vm15i8qjip0
Merge 2.2 into bzr.dev

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
bzr 2.2.b3
 
9
#########
 
10
 
 
11
:2.2.b3: 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
 * ``bzr selftest --parallel=subprocess`` now works correctly on win32.
 
38
   (Gordon Tyler, #551332)
 
39
 
 
40
 
8
41
bzr 2.2b2
9
42
#########
10
43
 
11
 
:2.2b2: NOT RELEASED YET
12
 
 
13
 
Compatibility Breaks
14
 
********************
 
44
:2.2b2: 2010-04-16
 
45
 
 
46
This is a somewhat early second beta of the 2.2 series, to fix a python2.4
 
47
incompatibility in the 2.2b1 release.  It also includes a swag of
 
48
performance, usability and correctness improvements: test feedback on all
 
49
of these would be welcome.
 
50
 
15
51
 
16
52
New Features
17
53
************
54
90
* Fix glitch in the warning about unclean trees display.
55
91
  (Vincent Ladeuil, #562665)
56
92
 
 
93
* Fixed Python2.4 incompatibilities in the bzr2.2b1 source tarball.
 
94
  (Martin Pool)
 
95
 
57
96
* Help messages generated by ``RegistryOption.from_kwargs`` list the
58
97
  switches in alphabetical order, rather than in an undefined order.
59
98
  (Martin von Gagern, #559409)
110
149
  less.)
111
150
  (Martin Pool, #553017)
112
151
 
113
 
Documentation
114
 
*************
115
 
 
116
152
API Changes
117
153
***********
118
154
 
129
165
  Command is now transient and only exists for the duration of ``run()``.
130
166
  (Robert Collins)
131
167
 
132
 
Testing
133
 
*******
134
 
 
135
 
* ``bzr selftest --parallel=subprocess`` now works correctly on win32.
136
 
  (Gordon Tyler, #551332)
137
168
 
138
169
bzr 2.2.0b1
139
170
###########
140
171
 
141
 
:2.2.0b1: Not released yet
 
172
:2.2.0b1: 2010-04-01
142
173
 
143
174
Compatibility Breaks
144
175
********************