~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-12-14 20:27:55 UTC
  • mfrom: (4634.107.2 2.0.3-dev)
  • mto: (4797.2.2 2.1)
  • mto: This revision was merged to the branch mainline in revision 4899.
  • Revision ID: john@arbash-meinel.com-20091214202755-4dxijbonauq3og01
Merge in some of the 2.0.3 stuff, start preparing 2.1.0b4

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.1.0b4 (not released yet)
9
 
##############################
 
8
bzr 2.1.0b4
 
9
###########
10
10
 
11
11
:Codename: san francisco airport
12
 
:2.1.0b4: ???
 
12
:2.1.0b4: 2009-12-14
13
13
 
14
14
Compatibility Breaks
15
15
********************
153
153
* TestCaseWithMemoryTransport no longer sets $HOME and $BZR_HOME to
154
154
  unicode strings. (Michael Hudson, #464174)
155
155
 
156
 
bzr 2.0.3 (not released yet)
157
 
############################
158
 
 
159
 
:Codename: 
160
 
:2.0.3: ???
161
 
 
162
 
Compatibility Breaks
163
 
********************
164
 
 
165
 
New Features
166
 
************
 
156
 
 
157
bzr 2.0.3
 
158
#########
 
159
 
 
160
:Codename: little italy
 
161
:2.0.3: 2009-12-14
 
162
 
 
163
 
 
164
The third stable release of Bazaar has a small handful of bugfixes. As
 
165
expected, this has no internal or external compatibility changes versus
 
166
2.0.2 (or 2.0.0).
167
167
 
168
168
Bug Fixes
169
169
*********
175
175
* Content filters are now applied correctly after pull, merge and switch.
176
176
  (Ian Clatworthy, #385879)
177
177
 
 
178
* Fix a potential segfault in the groupcompress hash map handling code.
 
179
  When inserting new entries, if the final hash bucket was empty, we could
 
180
  end up trying to access if ``(last_entry+1)->ptr == NULL``.
 
181
  (John Arbash Meinel, #490228)
 
182
 
178
183
* Improve "Binary files differ" hunk handling.  (Aaron Bentley, #436325)
179
184
 
180
 
Improvements
181
 
************
182
 
 
183
 
Documentation
184
 
*************
185
 
* Include Japanese translations for documentation (Inada Naoki)
186
 
 
187
 
API Changes
188
 
***********
189
 
 
190
 
Internals
191
 
*********
192
 
 
193
 
Testing
194
 
*******
195
 
 
196
 
 
197
185
 
198
186
bzr 2.1.0b3
199
187
###########
418
406
  start reading 'inventories', etc.) This can have a significant impact on
419
407
  peak memory for initial copies (~200MB). (John Arbash Meinel)
420
408
 
421
 
Improvements
422
 
************
423
 
 
424
 
Documentation
425
 
*************
426
 
 
427
 
API Changes
428
 
***********
429
 
 
430
 
Internals
431
 
*********
432
 
 
433
 
Testing
434
 
*******
435
 
 
436
409
 
437
410
bzr 2.0.2
438
411
#########