[ANN] bzr-grep 0.4.0 released
Parth Malwankar
parth.malwankar at gmail.com
Tue Jun 8 10:27:11 BST 2010
Hello,
I am happy to announce bzr-grep[1] 0.4.0. This released fixes
some bugs and has some performance optimizations.
I would like to thank Martin [gz] for the various merge proposals
he provided for this release.
Changes since 0.3.0:
* Add seperate output formatter to reduce duplication of search loops,
additionally make -Fi use regexp rather than lowercasing pattern and
entirety of text for the same reason. This also fixes bug #590589
- UnicodeDecodeError with options -Fi. (Martin [gz])
* Added fast path for no match that avoids splitting the file text into
seperate lines and testing each one, by checking the entire text for a
possible match initially. (Martin [gz])
* Added Makefile. (Parth Malwankar)
* Fixed setup.py to work correctly. (Martin [gz])
See the plugin guide[2] for details on installing bazaar plugins.
Regards,
Parth
[1] https://launchpad.net/bzr-grep
[2] http://doc.bazaar.canonical.com/plugins/en/plugin-installation.html
More information about the bazaar
mailing list