     ********************************************************************      
     *                                                                  *      
     *  2005-2022 (C) The Pulsar Engineering (http://www.thepulsar.be)  *      
     *                                                                  *      
     ********************************************************************      


You may redistribute and modify the documents under the terms of the GNU LESSER
GENERAL PUBLIC LICENSE Version3 only. The documents are distributed WITHOUT ANY
EXPRESS OR IMPLIED WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY
AND FITNESS FOR APARTICULAR PURPOSE.

CHANGELOG:
----------

v0.1:
        initial release for job system

v0.2:
	added support for linux

v0.3:
	added instancers

v0.4:
	added SPC0 file format and storage buffers

v0.5:
	added scope tickets, scoped event callbacks and notify base class

v0.5.1:
	corrected header files of v0.5 that were not updated by git correctly

v0.6:
	added messaging

v0.7:
	added scope access to private parts

v0.8:
	added centralized message handler and uid generator

v0.8.1:
	fixed memory leak in uid linux

v0.9:
	added networking utilities (messaging over TCP/IP)

v0.9.1:
	fixed multiple connect() issue in client.hi

v0.10:
	added sessions for TCP messaging

v0.11:
	added library/modules