The "/nmon/lmon12d" file could not be found or is not available. Please select another file.

Qore is a scripting language supporting threading and embedded logic, designed for applying a flexible scripting-based approach to enterprise interface development but is also useful as a general purpose language.

-------------
Version 0.2.2
-------------

when compiled with qore >= 0.8.0:
* updated date/time de/serialization to use new APIs when available with
  resolution to the microsecond
* Qore DateTimeNode -> TibrvMsgDateTime conversion is done in UTC; that is
  date/time values are sent over the wire in UTC
* TibrvMsgDateTime -> Qore DateTimeNode conversions are done assuming UTC and
  tagging the value with the local time zone of the calling code
* sending date/time values in UTC more closely follows the convention used by
  the TIBCO adapter SDK 

when compiled with qore < 0.8.0:
* date/time conversions updated to support time resolution to the millisecond


-------------
Version 0.2.1
-------------

updated configure to check the directory specified with --prefix first when
looking for dependent libraries


-----------
Version 0.2
-----------

fixed module naming and module directory handling to correspond to changes in
qore 0.7.1

made qore 0.7.1 the minimum version for compiling the module


-----------
Version 0.1
-----------

Initial release; see README for more information