6531.3.2
by Jelmer Vernooij
Drop obsolete files. |
1 |
This is the NEWS file from bzr-grep from before it was merged into bzr core. |
2 |
For changes before then, please refer to the main bzr log file. |
|
3 |
||
0.48.1
by Parth Malwankar
updated plugin version. |
4 |
bzr-grep 0.5.0-final - Unreleased |
5 |
==================================
|
|
0.48.12
by Parth Malwankar
updated NEWS |
6 |
* ``bzr grep`` now supports ``--diff|-p`` option to search through |
7 |
changesets. (Parth Malwankar, #540705) |
|
0.48.1
by Parth Malwankar
updated plugin version. |
8 |
|
0.40.145
by Parth Malwankar
updated NEWS |
9 |
* Option ``grep_color`` can be set in ``bazaar.conf`` instead of using |
10 |
the option ``--color`` from the command line. (Johan Dahlin) |
|
11 |
||
0.40.140
by Parth Malwankar
updated NEWS and revision numbers for release. |
12 |
bzr-grep 0.4.0-final - 08-Jun-2010 |
13 |
==================================
|
|
0.46.22
by Martin
Add NEWS entry for output formatter and -Fi changes |
14 |
* Add seperate output formatter to reduce duplication of search loops, |
15 |
additionally make -Fi use regexp rather than lowercasing pattern and |
|
0.40.138
by Parth Malwankar
updated NEWS with bug fix info. |
16 |
entirety of text for the same reason. This also fixes bug #590589 |
17 |
- UnicodeDecodeError with options -Fi. (Martin [gz]) |
|
0.46.22
by Martin
Add NEWS entry for output formatter and -Fi changes |
18 |
|
0.47.5
by Martin
Add NEWS entry for no match fast path change |
19 |
* Added fast path for no match that avoids splitting the file text into |
20 |
seperate lines and testing each one, by checking the entire text for a |
|
21 |
possible match initially. (Martin [gz]) |
|
22 |
||
0.40.140
by Parth Malwankar
updated NEWS and revision numbers for release. |
23 |
* Added Makefile. (Parth Malwankar) |
0.44.4
by Parth Malwankar
updated NEWS |
24 |
|
0.40.141
by Parth Malwankar
fixed NEWS entry. |
25 |
* Fixed setup.py to work correctly. (Martin [gz]) |
0.44.1
by Parth Malwankar
updated version number to 0.4.0dev |
26 |
|
0.40.133
by Parth Malwankar
added test case to check --color=auto |
27 |
bzr-grep 0.3.0-final - 23-May-2010 |
0.43.13
by Parth Malwankar
updated NEWS |
28 |
==================================
|
29 |
* Support for --color option (POSIX only). (Parth Malwankar, #571694) |
|
30 |
||
0.40.135
by Parth Malwankar
fixed NEWS entry. |
31 |
* Revisions in branches without trees can now be searched with |
0.40.132
by Parth Malwankar
updated NEWS. |
32 |
-r option. (Parth Malwankar, #584240) |
33 |
||
34 |
* Trying to search working tree for a treeless branch no longer |
|
0.40.134
by Parth Malwankar
spellings fixed in NEWS |
35 |
produces a stack trace but gives an error message suggesting use of |
0.40.132
by Parth Malwankar
updated NEWS. |
36 |
-r option. (Parth Malwankar, #572658) |
37 |
||
0.42.1
by Parth Malwankar
updated NEWS |
38 |
bzr-grep 0.2.0-final - 30-Mar-2010 |
39 |
==================================
|
|
0.40.125
by Parth Malwankar
updated NEWS |
40 |
* 'binary file skipped' warning is not shows without --verbose flag |
41 |
(Parth Malwankar, #539031) |
|
42 |
||
43 |
* Added support for -F/--fixed-string for faster search. |
|
44 |
Simple patterns [a-zA-Z0-9 _] are now implicitly -F and searched faster. |
|
45 |
(Parth Malwankar, #539263) |
|
46 |
||
47 |
* Better unicode handling. bzr-grep no longer crashes with UnicodeDecode |
|
48 |
error for some outputs. (Parth Malwankar, #539258) |
|
49 |
||
0.40.93
by Parth Malwankar
updated NEWS |
50 |
* Faster grep for revision range. bzr-grep now caches results for |
51 |
files that have not changed between revisions. |
|
52 |
(Parth Malwankar, #542375) |
|
53 |
||
0.40.102
by Parth Malwankar
updated NEWS |
54 |
* Faster grep for specific revision. (Parth Malwankar, #539429) |
55 |
||
0.40.73
by Parth Malwankar
updated NEWS |
56 |
* Significant performance improvement. Working tree grep for bzr.dev |
57 |
has gone from ~7.5s to ~1s. (Parth Malwankar, #539028) |
|
0.40.84
by Parth Malwankar
updated NEWS |
58 |
|
0.40.127
by Parth Malwankar
bumped up version number to 0.2.0. |
59 |
* Support for -L/--files-without-match and -l/files-with-matches |
0.40.125
by Parth Malwankar
updated NEWS |
60 |
(Parth Malwankar, #540097) |
0.40.60
by Parth Malwankar
'binary file skipped' warning is only shown with --verbose flag |
61 |
|
0.40.57
by Parth Malwankar
updated NEWS |
62 |
bzr-grep 0.1.0-final - 14-Mar-2010 |
0.40.84
by Parth Malwankar
updated NEWS |
63 |
==================================
|
0.41.16
by Parth Malwankar
updated NEWS. |
64 |
* --recursive is now default. (Parth Malwankar, #536688) |
0.40.84
by Parth Malwankar
updated NEWS |
65 |
|
0.41.16
by Parth Malwankar
updated NEWS. |
66 |
* ``bzr grep`` searches working copy by default. (Parth Malwankar, #537072) |
0.40.84
by Parth Malwankar
updated NEWS |
67 |
|
0.40.55
by Parth Malwankar
updated NEWS |
68 |
* --include/exclude=GLOB is now supported. (Parth Malwankar, #529889) |
0.41.7
by Parth Malwankar
added NEWS file |
69 |
|
70 |
bzr-grep 0.0.1-final - 10-Mar-2010 |
|
0.40.84
by Parth Malwankar
updated NEWS |
71 |
==================================
|
0.40.55
by Parth Malwankar
updated NEWS |
72 |
* Initial release (Parth Malwankar) |
0.41.7
by Parth Malwankar
added NEWS file |
73 |