~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-10-01 22:11:15 UTC
  • mto: This revision was merged to the branch mainline in revision 3762.
  • Revision ID: john@arbash-meinel.com-20081001221115-loptk3y40vt7e0uv
Work around bug #276868 by blacklisting pyrex 0.9.4.1 for that extension

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