1
bzr-grep 0.3.0-final - 23-May-2010
2
==================================
3
* Support for --color option (POSIX only). (Parth Malwankar, #571694)
5
* Revisions in branches without trees can now be searched with
6
-r option. (Parth Malwankar, #584240)
8
* Trying to search working tree for a treeless branch no longer
9
produces a stack trace but gives an error message suggesting use of
10
-r option. (Parth Malwankar, #572658)
12
bzr-grep 0.2.0-final - 30-Mar-2010
13
==================================
14
* 'binary file skipped' warning is not shows without --verbose flag
15
(Parth Malwankar, #539031)
17
* Added support for -F/--fixed-string for faster search.
18
Simple patterns [a-zA-Z0-9 _] are now implicitly -F and searched faster.
19
(Parth Malwankar, #539263)
21
* Better unicode handling. bzr-grep no longer crashes with UnicodeDecode
22
error for some outputs. (Parth Malwankar, #539258)
24
* Faster grep for revision range. bzr-grep now caches results for
25
files that have not changed between revisions.
26
(Parth Malwankar, #542375)
28
* Faster grep for specific revision. (Parth Malwankar, #539429)
30
* Significant performance improvement. Working tree grep for bzr.dev
31
has gone from ~7.5s to ~1s. (Parth Malwankar, #539028)
33
* Support for -L/--files-without-match and -l/files-with-matches
34
(Parth Malwankar, #540097)
36
bzr-grep 0.1.0-final - 14-Mar-2010
37
==================================
38
* --recursive is now default. (Parth Malwankar, #536688)
40
* ``bzr grep`` searches working copy by default. (Parth Malwankar, #537072)
42
* --include/exclude=GLOB is now supported. (Parth Malwankar, #529889)
44
bzr-grep 0.0.1-final - 10-Mar-2010
45
==================================
46
* Initial release (Parth Malwankar)