* Version 1.5.7:
    - Sync serialnumber code with verify-proxy plugin, making code OpenSSL-1.1
      API compliant
    - Cleanup manpage (and cleanup packaging of the documentation)

* Version 1.5.6:
    - Further cleanup including manpage and compiler warnings.
    - Fix license.

* Version 1.5.5:
    - Further cleanup.

* Version 1.5.4:
    - Minor bugfixes and cleanup.

* Version 1.5.3:
    - Adds the compute_jobs table and stored the environment variable
      $GATEKEEPER_JM_ID (when available) into the compute_jobs table together
      with the eff_cred_id (the unique key to all the other credential data).
      This addition is done to be able to cross-link data into GridSAFE.

* Version 1.5.2:
    Bugfix:
    - wrong types for certain variables lead to SIGABRT on RH6/64.

* Version 1.5.1:
    Bugfix release:
    - fix blocking typo in jobrep-create-basic.sql: fqan_id -> voms_fqan_id
    - improved installation instructions

* Version 1.5.0:
    - Revamped version of the jobrep API as part of the IGE Project.
    - Updated man page doc/lcmaps_jobrep.mod.8 
    - The plug-in depricates the libjobrepository or libjobrep as all of the
      ODBC interactions are handled from within the plugin.
    - Lots of settings have been removed, only the following options are left
      in the plug-in:
            --test (optional)
            --dsn <database service name>
            --username <database username>
            --password <database password> (optional, when provided in the 
                                            odbc.ini file)
    - The removed options, like ODBC database driver and network details like
      host and port, are to be set in the odbc.ini file. The man page of the
      plug-in has a basic example.
    - Renewed database schema is included in the package as PDF.

* Version 1.4.1:
  - Include manpages for the plug-in and the database utility,
    originally found in the Debian packaging.

* Version 1.4.0:
   - Changing the log messages to match the logging method used in
     LCMAPS version 1.5.0, which will be using the Syslog native log
     priority/levels.



** Plugin lcmaps-plugins-jobrepository

   Resurrected an old plugin that is capable of logging the LCMAPS
   mapping state into a relational database schema for detailed
   account mapping information gathering.


** Generic to all components:

   - adjusted to be able to use EPEL, EMI and gLite packages and
     system native library installations
   - cleanup of unused files and support for distribution tarball.
   - provide pkg-config files
   - All LCMAPS public header files are all in ${includeDir}/lcmaps/*.h


