Version 0.1.4:
-   Make plugin directory configurable, can be set using --with-ees-moduledir
-   Make logfile name configurable, can be set using --with-ees-log
-   Make conf file location configurable, can be set using --with-ees-conf
-   Only .so files are created for the plugins, no longer .so.* files.
-   Use SHREXT to determine plugin extension (e.g. so, dylib ...)
-   General cleanup of what is installed and what not.
-   Do not enable service by default (chkconfig: - in init script).
-   Add logrotate script.
-   Don't use yywrap, prevent missing symbols.

Version 0.1.3:
-   Fixed to work on Red Hat 6.
-   Creates /var/log/ees/ with root:ees and 770
-   Creates /etc/ees.conf with root:ees and 640
-   Now expects the libxacml to be installed, significant for the SRPM builds.

