~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-09-16 11:59:14 UTC
  • mto: This revision was merged to the branch mainline in revision 4699.
  • Revision ID: john@arbash-meinel.com-20090916115914-37h5y0tgfp2o4tyl
Fix bug #430645, don't issue a warning when failing to import _readdir_pyx the second time.

We will still warn if it isn't available for walking directories,
we just ignore it when it is only being used for a fairly simple function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  the partial packs created during the conversion not being consolidated
53
53
  at the end of the conversion process. (Robert Collins, #423818)
54
54
 
 
55
* Don't give a warning on Windows when failing to import ``_readdir_pyx``
 
56
  as it is never built. (John Arbash Meinel, #430645)
 
57
 
55
58
* Don't restrict the command name used to run the test suite.
56
59
  (Vincent Ladeuil, #419950)
57
60