~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin
  • Date: 2010-06-05 13:37:30 UTC
  • mto: (0.40.137 grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: gzlist@googlemail.com-20100605133730-96kqmfhtxb45qcpt
Give in and make formatter a class so path and revno only need to be passed once per file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr-grep 0.3.0-final - 23-May-2010
 
2
==================================
 
3
* Support for --color option (POSIX only). (Parth Malwankar, #571694)
 
4
 
 
5
* Revisions in branches without trees can now be searched with
 
6
  -r option. (Parth Malwankar, #584240)
 
7
 
 
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)
 
11
 
 
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)
 
16
 
 
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)
 
20
 
 
21
* Better unicode handling. bzr-grep no longer crashes with UnicodeDecode
 
22
  error for some outputs. (Parth Malwankar, #539258)
 
23
 
 
24
* Faster grep for revision range. bzr-grep now caches results for
 
25
  files that have not changed between revisions.
 
26
  (Parth Malwankar, #542375)
 
27
 
 
28
* Faster grep for specific revision. (Parth Malwankar, #539429)
 
29
 
 
30
* Significant performance improvement. Working tree grep for bzr.dev
 
31
  has gone from ~7.5s to ~1s. (Parth Malwankar, #539028)
 
32
 
 
33
* Support for -L/--files-without-match and -l/files-with-matches
 
34
  (Parth Malwankar, #540097)
 
35
 
 
36
bzr-grep 0.1.0-final - 14-Mar-2010
 
37
==================================
 
38
* --recursive is now default. (Parth Malwankar, #536688)
 
39
 
 
40
* ``bzr grep`` searches working copy by default. (Parth Malwankar, #537072)
 
41
 
 
42
* --include/exclude=GLOB is now supported. (Parth Malwankar, #529889)
 
43
 
 
44
bzr-grep 0.0.1-final - 10-Mar-2010
 
45
==================================
 
46
* Initial release (Parth Malwankar)
 
47