======================================================================
Version 1.1.0, by Aleksey Cheusov, Sat, 29 Apr 2017 23:00:24 +0300

  jrep:
    - New option "-d"  (synonym for "--directories") was added.
    - New option "--exclude-dir" (idea cames from GNU grep) was added.

  jrep man page: fixes and additions.

  Option "-O" extensions:
    - New mode $f for printing filename with match was added.
    - New modes $< and $> modes were added for coloring the formatted
      output.
    - New modifier "b" was added for baseline(3)-ing found group or
      filename.
    - New modifier "e" was added for removing file extension.
    - New modifiers "c" and "C" were added for CSV-quoting found group or
      filename.
    - Modifiers "s" and "t" handle Unicode spaces.

  New maven plugin for building uber jar. Also, jar sets the default
  main class. Kudos to Aliaksei Kushunin!

  "bat" file was added for Windows systems. Kudos to Aliaksei Kushunin!

======================================================================
Version 1.0.1, by Aleksey Cheusov, Sun, 16 Apr 2017 13:24:57 +0300

  Documentation for option --exclude-from was added to man page.

  Fix escaping backslashes with modifier "n" of option -O.

======================================================================
Version 0.6.1, by Aleksey Cheusov, Fri,  1 Jul 2016 22:30:00 +0300

  Option -v now works correctly with multiple -e.
  Thanks to darkness@ for the report!

  Fix infinite loop when regular expression matches an emoty string.

======================================================================
Version 0.6.0, by Aleksey Cheusov, Sun, 29 May 2016 04:06:04 +0300

  Since this release jgrep renamed to jrep because jgrep name is
  already used by another open source project[s].

  jrep_jni: only .so is build. Neither .a nor symlinks.

  DOCDIR is initialized correctly (?= instead of =).

  Support for out of tree build was added.

  Code clean-ups and refactoring.

======================================================================
Version 0.5.2, by Aleksey Cheusov, Sat, 28 May 2016 18:04:33 +0300

  Fixed:
    - installation directory for doc/ subproject (README, NEWS etc.)
    - README
    - Installation instructions

======================================================================
Version 0.5.1, by Aleksey Cheusov, Fri, 27 May 2016 20:35:06 +0300

  Fix in coloring/highlighting code

======================================================================
Version 0.5.0, by Aleksey Cheusov, Thu, 26 May 2016 21:21:16 +0300

  Option --directories was implemented.

  -r and -R accepts file as free arguments

  Support for JGREP_NO_JNI environment variable was introduced
  
======================================================================
Version 0.4.0, by Aleksey Cheusov, Wed, 25 May 2016 00:59:17 +0300

  Support for Windows was added (No JNI => No colors)

  jar/Makefile: MAVEN_OPTS variable was added

  Fix:
    - Options --include, --exclude and --exclude-from work correct
      without -R/-r option.
    - Options --exclude and --exclude-from work like in grep(1) if
      paths is given

======================================================================
Version 0.3.0, by Aleksey Cheusov, Mon, 23 May 2016 06:41:54 +0300

  Additions:
    - Option -O: support for curly braces and special characters
      inside.
    - Option -R.
    - Support for --color=auto, which now the default.
    - Support for UNIX locale (LC_CTYPE variable / "file.encoding"
      Java property).

  POD and man page were moved from jar/ to scripts/ subdirectory.

  Fix: -O no longer outputs "null" if the specified group is not
  found.

======================================================================
Version 0.2, by Aleksey Cheusov, Sat, 14 May 2016 22:01:48 +0300

  First publicly available release
