~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge from mbp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
      This gives better integration with user settings such as ProxyCommand.
28
28
      (James Henstridge)
29
29
 
30
 
    * Sftp paths can now be relative, or local, according to the IETF draft spec.
31
 
      Paths now take the form:
 
30
    * Sftp paths can now be relative, or local, according to the IETF 
 
31
      draft spec.  Paths now take the form:
32
32
      sftp://user:pass@host:port/relative/path
33
33
      or
34
34
      sftp://user:pass@host:port/%2Fabsolute/path
35
35
      or
36
36
      sftp://user:pass@host:port//absolute/path
37
37
 
 
38
    * configure.in and config.guess are no longer in the builtin default 
 
39
      ignore list.
 
40
 
38
41
  IMPROVEMENTS:
39
42
 
40
43
    * "bzr INIT dir" now initializes the specified directory, and creates 
172
175
    * Much better error message if one of the test suites can't be 
173
176
      imported.  (Martin Pool)
174
177
 
 
178
    * Make check now runs the test suite twice - once with the default locale,
 
179
      and once with all locales forced to C, to expose bugs. This is not 
 
180
      trivially done within python, so for now its only triggered by running
 
181
      Make check. Integrators and packagers who wish to check for full 
 
182
      platform support should run 'make check' to test the source.
 
183
      (Robert Collins)
 
184
 
175
185
    * Tests can now run TestSkipped if they can't execute for any reason.
176
 
      (Martin Pool)
 
186
      (Martin Pool) (NB: TestSkipped should only be raised for correctable
 
187
      reasons - see the wiki spec ImprovingBzrTestSuite).
177
188
 
178
189
  INTERNALS:
179
190