eurphia v1.0.1

This release is a pure bugfix release, both solving several potential
and reported issues.

The most sever issue is a stack smashing issue which was discovered and reported
to https://sourceforge.net/tracker/index.php?func=detail&aid=3051513&group_id=236344&atid=1099760

It also added updates to eurephia.spec during the package review for Fedora.

The complete list of changes are:
      Updated errornous URL for eurephia sources in .spec file
      Added extra checks for POSIX semaphore functions
      More updates to eurephia.spec
      Show which cmake version is being used before starting the configuration
      Cosmetic debug logging fix
      Updated with comments from Fedora package reviews
      Corrected a typo in eurephia_init
      Fixed Doxygen complaints
      Fixed an overflow issue with memset() in eurephiadm
      Do check the result of fgets()
      Fixed compiler warning: loop could be used uninitialised
      Fixed a buffer overflow issue in eurephia_init
      Fixed a SEGV issue when adding values to a value chain
      Indicate that CMake 2.6.1 is needed in Doxygen docs.

To get a more comprehensive changelog, please do:

     $ git log v1.0.0..v1.0.1