Version 0.1.3:
-   Add BUGS file and proper LICENSE file
-   minor fixes

Version 0.1.2:
-   Fix remaining compiler warnings, finalizing 0.1.1.

Version 0.1.1:
-   Cleanup of unneeded tests, minor bugfixes.

Version 0.1.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.

-   Fixed the initialization checks for the MINGID and MAXGID values to be a
    proper number. This was done by adding extra checks around strtol().




Plugin lcmaps-plugins-tracking-groupid (NEW) - GGUS ticket #69159:
The goal of this new LCMAPS plugin is to preserve Batch System (like SGE and Condor) issued Tracking Group IDs and preserve them between the Pilot Job and Payload context in a Multi User Pilot Job environment. Especially useful for batch system that use the Tracking Group ID feature in Condor and Sun Grid Engine / Oracle Grid Engine batch systems.

tracking_groupid = "lcmaps_tracking_groupid.mod"
                   "--tracking-groupid-min MINGID"
                   "--tracking-groupid-max MAXGID"



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


