~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge from integration.

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.  
268
274
    * Simplify handling of DivergedBranches in cmd_pull().
269
275
      (Michael Ellerman)
270
276
                   
271
 
   
 
277
    * Deprecated functions and methods can now be marked as such using the 
 
278
      bzrlib.symbol_versioning module. Marked method have their docstring
 
279
      updated and will issue a DeprecationWarning using the warnings module
 
280
      when they are used. (Robert Collins)
 
281
 
 
282
    * bzrlib.osutils.safe_unicode now exists to provide parameter coercion
 
283
      for functions that need unicode strings. (Robert Collins)
 
284
 
272
285
bzr 0.6 2005-10-28
273
286
 
274
287
  IMPROVEMENTS: