~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

(gz) Change diff-delta.c code so MemoryError can be raised from OOM rather
 than AssertionError (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
  by cacthing them so they can be re-raised in the controlling thread. It's
292
292
  available in the ``bzrlib.cethread`` module.  (Vincent Ladeuil)
293
293
 
 
294
* Correctly propogate malloc failures from diff-delta.c code as MemoryError
 
295
  so OOM conditions during groupcompress are clearly reported. This entailed a
 
296
  change to several function signatures. (Martin [gz], #633336)
 
297
 
294
298
* ``HookPoint.lazy_hook`` and ``Hooks.install_named_lazy_hook`` can install 
295
299
  hooks for which the callable is loaded lazily.  (Jelmer Vernooij)
296
300