bzr-grep 0.2.0-final released

Written for bzr-grep by Parth Malwankar on 2010-03-30

Changes since last release.

* 'binary file skipped' warning is not shows without --verbose flag
  (#539031)

* Added support for -F/--fixed-string for faster search.
  Simple patterns [a-zA-Z0-9 _] are now implicitly -F and searched faster.
  (#539263)

* Better unicode handling. bzr-grep no longer crashes with UnicodeDecode
  error for some outputs. (#539258)

* Faster grep for revision range. bzr-grep now caches results for
  files that have not changed between revisions.
  (#542375)

* Faster grep for specific revision. (#539429)

* Significant performance improvement. Working tree grep for bzr.dev
  has gone from ~7.5s to ~1s. (#539028)

* Support for -L/--files-without-match and -l/files-with-matches
  (#540097)

Read all announcements