~mbp/bzr/remove-logging

« back to all changes in this revision

Viewing changes to NEWS

(jam) Fix bug #485771,
        only change slashes on arguments that are being globbed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
* Lots of bugfixes for the test suite on Windows. We should once again
41
41
  have a test suite with no failures on Windows. (John Arbash Meinel)
42
42
 
 
43
* The new glob expansion on Windows would replace all ``\`` characters
 
44
  with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
 
45
  etc. Now only change slashes if there is something being glob expanded.
 
46
  (John Arbash Meinel, #485771)
 
47
 
43
48
Improvements
44
49
************
45
50