~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Update news and readme

- better explanation of dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
      gpg_signing_command (defaults to gpg) and record a digital signature
31
31
      of your commit. (Robert Collins)
32
32
 
 
33
    * New sftp transport, based on Paramiko.  (Robey Pointer)
 
34
 
33
35
  TESTING:
34
36
 
35
37
    * The 'bzr selftest --pattern' option for has been removed, now 
92
94
      which allows direct access to the common case of 'get me this file
93
95
      from its branch'. (Robert Collins)
94
96
 
 
97
    * Transports can register using register_lazy_transport, and they 
 
98
      will be loaded when first used.  (Martin Pool)
 
99
 
95
100
  BUG FIXES:
96
101
 
97
102
    * Better handling of branches in directories with non-ascii names.