~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrej A Antonov
  • Date: 2010-09-29 23:30:28 UTC
  • mto: This revision was merged to the branch mainline in revision 5454.
  • Revision ID: polymorphm@gmail.com-20100929233028-qtcrjdxl00niz8ux
created NEWS-entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  using this, make sure the process holding the lock really is dead.)
35
35
  (Martin Pool, #392315)
36
36
 
 
37
* Print junk rather than throwing a UnicodeDecodeError from ``bzr version-info``
 
38
  when using the rio format (with non-ascii information) on a non-utf-8 terminal.
 
39
  (Andrej A Antonov, #518609)
 
40
 
37
41
* Skip tests that needs a bzr source tree when there isn't one. This is
38
42
  needed to succesfully run the test suite for installed versions.
39
43
  (Vincent Ladeuil, #644855).