~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-10-23 07:15:13 UTC
  • mfrom: (2926 +trunk)
  • mto: (2961.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2962.
  • Revision ID: v.ladeuil+lp@free.fr-20071023071513-elryt6g2at34d2ur
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
   * Show encodings, locale and list of plugins in the traceback message.
79
79
     (Martin Pool, #63894)
80
80
 
 
81
 
 
82
  DOCUMENTATION:
 
83
 
 
84
   * New *Bazaar in Five Minutes* guide.  (Matthew Revell)
 
85
 
81
86
  BUG FIXES:
82
87
 
 
88
   * Make sure to use ``O_BINARY`` when opening files to check their
 
89
     sha1sum. (Alexander Belchenko, John Arbash Meinel, #153493)
 
90
 
 
91
   * Fix a problem with Win32 handling of the executable bit.
 
92
     (John Arbash Meinel, #149113)
 
93
 
83
94
   * ``bzr+ssh://`` and ``sftp://`` URLs that do not specify ports explicitly
84
95
     no longer assume that means port 22.  This allows people using OpenSSH to
85
96
     override the default port in their ``~/.ssh/config`` if they wish.  This
104
115
   * Fix selftest semi-random noise during http related tests.
105
116
     (Vincent Ladeuil, #140614)
106
117
 
 
118
   * Fix typo in ftp.py making the reconnection fail on temporary errors.
 
119
     (Vincent Ladeuil, #154259)
 
120
 
107
121
   * Fix failing test by comparing real paths to cover the case where the TMPDIR
108
122
     contains a symbolic link.
109
123
     (Vincent Ladeuil, #141382).