~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/grep/NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
4
 
bzr-grep 0.5.0-final - Unreleased
5
 
==================================
6
 
* ``bzr grep`` now supports ``--diff|-p`` option to search through
7
 
  changesets. (Parth Malwankar, #540705)
8
 
 
9
 
* Option ``grep_color`` can be set in ``bazaar.conf`` instead of using
10
 
  the option ``--color`` from the command line. (Johan Dahlin)
11
 
 
12
 
bzr-grep 0.4.0-final - 08-Jun-2010
13
 
==================================
14
 
* Add seperate output formatter to reduce duplication of search loops,
15
 
  additionally make -Fi use regexp rather than lowercasing pattern and
16
 
  entirety of text for the same reason. This also fixes bug #590589
17
 
  - UnicodeDecodeError with options -Fi. (Martin [gz])
18
 
 
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
 
 
23
 
* Added Makefile. (Parth Malwankar)
24
 
 
25
 
* Fixed setup.py to work correctly. (Martin [gz])
26
 
 
27
 
bzr-grep 0.3.0-final - 23-May-2010
28
 
==================================
29
 
* Support for --color option (POSIX only). (Parth Malwankar, #571694)
30
 
 
31
 
* Revisions in branches without trees can now be searched with
32
 
  -r option. (Parth Malwankar, #584240)
33
 
 
34
 
* Trying to search working tree for a treeless branch no longer
35
 
  produces a stack trace but gives an error message suggesting use of
36
 
  -r option. (Parth Malwankar, #572658)
37
 
 
38
 
bzr-grep 0.2.0-final - 30-Mar-2010
39
 
==================================
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
 
 
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
 
 
54
 
* Faster grep for specific revision. (Parth Malwankar, #539429)
55
 
 
56
 
* Significant performance improvement. Working tree grep for bzr.dev
57
 
  has gone from ~7.5s to ~1s. (Parth Malwankar, #539028)
58
 
 
59
 
* Support for -L/--files-without-match and -l/files-with-matches
60
 
  (Parth Malwankar, #540097)
61
 
 
62
 
bzr-grep 0.1.0-final - 14-Mar-2010
63
 
==================================
64
 
* --recursive is now default. (Parth Malwankar, #536688)
65
 
 
66
 
* ``bzr grep`` searches working copy by default. (Parth Malwankar, #537072)
67
 
 
68
 
* --include/exclude=GLOB is now supported. (Parth Malwankar, #529889)
69
 
 
70
 
bzr-grep 0.0.1-final - 10-Mar-2010
71
 
==================================
72
 
* Initial release (Parth Malwankar)
73