strusModule (0.14.0)
  * adapt interface changes in strus core
 -- Patrick Frey <patrickpfrey@yahoo.com>  Wed, 15 Feb 2016 14:00:00 +0100

strusModule (0.13.0)
  * adapted interface changes in analyzer and strus core
  * forbid some implicit module header constructors
  * added program strusModuleInfo to check module version
  * many build fixes
 -- Patrick Frey <patrickpfrey@yahoo.com>  Mon, 6 Feb 2017 15:00:00 +0100

strusModule (0.12.0)
  * adapted interface changes of strus analyzer
 -- Patrick Frey <patrickpfrey@yahoo.com>  Sat, 1 Oct 2016 20:00:00 +0100

strusModule (0.11.0)
  * added vector space model to object builder and make definable by module
 -- Patrick Frey <patrickpfrey@yahoo.com>  Wed, 28 Sep 2016 15:00:00 +0100

strusModule (0.10.0)
  * version increment along other strus modules
 -- Patrick Frey <patrickpfrey@yahoo.com>  Tue, 5 Jul 2016 13:00:00 +0100

strusModule (0.9.1)
  * added support for JSON loaded by default
 -- Patrick Frey <patrickpfrey@yahoo.com>  Tue, 10 May 2016 22:00:00 +0100

strusModule (0.9.0)
  * changes in the object builder interfaces
 -- Patrick Frey <patrickpfrey@yahoo.com>  Thu, 28 Apr 2016 16:00:00 +0100

strusModule (0.8.2)
  * version for solving version mismatch on OBS
 -- Patrick Frey <patrickpfrey@yahoo.com>  Sun, 24 Apr 2016 19:40:00 +0100

strusModule (0.8.1)
  * added method call trace processor modules
 -- Patrick Frey <patrickpfrey@yahoo.com>  Sun, 24 Apr 2016 14:40:00 +0100

strusModule (0.8.0)
  * moved libstrus_utils (no named libstrus_base) and libstrus_error to new project strusbase (strus depends now on strusbase)
 -- Patrick Frey <patrickpfrey@yahoo.com>  Wed, 13 Apr 2016 20:30:00 +0100

strusModule (0.7.0)
  * adapt interface changes from strus core: introducing scalar function objects used for combining ranking functions or to pass functions to weighting functions or summarizers
  * make scalar functions loadable from modules
 -- Patrick Frey <patrickpfrey@yahoo.com>  Wed, 30 Mar 2016 21:30:00 +0100

strusModule (0.6.0)
  * changed license from GPLv3 to MPLv2 (Mozilla Public License, Version 2)
 -- Patrick Frey <patrickpfrey@yahoo.com>  Mon, 21 Mar 2016 16:00:00 +0100

strusModule (0.5.0)
  * adapted core interface changes
 -- Patrick Frey <patrickpfrey@yahoo.com>  Sun, 6 Mar 2016 19:00:00 +0100

strusModule (0.4.1)
  * fix typos in src license reference
 -- Patrick Frey <patrickpfrey@yahoo.com>  Sun, 17 Jan 2016 12:00:00 +0100

strusModule (0.4.0)
  * increment minor version number with the strus core
 -- Patrick Frey <patrickpfrey@yahoo.com>  Sat, 1 Jan 2016 17:00:00 +0100

strusModule (0.3.1)
  * fixing versioning problems on the Open Suse build cluster
 -- Patrick Frey <patrickpfrey@yahoo.com>  Fri, 21 Dec 2015 09:38:00 +0100

strusModule (0.3.0)
  * adapted core interface changes: better introspection for functions
  * adapted core interface changes: removed docno allocator interface and fdatasync on every new document insert when not using the docno allocator
 -- Patrick Frey <patrickpfrey@yahoo.com>  Fri, 18 Dec 2015 15:00:00 +0100

strusModule (0.2.6)
  * adapted interface changes in core: added interfaces for introspection (user names, docids, term types, term values)
 -- Patrick Frey <patrickpfrey@yahoo.com>  Tue, 1 Dec 2015 20:54:00 +0100

strusModule (0.2.5)
  * change interface for defining peer message processing
 -- Patrick Frey <patrickpfrey@yahoo.com>  Mon, 30 Nov 2015 13:18:09 +0100

strusModule (0.2.4)
  * incremented version to 0.2.4 to resolve OBS trouble with dependencies
  * define dependency from other strus packages by minor version instead of patch version
 -- Patrick Frey <patrickpfrey@yahoo.com>  Thu, 26 Nov 2015 09:08:51 +0100

strusModule (0.2.3)
  * snychronize version number with strus core: increment version to 0.2.3
 -- Patrick Frey <patrickpfrey@yahoo.com>  Tue, 24 Nov 2015 19:49:41 +0100

strusModule (0.2.2)
  * dynamically generated version number in packages
  * temporarily set version number back to 0.1 so that packages build again
 -- Patrick Frey <patrickpfrey@yahoo.com>  Tue, 24 Nov 2015 14:34:40 +0100

strusModule (0.2.0)
  * fixed wrong call of getDatabase with database name as parameter instead of configuration string
  * fixed module loader test for out-of-source builds
  * updated OBS package build support
  * fixed type (came in with changing to exception free interface)
  * added dependency of loader test to generated header file
  * do not checkin cmake generated files
  * (origin/errorhnd, errorhnd) adapted interface change in analyzer
  * return boolean (success/failure) in loadModule method
  * adapting to strus utils interface changes
  * build with visibility hidden
  * adapted changes in error buffer interface
  * enabled test
  * make module interface exception safe
  * (origin/interface_exceptions, interface_exceptions) make visibility default (all visible) for temporarily enable exceptions
  * reverted some changes
 -- Patrick Frey <patrickpfrey@yahoo.com>  Wed, 11 Nov 2015 02:50:09 +0100

strusModule (v0.1.5)
  * adapted peer message handling redesign from strus core and added peer message processor interface as storage module part
  * put common CMAKE stuff of all strus relaed projects into includes
  * removed wrong include of programLoader.hpp that is part of strusUtilities
 -- Patrick Frey <patrickpfrey@yahoo.com>  Wed, 12 Aug 2015 23:51:13 +0200

strusModule (v0.1.4)
  * added document class detector to module interface
  * adapted some namings from strusAnalyzer
 -- Patrick Frey <patrickpfrey@yahoo.com>  Tue, 14 Jul 2015 11:19:41 +0200

strusModule (v0.1.2)
  * updated documentation
 -- Patrick Frey <patrickpfrey@yahoo.com>  Sun, 5 Jul 2015 15:37:04 +0200

strusModule (v0.1.1)
  * Initial revision
 -- Patrick Frey <patrickpfrey@yahoo.com>  Fri, 3 Jul 2015 15:17:20 +0200

