~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-02 16:39:34 UTC
  • mfrom: (3757.2.2 block_pyrex_0.9.4.1)
  • Revision ID: pqm@pqm.ubuntu.com-20081002163934-wr8i2p311nimbszm
(jam) blacklist pyrex-0.9.4.1 from compiling _dirstate_helpers_c.pyx

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    * ``bzr+http//`` will now optionally load plugins and write logs on the
19
19
      server. (Marius Kruger)
20
20
 
 
21
    * ``bzrlib._dirstate_helpers_c.pyx`` does not compile correctly with
 
22
      Pyrex 0.9.4.1 (it generates C code which causes segfaults). We
 
23
      explicitly blacklist that version of the compiler for that
 
24
      extension. Packaged versions will include .c files created with
 
25
      pyrex >= 0.9.6 so it doesn't effect releases, only users running
 
26
      from the source tree. (John Arbash Meinel, #276868)
 
27
 
21
28
  FEATURES
22
29
 
23
30
    * bzr is now compatible with python-2.6. python-2.6 is not yet officially