~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-09-17 04:35:23 UTC
  • mfrom: (5050.17.20 2.2)
  • mto: This revision was merged to the branch mainline in revision 5431.
  • Revision ID: andrew.bennetts@canonical.com-20100917043523-c5t63gmvxqxmqh5j
Merge lp:bzr/2.2, including fixes for #625574, #636930, #254278.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
  to a symlink, now returns information about the symlink.
188
188
  (Martin Pool)
189
189
 
 
190
* Upgrading or fetching from a non-rich-root repository to a rich-root
 
191
  repository (e.g. from pack-0.92 to 2a) no longer fails with
 
192
  ``'Inter1and2Helper' object has no attribute 'source_repo'``.
 
193
  (Andrew Bennetts, #636930)
 
194
  
190
195
* Wait for the SSH server to actually finish, rather than just waiting for
191
196
  it to negotiate the key exchange. (John Arbash Meinel, #626876)
192
197
 
311
316
  distributed evenly among the parallel test suites, rather than slowing
312
317
  down just one suite.  (Andrew Bennetts)
313
318
 
 
319
* Tracebacks from a parameterized test are no longer reported against every
 
320
  parameterization of that test.  This was done by adding a custom
 
321
  ``__copy__`` method to TestCase, so that ``multiply_tests`` no longer
 
322
  causes testtools.TestCase instances to share a details dict (or other
 
323
  mutable attributes).  (Andrew Bennetts, #625574)
 
324
 
314
325
 
315
326
bzr 2.2.1
316
327
#########
350
361
  later which can mangle bytestrings printed to the console.
351
362
  (Martin [gz], #631350)
352
363
 
 
364
* Upgrading or fetching from a non-rich-root repository to a rich-root
 
365
  repository (e.g. from pack-0.92 to 2a) no longer fails with
 
366
  ``'Inter1and2Helper' object has no attribute 'source_repo'``.  This was
 
367
  a regression from Bazaar 2.1.  (Andrew Bennetts, #636930)
 
368
  
 
369
 
353
370
Improvements
354
371
************
355
372
 
366
383
* Remove used and broken code path in ``BranchInitHookParams.__repr__``.
367
384
  (Andrew Bennetts)
368
385
 
 
386
Testing
 
387
*******
 
388
 
 
389
* Tracebacks from a parameterized test are no longer reported against every
 
390
  parameterization of that test.  This was done by adding a custom
 
391
  ``__copy__`` method to TestCase, so that ``multiply_tests`` no longer
 
392
  causes testtools.TestCase instances to share a details dict (or other
 
393
  mutable attributes).  (Andrew Bennetts, #625574)
 
394
 
369
395
 
370
396
bzr 2.2
371
397
#######
1444
1470
* Recursive binding for checkouts is now detected by bzr. A clear error
1445
1471
  message is shown to the user. (Parth Malwankar, #405192)
1446
1472
 
 
1473
* Stop ``AttributeError: 'module' object has no attribute 'ElementTree'``
 
1474
  being thrown from ``xml_serializer`` on certain cElementTree setups.
 
1475
  (Martin [gz], #254278)
 
1476
 
1447
1477
Improvements
1448
1478
************
1449
1479