~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-19 17:00:10 UTC
  • mfrom: (2911.5.4 dirstate_error_149113)
  • Revision ID: pqm@pqm.ubuntu.com-20071019170010-qyc4akzhu3rdko4b
(John Arbash Meinel) Fix bug #149113 by always returning True/False from path_content_summary for files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
  BUG FIXES:
87
87
 
 
88
   * Fix a problem with Win32 handling of the executable bit.
 
89
     (John Arbash Meinel, #149113)
 
90
 
88
91
   * ``bzr+ssh://`` and ``sftp://`` URLs that do not specify ports explicitly
89
92
     no longer assume that means port 22.  This allows people using OpenSSH to
90
93
     override the default port in their ``~/.ssh/config`` if they wish.  This