~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-06 18:58:42 UTC
  • mfrom: (4719.3.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091006185842-58f209ak0u65zzr8
(arkanes) Add Cython support in setup.py if Pyrex is not found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  automatically benefit from this feature when ``bzr`` on the server is
38
38
  upgraded.  (Andrew Bennetts, #109143)
39
39
 
 
40
* Extensions can now be compiled if either Cython or Pyrex is available.
 
41
  Currently Pyrex is preferred, but that may change in the future.
 
42
  (Arkanes)
 
43
 
40
44
* Give more control on BZR_PLUGIN_PATH by providing a way to refer to or
41
45
  disable the user, site and core plugin directories.
42
46
  (Vincent Ladeuil, #412930, #316192, #145612)