~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
 
109
109
  BUG FIXES:
110
110
 
 
111
    * API versioning support now has a multiple-version checking api
 
112
      ``require_any_api``. (Robert Collins, #279447)
 
113
 
111
114
    * Avoid random failures arising from misinterpreted ``errno`` values
112
115
      in ``_readdir_pyx.read_dir``.
113
116
      (Martin Pool, #279381)
114
117
 
 
118
    * A failure to load a plugin due to an IncompatibleAPI exception is
 
119
      now correctly reported. (Robert Collins, #279451)
 
120
 
115
121
    * Branching from a shared repository on a smart server into a new
116
122
      repository now preserves the repository format.
117
123
      (Andrew Bennetts, #269214)