~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-07 06:38:15 UTC
  • mfrom: (3766.1.6 279381-readdir)
  • Revision ID: pqm@pqm.ubuntu.com-20081007063815-40cch4v8h4jcpw33
(mbp) #279381 reset errno before calling readdir

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
  BUG FIXES:
81
81
 
 
82
    * Avoid random failures arising from misinterpreted ``errno`` values
 
83
      in ``_readdir_pyx.read_dir``.
 
84
      (Martin Pool, #279381)
 
85
 
82
86
    * Branching from a shared repository on a smart server into a new
83
87
      repository now preserves the repository format.
84
88
      (Andrew Bennetts, #269214)