~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(vila) Merge 2.1 into 2.2 to pick up fix for lp:686611 (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
Bug Fixes
26
26
*********
27
27
 
 
28
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
 
29
  path on windows from symlink support addition. (Martin [gz], #686611)
 
30
 
28
31
* Don't probe for a repository from within ``NotBranchError.__repr__``,
29
32
  because this can cause knock-on errors at awkward times.
30
33
  (Andrew Bennetts, #687653)
246
249
Bug Fixes
247
250
*********
248
251
 
 
252
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
 
253
  path on windows from symlink support addition. (Martin [gz], #686611)
 
254
 
249
255
* Skip tests that needs a bzr source tree when there isn't one. This is
250
256
  needed to succesfully run the test suite for installed versions.
251
257
  (Vincent Ladeuil, #644855).
375
381
Bug Fixes
376
382
*********
377
383
 
 
384
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
 
385
  path on windows from symlink support addition. (Martin [gz], #686611)
 
386
 
378
387
Improvements
379
388
************
380
389