~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
 
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
    * New merge-directive command to generate machine- and human-readable merge
 
6
      requests.  (Aaron Bentley)
2
7
 
3
8
bzr 0.15rc1  2007-03-07
4
9
 
30
35
 
31
36
  IMPROVEMENTS:
32
37
 
 
38
    * Added support for Putty's SSH implementation. (Dmitry Vasiliev)
 
39
 
33
40
    * Support for OS Windows 98. Also .bzr.log on any windows system
34
41
      saved in My Documents folder. (Alexander Belchenko)
35
42
 
105
112
 
106
113
  INTERNALS:
107
114
 
 
115
    * Refactored SSH vendor registration into SSHVendorManager class.
 
116
      (Dmitry Vasiliev)
 
117
 
108
118
    * Internally revision ids and file ids are now passed around as utf-8
109
119
      bytestrings, rather than treating them as Unicode strings. This has
110
120
      performance benefits for Knits, since we no longer need to decode the