~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

mergeĀ fromĀ Martin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
UNRELEASED CHANGES
 
1
bzr 0.7rc1 2006-01-09
2
2
 
3
3
  CHANGES:
4
4
 
42
42
    * configure.in and config.guess are no longer in the builtin default 
43
43
      ignore list.
44
44
 
 
45
    * '.sw[nop]' pattern ignored, to ignore vim swap files for nameless
 
46
      files.  (John Arbash Meinel, Martin Pool)
 
47
 
45
48
  IMPROVEMENTS:
46
49
 
47
50
    * "bzr INIT dir" now initializes the specified directory, and creates 
150
153
    * Fix bugs in bzr status display of non-ascii characters.  (Martin 
151
154
      Pool)
152
155
 
 
156
    * Remove Makefile.in from default ignore list.  (#6413, Tollef Fog 
 
157
      Heen, Martin Pool)
 
158
 
153
159
  TESTING:
154
160
 
155
161
    * Fix selftest asking for passwords when there are no SFTP keys.