~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-08 02:01:04 UTC
  • mfrom: (3766.3.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081008020104-e68hyxx45qo19nzx
(robertc) Fix two api versioning related bugs - 279447 and 279451.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
  BUG FIXES:
91
91
 
 
92
    * API versioning support now has a multiple-version checking api
 
93
      ``require_any_api``. (Robert Collins, #279447)
 
94
 
92
95
    * Avoid random failures arising from misinterpreted ``errno`` values
93
96
      in ``_readdir_pyx.read_dir``.
94
97
      (Martin Pool, #279381)
95
98
 
 
99
    * A failure to load a plugin due to an IncompatibleAPI exception is
 
100
      now correctly reported. (Robert Collins, #279451)
 
101
 
96
102
    * Branching from a shared repository on a smart server into a new
97
103
      repository now preserves the repository format.
98
104
      (Andrew Bennetts, #269214)