Version 1.4, 2013-11-20
=======================
* Default behaviour in 1.4 has changed to search anywhere on line
* Includes regex to search anywhere on line (based on Jeff Makey's patch)
* Added -x option to search without regex, old-style strict (faster)
* Makefile and packaging update rollup, courtesy Ryan Finnie <ryan@finnie.org>
* Adopted DocBook man format, contributed by Ryan Finnie <ryan@finnie.org>
* Enhanced documentation and manual page
* Increased maximum line length to 1024 bytes


Version 1.3, 2005-04-23
=======================
* Much faster than past versions due to binary search of patterns
* Decreased memory usage
* Applied search improvements suggested by Dick Wesseling <ftu@fi.uu.nl>
* Now supports IP ranges as well as CIDR format
* Improved usage to be more grep-like (e.g. filename on command line)
* Now uses grep-like exit code (0=ok, 1=no match, 2=error)


Version 1.2, 2004-04-23
=======================
* Improved algorithm for faster processing with large number of patterns
  (approx. 50 times as fast on test set, with specs from diverse regions)


version 1.1, 2004-02-16
=======================
* New algorithm has increased speed by about 2.4 times!
* Added -c (count) option, like grep
* Reduced memory usage in case loading large files (-f)
* Added simple Makefile


version 1.0, 2004-02-14
=======================
* First public release
