~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-06-07 21:04:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060607210412-1e37f8a3b0ed8dc1
Update NEWS with all of the bugs that this fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
   * Tests updates to ensure proper URL handling, UNICODE support, and
 
6
     proper printing when the user's terminal encoding cannot display 
 
7
     the path of a file that has been versioned.
 
8
     ``bzr branch`` can take a target URL rather than only a local directory.
 
9
     Branch.get_parent()/set_parent() now save a relative path if possible,
 
10
     and normalize the parent based on root, allowing access across
 
11
     different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
 
12
     (Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
 
13
      #42517, #42514)
 
14
 
5
15
   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
6
16
     Use terminal width for single-line logs from ``bzr log --line`` and
7
17
     pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)