~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-10 08:15:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050510081558-9a38e2c46ba4ebc4
- Patch from Fredrik Lundh to check Python version and 
  try to find a better one if it's too old.

  Patched to try to prevent infinite loops in wierd configurations,
  and to log to stderr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    * New "stat cache" avoids reading the contents of files if they 
37
37
      haven't changed since the previous time.
38
38
 
 
39
    * If the Python interpreter is too old, try to find a better one
 
40
      or give an error.  Based on a patch from Fredrik Lundh.
 
41
 
39
42
  
40
43
  BUG FIXES:
41
44