~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-03-12 20:29:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2347.
  • Revision ID: john@arbash-meinel.com-20070312202959-13znkfotwveqmm4r
Clean up NEWS to fix what actually came after 0.15-rc1 was released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
    * New ``submit:`` revision specifier makes it easy to diff against the
9
9
      common ancestor with the submit location (Aaron Bentley)
 
10
 
 
11
    * Added support for Putty's SSH implementation. (Dmitry Vasiliev)
 
12
 
 
13
  INTERNALS:
 
14
 
 
15
    * Refactored SSH vendor registration into SSHVendorManager class.
 
16
      (Dmitry Vasiliev)
 
17
 
 
18
  BUGFIXES:
 
19
 
 
20
    * New ``--numbered-dirs`` option to ``bzr selftest`` to use
 
21
      numbered dirs for TestCaseInTempDir. This is default behavior
 
22
      on Windows. Anyone can force named dirs on Windows
 
23
      with ``--no-numbered-dirs``. (Alexander Belchenko)
 
24
 
10
25
 
11
26
bzr 0.15rc1  2007-03-07
12
27
 
38
53
 
39
54
  IMPROVEMENTS:
40
55
 
41
 
    * Added support for Putty's SSH implementation. (Dmitry Vasiliev)
42
 
 
43
56
    * Support for OS Windows 98. Also .bzr.log on any windows system
44
57
      saved in My Documents folder. (Alexander Belchenko)
45
58
 
115
128
 
116
129
  INTERNALS:
117
130
 
118
 
    * Refactored SSH vendor registration into SSHVendorManager class.
119
 
      (Dmitry Vasiliev)
120
 
 
121
131
    * Internally revision ids and file ids are now passed around as utf-8
122
132
      bytestrings, rather than treating them as Unicode strings. This has
123
133
      performance benefits for Knits, since we no longer need to decode the
229
239
    * New ``--first`` option to ``bzr selftest`` to run specified tests
230
240
      before the rest of the suite.  (Martin Pool)
231
241
 
232
 
    * New ``--numbered-dirs`` option to ``bzr selftest`` to use
233
 
      numbered dirs for TestCaseInTempDir. This is default behavior
234
 
      on Windows. Anyone can force named dirs on Windows
235
 
      with ``--no-numbered-dirs``. (Alexander Belchenko)
236
 
      
237
242
 
238
243
bzr 0.14  2007-01-23
239
244