# Generated by Makefile. Do not edit.

# Repository Information: (git describe)
solarpowerlog-0.24-224-gb4de441

2022-01-06  Tobias Frost <tobi@debian.org>

	* NEWS, configure.ac: Prepare 0.25 this was long overdue, the DBWriter works here since 5 years...

2022-01-06  Tobias Frost <tobi@debian.org>

	* README, example_confs/dbwriter/solarpowerlog.conf,
	example_confs/dbwriter/solarpowerlog_dbwriter_common.conf,
	example_confs/dbwriter/solarpowerlog_sma.conf, solarpowerlog.1: 
	Slight documentation updated.

2022-01-06  Tobias Frost <tobi@debian.org>

	* .gitignore: Update gitignore.

2022-01-05  Tobias Frost <tobi@debian.org>

	* configure.ac, src/configuration/ILogger.cpp,
	src/configuration/ILogger.h, src/patterns/ICommand.cpp,
	src/patterns/ICommand.h: Make solarpowerlog compile with more modern
	C++ standards.  (and require minimum C+11 now...)

2022-01-05  Tobias Frost <tobi@debian.org>

	* src/Makefile.am, src/configuration/ILogger_hashmacro.h,
	src/scripts/GenConstHash.pl: Remove the
	C-Style-compile-time-string-hasing for a C++11 equivalent.

2022-01-05  Tobias Frost <tobi@debian.org>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: Use
	consistently std::unordered_map on modern compilers.

2022-01-05  Tobias Frost <tobi@debian.org>

	* src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.h: Fix building with boost 1.67 Thanks to Giovanni Mascellani <gio@debian.org> for the patch.

2022-01-05  Tobias Frost <tobi@debian.org>

	* configure.ac: Enforce C++11 for now.

2022-01-05  Tobias Frost <tobi@debian.org>

	* m4/boost.m4: Update boost.m4 commit

	https://github.com/tsuna/boost.m4/tree/c1cb790adb150e85921a2a747826ccd572ecd54efrom June 1st 2021

2016-08-31  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog_dbg.conf,
	example_confs/dbwriter/solarpowerlog_sma.conf,
	tools/solarmaxwatcher/README, tools/solarmaxwatcher/db_scheme.txt,
	tools/solarmaxwatcher/web/analyzer.php,
	tools/solarmaxwatcher/web/colors.php,
	tools/solarmaxwatcher/web/drawday.php,
	tools/solarmaxwatcher/web/drawmonth.php,
	tools/solarmaxwatcher/web/drawyear.php,
	tools/solarmaxwatcher/web/lang.php,
	tools/solarmaxwatcher/web/solarertrag.css,
	tools/solarmaxwatcher/web/solarertrag.php,
	tools/solarmaxwatcher/web/solarertrag_day_predictions.php,
	tools/solarmaxwatcher/web/solarertrag_month_predictions.php: Add
	solarwatcher php example, usable for the DBWriter See https://sourceforge.net/projects/solarmaxwatcher/ Kudos to the authors and for releasing under the GPL.

2016-08-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: CConfigHelper fragment
	for the DB Writer -- incomplete

2016-08-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: Finetune wording
	Description_DBWriter_Intro

2015-05-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.h: 
	[CSVOutputFilter] s/CVS/CSV/g

2015-05-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: [DBWriter] utilizing
	the CConfigCentral as much as currently possible. Missing is the
	table stuff, but that requires a little refactoring.

2015-05-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.h: [ConfigHelper] Embed default
	values in double quotes for the LOGINFO statement to better see
	empty values.

2015-05-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf: [example-confs] Add
	missing parameter in dbwriter example configuration

2015-05-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.cpp: [CVS / DBWriter]
	cleanup some commented old code

2015-05-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] Apply
	CConfigCentral as far as currently possible -- mostly type checks
	now for the common part.

2015-05-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp: [HTMLWriter] Missing
	semicolon

2015-05-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h: [IDataFilter] move help
	text to cpp file

2015-05-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/HTMLWriter/CHTMLWriter.h,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.h: 
	[HTMLWriter] Utilizing CConfigCentral

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.cpp,
	src/configuration/ConfigCentral/CConfigCentralEntry.h: 
	[Configuration] some cleanup

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [solarpowerlog.cpp] Hookup datafilters for
	snippetgeneration

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.h: 
	[IDataFilterFactory] New API to factory by filtername only

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Bugfix
	used wrong array size

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/HTMLWriter/CHTMLWriter.h: [HTMLWriter] Apply
	CConfigCentral -- but not yet finished!

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp: [CVSOutputfilter] Refactor
	using CConfigCentral.

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/interfaces/InverterBase.h, src/solarpowerlog.cpp: 
	[CConfigCentral] Apply changes to several classes...  (this might break the build :()

2015-05-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ConfigCentral/CConfigCentral.cpp,
	src/configuration/ConfigCentral/CConfigCentral.h,
	src/configuration/ConfigCentral/CConfigCentralEntry.cpp,
	src/configuration/ConfigCentral/CConfigCentralEntry.h,
	src/configuration/ConfigCentral/CConfigCentralEntryRangeCheck.h,
	src/configuration/ConfigCentral/CConfigCentralEntryText.cpp,
	src/configuration/ConfigCentral/CConfigCentralEntryText.h,
	src/configuration/ConfigCentral/ConfigCentralHelpers.cpp,
	src/configuration/ConfigCentral/IConfigCentralEntry.h: 
	[CConfigCentral] Add possibility to add examples to mandatory
	settings and also update those default values

2015-05-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ConfigCentral/ConfigCentralHelpers.cpp: 
	[CConfigCentralHelpers] Bugfix for overlong strings

2015-05-20  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [SputnikSimulator] (coverity) Missing check for npos

2015-05-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/sharedconnection/CSharedConnection.cpp: 
	[CSharedConnection] (covertiy) remove unneccesary check

2015-05-19  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [SputnikSiimulator] (coverity) remove unneccessary null pointer
	check -- connection is guarantted to be non-null

2015-05-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [ConnectTCPAsio] (coverity)
	remove check for null, as here it cannot be null

2015-05-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.h: [ILogger] should have been  "do { ..
	} while(0)" not only "{ .. }while(0)"

2015-05-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.h: [DBWriter]
	Initialize tm in CValue<std::tm>

2015-05-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: DBWriter: (coverity)
	Add defensive code to ensure that _mode is always set

2015-05-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/ctemplate/ctemplate.c: ctemplate: possible out-of-array-bound
	write

2015-04-21  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config(7) -- disable clang

2015-04-21  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config(7)

2015-04-21  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config(6)

2015-04-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config(5)

2015-04-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config(4)

2015-04-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.h: {coverity code analysis} do not parse
	LOG_SA_HASH

2015-04-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config(3)

2015-04-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config(2)

2015-04-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Travis-CI: Debug config

2015-04-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* .travis.yml: Add Travis CI config

2015-01-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ConfigCentral/CConfigCentralEntry.cpp,
	src/configuration/ConfigCentral/CConfigCentralEntry.h: 
	[CConfigCental] Add forward declaration for template specialisations

2015-01-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ConfigCentral/CConfigCentral.h: [CConfigCentral]
	Documenting one missing parameter

2015-01-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.h,
	src/Inverters/interfaces/InverterBase.h, src/solarpowerlog.cpp: 
	[Datfilterfactory] remove magic numbers from code and replace with
	defines

2015-01-09  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp: [CVSDumper] Bugfix for
	duplocate-line detection.

2015-01-09  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: [gitignore] add src/configuration/ILogger_hashmacro.h

2015-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [solarpowerlog.cpp] Hooking up config
	snippet generation for inverters. Yet still only a preview.

2015-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/DBWriter/CDBWriterFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h
	, src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h: [IInverterBase and
	derivates] Do no longer assume that the IInverterBase has a
	CConfigCentral for us

2015-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/InverterBase.cpp, src/Makefile.am,
	src/configuration/CConfigCentral.h,
	src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h,
	src/configuration/ConfigCentral/CConfigCentral.cpp,
	src/configuration/ConfigCentral/CConfigCentral.h,
	src/configuration/ConfigCentral/CConfigCentralEntry.cpp,
	src/configuration/ConfigCentral/CConfigCentralEntry.h,
	src/configuration/ConfigCentral/CConfigCentralEntryRangeCheck.cpp,
	src/configuration/ConfigCentral/CConfigCentralEntryRangeCheck.h,
	src/configuration/ConfigCentral/CConfigCentralEntryText.cpp,
	src/configuration/ConfigCentral/CConfigCentralEntryText.h,
	src/configuration/{CConfigCentral.cpp =>
	ConfigCentral/ConfigCentralHelpers.cpp},
	src/configuration/ConfigCentral/ConfigCentralHelpers.h,
	src/configuration/ConfigCentral/IConfigCentralEntry.cpp,
	src/configuration/ConfigCentral/IConfigCentralEntry.h,
	src/configuration/ILogger.cpp, src/solarpowerlog.cpp: 
	[CConfigCentral] Split classes in dedicated files.  Also, wrong licenses were applied to recentyl added files: The rule
	is and ever was: *.h are LGPL-3.0+ *.cpp are GPL-3.0+.  Also sorting Makefile.am's source file list.

2015-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/Registry.cpp, src/configuration/Registry.h: 
	[Registry] Offer a fake-config API -- to just setup the
	configuration system when the content is not important

2015-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.cpp: [Ilogger] Refactor logger level
	setting: Do only retrieve fallback options when the more specialized
	are not available

2015-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/configuration/CConfigCentral.cpp,
	src/configuration/CConfigCentral.h: [CConfigCentral] Add API to
	print config snippets

2015-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/factories/IConnectFactory.h,
	src/Inverters/factories/InverterFactoryFactory.cpp,
	src/Inverters/factories/InverterFactoryFactory.h,
	src/Inverters/interfaces/InverterBase.h: [misc] Removed some magic
	numbers

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[CInverterSputnikSSeries] Remove now uncessery code (due to
	CCentralConfig)

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/InverterBase.h: [Sputnik] Hooking up new
	config-check method

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/factories/IConnectFactory.cpp,
	src/Connections/factories/IConnectFactory.h: [IConnectFactory]
	Remove some magic numbers

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.h: [CConfigHelper] Add std::string
	variants of new API -- necessary due to libconfig's ambiguousness.

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/interfaces/InverterBase.h: [Sputnik] Apply
	CConfigCentral -- logic not hooked up yet

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[SputnikInverter] prepare for applying the new CConfigCentral by
	remove some scaling if config entries: Do the scaling now before use
	of the variable.

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h: [IInverterBase] new API to
	generate CConfigCentral object.

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf,
	example_confs/dbwriter/solarpowerlog_dbwriter_common.conf,
	example_confs/simulator/solarpowerlog.conf,
	example_confs/simulator/solarpowerlog_shared.conf,
	example_confs/simulator/solarpowerlog_shared_sim.conf,
	example_confs/simulator/solarpowerlog_simulator.conf,
	example_confs/solarpowerlog.conf,
	example_confs/solarpowerlog_complex.conf,
	example_confs/solarpowerlog_serial.conf,
	src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h
	, src/Inverters/factories/InverterFactoryFactory.cpp,
	src/Inverters/factories/InverterFactoryFactory.h,
	src/solarpowerlog.cpp: [misc] s/manufactor/manufacturer within
	project.  Note: manufactor as config entry is now depreciated in favour of
	manufacturer. Sorry for the ugly typo...

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigCentral.h: [CConfigCentral] Add option to
	have text-only description / not-parsed parameters

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Makefile.am: [CConfigCentral] Enable in Makefile.am

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigCentral.h: [CConfigCentral] Offer
	range-checking API

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigCentral.h: [CConfigCentral]
	documentation.

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.h:  [CConfigHelper] improve error reporting on new API

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigCentral.cpp,
	src/configuration/CConfigCentral.h: [CConfigCentral] First version
	of configuration and config options abstraction It is cumbersome to keep documentation and code in sync. This class
	should couple documentation with the code, and also make the
	checking of the configuration and configuration error reporting more
	straight forward.  The class is designed to be instantiated within the class to be
	configured, so that the values can be directly placed into the
	class' variables (via pointers)

2015-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.h: [CConfigHelper] Add new API to
	obtain value without the need to specify the libconfig type

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.h: [CConfigHelper] missing return
	value.

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp,
	src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommand.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h, src/interfaces/CTimedWork.h, src/patterns/CValue.h: 
	[misc] removed eclipse code analysis warnings (even if they are
	nitpicks)

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] made logevery
	private and using the getter where needed.

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Implement
	getter/setter for logevery.  The var will be made private the next commit...

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Also
	create columns using selectors, using TEXT as datatype.  Also reminding the user to change the type if desired.

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] on
	REMOVE_ALL do not unsubscribe to the capas required to bootstrap
	again.

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] removed
	unused variable

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Reformatting
	and documentation.

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h,
	src/DataFilters/DBWriter/CdbInfo.cpp,
	src/DataFilters/DBWriter/CdbInfo.h: [DBWriter] Eliminate IValue-copy
	lastloggedvalue and use timestamp information to determine if
	something has changed.

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[ISputnikCommand] Call Notify() also if data becomes invalid.  As the validity flag is part of the data, observers should now this
	state change too.

2014-12-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.h,
	src/patterns/IValue.h: [IValue] initialize timestamp with
	min_data_time not not_a_date_time When comparing not_a_data_time with "now", not_a_date_time would be
	"greater".  This allows easier comparasion; not_a_date_time would
	only be an additional hint that the data is invalid, but there's a
	dedicated flag for this information.

2014-12-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Makefile.am: [automake] missing rule for ILogger_hashmacro.h

2014-12-28  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h: 
	[SputnikSimulator] With modify_on and modify_off (via ctrl server)
	the simulated values are no longer static.

2014-12-28  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[SputnikCommand] Utilize validty boolean of CValue, invalidate on
	disconnect and Update() also if previously invalid

2014-12-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/CValue.h, src/patterns/IValue.h: [CValue/IValue] Add
	validty boolean, move timestamp to IValue

2014-12-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.cpp: [ILogger] Logging level LL_ALL
	disables stateaware logging

2014-12-28  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h: 
	[SputnikSimulator] Add possibilty to inject checksum errors (command
	inject_chksum via the control server)

2014-12-28  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h: [Sputnik SW Version] add error handling for parser
	and InverterDisconnected API

2014-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* tools/README.txt: [tools/README] line-wrapping

2014-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog-custom.conf,
	example_confs/dbwriter/solarpowerlog-mysql.conf,
	example_confs/dbwriter/solarpowerlog-odbc.conf,
	example_confs/dbwriter/solarpowerlog-postgresql.conf,
	example_confs/dbwriter/solarpowerlog-sqlite3.conf,
	example_confs/dbwriter/solarpowerlog.conf,
	example_confs/dbwriter/solarpowerlog_cumulative.conf,
	example_confs/dbwriter/solarpowerlog_single.conf: [dbwriter
	examples] some typos fixed Well, the examples still need some overhaul...

2014-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] A little
	more straight-forward

2014-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: [DBWriter] those two
	options are optional, not required.

2014-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: [git] gitignore .dirstamp

2014-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CdbInfo.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h: [misc] removed an unused var, added some comments

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] debugging

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] debug
	code for pinpointing...

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Employing
	LOG_*_SA macros. And some code reformatting.

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.h: [ILogger] Add LOGERROR_SA macro

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.h: [ILogger] remove trailing semicolon
	in tricking-eclipse-workaround

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/sharedconnection/CSharedConnectionMaster.cpp,
	src/Connections/sharedconnection/CSharedConnectionSlave.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/configuration/ILogger.cpp, src/interfaces/CMutexHelper.cpp,
	src/interfaces/CMutexHelper.h, src/interfaces/CTimedWork.cpp,
	src/interfaces/CWorkScheduler.cpp: [CMutexAutoLock] Change from
	pointer to reference; implement recursive option

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [autotools] set default compression to xz and also
	make a zip file on make dist

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Makefile.am, {tools => src/scripts}/GenConstHash.pl: 
	[autotools] make distcheck work again

2014-12-26  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[ISputnikCommand] Revert const modifiers for now -- creates a
	regression with SWVERSION. (postponed to interface rework)

2014-12-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Add some
	debug code to pinpoint stop-logging problem

2014-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.cpp
	, src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	ISputnikCommand refactored

2014-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOTimed.cpp: [CInverterSputnikSSeries] Add _SA logging for
	Backoff-strats debugging

2014-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CTimedWork.cpp, src/interfaces/CWorkScheduler.h: 
	[CTimedWork] delete unfinished work on destruction.

2014-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CTimedWork.cpp, src/interfaces/CTimedWork.h: 
	[CTimedWork] code cleanup -- remove unused member vars

2014-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/interfaces/IConnect.h: [IConnect] Nuke a warning
	-- use void not bool as return type for SetThreadTermRequest()

2014-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h: [CWorkScheduler] code formatting

2014-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h: [CWorkScheduler] use object for
	std:set, not pointer

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [main] Activate the try for cleaner
	shutdowns...

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp: [CConnectSerial] Cleaner
	shutdown: Request thread shutdown

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/interfaces/IConnect.cpp,
	src/Connections/interfaces/IConnect.h: [CConnectTCPAsio] Cleaner
	shutdown: Request thread shutdown

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CDebugHelper.cpp, src/solarpowerlog.cpp: [main]
	Adjusting some loglevels

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/CValue.h: [CValue] Initialize value with
	default-constructed

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CDumpOutputFilter.cpp: [DumpDumper] Do not assume
	that base is valid in destructor

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/Registry.cpp, src/configuration/Registry.h: 
	[Registry] Add Shutdown function to work toward a more clean/planned
	shutdown

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [main] add commandline option for
	autotermination after a certain work performed (useful for debugging
	only)

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/IObserverObserver.cpp: [IObserverObserver] missing
	initialization of member function

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] changed
	some loglevels

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOTimed.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.cpp: 
	[minors] Remove trailing spaces, typos and some formatting of
	logmessages.

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h: [CConnectTCPAsio] Code cleanup,
	applying  LOG*_SA macros where applicable and minor logic
	simplifications.

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp: [CConnect*] Simplify thread
	function (reducing the nested ifs)

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CAsyncCommand.cpp,
	src/Connections/CAsyncCommand.h: [CAsyncCommand] Code-formatting

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CAsyncCommand.cpp,
	src/Connections/CAsyncCommand.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp: [CAsyncCommand, CConnect*]
	remove synchronous interface

2014-12-23  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp: [Comms] Remove remains of
	synchronous interface

2014-12-22  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.h: [CSputnikCmdBOIfSupported] Refactored
	logging

2014-12-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: 
	[ILogger] Add feature for state-aware logging to disable
	repetitions-counting or max-time-suppressing; also typos in API
	corrected

2014-12-21  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOAlways.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOTimed.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.cpp
	, src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[Logging/BO-Stratgies] Setup loggernames so that the context will be
	more clear and consistent

2014-12-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOTimed.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.cpp
	, src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[Backoff-Strategies] Add logging code (using the new logging
	features to selectively supress messages)

2014-12-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [autotools] run autoscan and add suggestions

2014-12-09  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.am: [autoconf] remove dbixx cruft

2014-12-09  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [autoconf] do not use LDFLAGS for library detection

2014-12-09  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/daemon.cpp: [portability] s/ifndef/ifdef in last commit

2014-12-09  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac, src/daemon.cpp, src/solarpowerlog.cpp: [portability]
	backtrace is not available on every system (This commit is for the Windows/cygwin folks)

2014-11-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: 
	[ILogger] Added two APIs to selectivly and completly clear
	stateaware-history

2014-11-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: 
	[Logger] Add documentation for the Setter/Getter API

2014-11-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: 
	[ILogger] Add state-aware logging to reduce noise in the logs

2014-11-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Makefile.am, tools/GenConstHash.pl: [ILogger] Add perl script
	to generate compile-time hash macros and add generation to
	Makefile.am

2014-11-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CMutexHelper.cpp: [CMutexHelper] rmove unneeded
	include

2014-11-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] change
	loglevel of for sparse-detection

2014-11-15  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h: [IDataFilter] Initialize
	base from configuration, refactor childs to use this The IDataFilter will try to populate this->base with the configured
	datsource.  All childs of this class can now assume that base is setup correctly
	or NULL on a configuratio error. (This needs to be still checked in
	CheckConfig())

2014-11-09  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/Registry.cpp, src/solarpowerlog.cpp: [Config]
	Set path of configuration file as include path to allow relative
	paths to be included in the configurations.  To better support @include in config files (see

	http://www.hyperrealm.com/libconfig/libconfig_manual.html#Include-Directives),we use the dirname(3) of the provided configuration file to setup
	libconfig's includepath.  This way, you can reference in the
	configuration other files without with reltive paths without knowing
	$pwd of solarpowerlog.

2014-11-08  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Do no
	quote SQL table and column names.  This is not portable between engines, so remove the quoting.  (as
	consequence, table names and column names must not have spaces in
	it)

2014-11-08  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.h,
	src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] do not warn
	about uknown parameter on db_create_table=no

2014-11-08  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog-custom.conf,
	example_confs/dbwriter/solarpowerlog-mysql.conf,
	example_confs/dbwriter/solarpowerlog-odbc.conf,
	example_confs/dbwriter/solarpowerlog-postgresql.conf,
	example_confs/dbwriter/solarpowerlog-sqlite3.conf,
	example_confs/dbwriter/solarpowerlog.conf,
	example_confs/dbwriter/solarpowerlog_cumulative.conf,
	example_confs/dbwriter/solarpowerlog_dbwriter_common.conf,
	example_confs/dbwriter/solarpowerlog_single.conf: [DBWriter] Add
	documentation in form from examples

2014-11-08  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Whitespace
	changes in license grant

2014-07-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.h,
	src/DataFilters/DBWriter/CdbInfo.cpp,
	src/DataFilters/DBWriter/CdbInfo.h, src/Makefile.am: [DBWriter] Move
	class CdbInfo into own file

2014-07-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.h,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] implementing
	cumulative mode

2014-07-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Make
	(sligthly) silenter...

2014-07-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] test single
	mode

2014-07-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] minor
	fixes/tweaks

2014-07-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Implementing
	(not tested yet) single mode

2014-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Change
	return-value to void for ExecuteQuery() and prepare moving the
	helper class to its own file

2014-07-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Add
	destructor for the helper class

2014-07-15  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h: [DBWriter] Mixed up licensing: As
	usual *.cpp are GPL-3+ and *.h are LGPL-3+ This have been a Ctrl+C Ctrl+V sequence without uitilizing brain-cpu
	cycles :)

2014-07-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf,
	src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Also allow to
	just print the CREATE statement -- via option
	db_create_table="print-sql-statement"

2014-07-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Move
	change-detect logic to sql-query-time from observer-update-time.

2014-07-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.h,
	src/patterns/CValue.h, src/patterns/IValue.h: [IValue] Add operator=
	for IValue to avoid constant destruction/object creation.

2014-07-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] remove
	some commented-out debug code

2014-07-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Implementing
	contininous mode (yes, and it works already)

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Started
	working on db-logic (for now just the loggedevery check, completly
	untested

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf: [DBWriter] .. commment
	out second table in the example config for the time being

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriter] Yeah.
	Solarpowerlog just created its first table!

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp: [DBWriterHelper]
	Ooops, broke the build...

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] Remove some
	more old CVSWriter code, change seesion object from pointer to real
	object

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriterHelper] Some
	work on create-table

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.cpp,
	src/DataFilters/DBWriter/CDBWHSpecialTokens.h: 
	[DBWriterSpecialTokens] Change from struct tm to std::tm

2014-07-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/CValue.h, src/patterns/IValue.h: [IValue] some
	(non-behaviour-changing) tweaks

2014-07-11  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf,
	src/DataFilters/DBWriter/CDBWHSpecialTokens.cpp,
	src/DataFilters/DBWriter/CDBWHSpecialTokens.h,
	src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Backup

2014-07-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf,
	src/DataFilters/DBWriter/CDBWHSpecialTokens.cpp,
	src/DataFilters/DBWriter/CDBWHSpecialTokens.h,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp: [CDBWriter]
	Backup-checkin

2014-07-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.cpp,
	src/DataFilters/DBWriter/CDBWHSpecialTokens.h: 
	[DBHelperSpecialTokens] implemented.

2014-07-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf,
	src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] Backupcheckin

2014-07-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWHSpecialTokens.cpp,
	src/DataFilters/DBWriter/CDBWHSpecialTokens.h, src/Makefile.am: 
	[DBWriter] Add helperclass for handling the special tokens (WIP)

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: [DBWriter] sqlite
	needs db= not database=

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] Add session
	member fields

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [autoconf] leftover SOCI AC_SUBS replaced with the
	right CPPDB one

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriterHelper] Add
	mutex to prepare asyncronous access via a worker thread

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] Implement
	Work scheduling for each table job

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriterHelper] Access
	function to retrieve table name added (useful for debugging)

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [DBWriter] only some
	debug code I want to keep for now

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h: [CDanfossHelper]
	Complete Observer-Pattern Update function

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/CValue.h, src/patterns/IValue.h: [CValue/IValue] New
	operaor == and !=

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] Update.

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.h,
	src/DataFilters/DBWriter/CDBWriterHelper.cpp,
	src/DataFilters/DBWriter/CDBWriterHelper.h, src/Makefile.am: 
	[DBWriter] Carve out CDBWriterHelper in own file

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CDumpOutputFilter.cpp,
	src/Inverters/Capabilites.h, src/patterns/IObserverSubject.cpp: 
	[misc] Misc tweaks

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: [DBWriter] CfgCheck
	for the specification of the tables, also create the helpers
	instances while checking

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: [DBWriter] Change
	LOGERROR to LOGFATAL on configuration errors

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h,
	src/configuration/Registry.h: [DBWriter] Adding helper class
	CDBWriterHelper for use in the CCDBWriterFilter class

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h: [CConfigHelper] Enhance
	CConfigHelper to better support arrays and add a isExsiting() API --
	added for DBWriter

2014-07-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf: [DBWriter] Update
	example configuration

2014-07-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: [DBWriter]
	CheckConfig remove check for db_table

2014-07-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h: C[CfgHelper] Optional parameter
	to constructor to set an index in an aggregate and add member
	function to get current cfg name

2014-07-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf: [DBWriter] Update
	example conf

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/solarpowerlog_complex.conf: Adding another more
	complex example (my real life one...)

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp: [DBWriter] typo in
	connection string for sqlite3

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/interfaces/factories/IDataFilterFactory.cpp: 
	[DBWriter] Connect to IDataFilterFactory

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/dbwriter/solarpowerlog.conf: [DBWriter] Add example
	configuration

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] Add db_table
	to configuration

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriterø] Implement
	Configcheck and connection string generation

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] some cleanup
	on prior art code...

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac, src/Makefile.am: As SOCI seems not 100% fitting to
	my needs, switching to cppdb

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Makefile.am: [Automake] Connect the dbwriter files to the
	build process

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/DBWriter/CDBWriterFilter.cpp,
	src/DataFilters/DBWriter/CDBWriterFilter.h: [DBWriter] Add DBWriter
	skeleton files

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: autotools] configure.ac support for the dbwriter

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [autotools] Add check for soci (currently
	non-conditional)

2014-06-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h: [CConfigHelper] Streamline
	interface, remove e.g std::string interface for the access function
	in favour for char* interface and add a new CheckandGet inteface The drop of the access functions where the setting parameter was
	std::string should avoid object creation at runtime, where a const
	char* is sufficient.  The new interface allows to check type-correctness and retrieve the
	config value in one simple call.

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/interfaces/factories/IDataFilterFactory.h: [misc]
	s/string/std::string (ongoing optimizations to avoid namespace
	statements)

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.h: [CVSWriter] removed unused
	private member var oursource

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [AUTOTOOLS] Remove some left-over statements in
	configure.ac refering to the ctemplate library

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* m4/boost.m4: [autotools] Take boost.m4 from Debian branch

2014-06-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [Autotools] don't overwrite CPPFLAGS in configure.ac

2014-05-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [general] Missing space in error message

2014-05-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [autotools] Add subdir-objects option to
	AM_INIT_AUTOMAKE to silence warning with automake >1.14

2014-02-17  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp: new Inverter Typ Solarmax MT10 -- thanks to Klaus Schoellhorn
	for reporting it

2013-09-02  Tobias Frost <tobi@coldtobi.de>

	* m4/boost.m4: Patch boost.m4 to look also for boost-atomic if boost
	is newer than version 1.54 (it is a dependency on boost-thread since boost version 1.54)

2013-09-01  Tobias Frost <tobi@coldtobi.de>

	* m4/boost.m4: Update boost.m4 from upstream

2013-05-26  Tobias Frost <tobi@coldtobi.de>

	* configure.ac, tools/solarpowerlog.logrotate: [AUTOTOOLS & MISC]
	Set version to 0.25-dev, add new version of logrotate file

2012-11-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [RELEASE] Version 0.24

2012-11-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.am, configure.ac, tools/README.txt,
	tools/solarpowerlog.default, tools/solarpowerlog.init: [MISC] adding
	copyright to the .init and .default file, do not distribute
	everthing in tools

2012-11-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Fix
	regression introduced in rc2 (async HandleConnect) The inverter did not reconnect after connection was lost.

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.am: [distribution] add some files to add into the tarball

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* Doxyfile, WINDOWS.txt, doxygen.css: [cleanup] remove more unused
	files.

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/ctemplate/README: [ctemplate] Updating README

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* LGPL, LGPL-2.1, extlibs/README, extlibs/dbixx/COPYING,
	extlibs/dbixx/Makefile.am, extlibs/dbixx/autogen.sh,
	extlibs/dbixx/configure.in, extlibs/dbixx/dbixx.h,
	extlibs/dbixx/result.cpp, extlibs/dbixx/row.cpp,
	extlibs/dbixx/session.cpp, extlibs/dbixx/test.cpp: [cleanup] remove
	unused files

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/simulator/README, {tools/sputnik_simulator =>
	example_confs/simulator}/solarpowerlog.conf,
	{tools/sputnik_simulator =>
	example_confs/simulator}/solarpowerlog_shared.conf, example_confs/{
	=> simulator}/solarpowerlog_shared_sim.conf, example_confs/{ =>
	simulator}/solarpowerlog_simulator.conf,
	example_confs/solarpowerlog_shared.conf,
	tools/sputnik_simulator/README,
	tools/sputnik_simulator/netcat_sputnik.sh,
	tools/sputnik_simulator/netcat_sputnik_parse.sh: [example-confs]
	moved simulator related confs to own subdir and removing the old netcat based simulator scripts.

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp: [CSputnikCommandSYS] Missed copyright header -- of course it is
	GPL3+

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [AUTOTOOLS] Bump version to 0.24~rc3 (for the
	moment)

2012-11-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac, m4/boost.m4: [AUTOTOOLS] Fixed warning about
	obsolete AC_HELP_STRING

2012-11-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [AUTOTOOLS] Preparing for release: Setting version
	0.24~rc2

2012-11-01  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio]
	Implementing asyncronous connect

2012-11-01  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnectionSlave.cpp: 
	[CSharedConnectionSlave] AbortAll() completed.

2012-11-01  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[CInverterSputnikSSeries] Reverted more-than-one-telegramm or
	partial-telegram hack which was needed for the first version of the shared comms.  Also reverted the extra timeout-handling -- we can now completly
	rely on the comms to track that again.

2012-11-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/ICommand.cpp: [ICommand] Remove warning

2012-11-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Removed
	obsolete #warning

2012-11-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/sharedconnection/CSharedConnectionMaster.cpp: 
	[CSharedConnectionMaster] Removed warning

2012-11-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h: [CConnectSerialAsio] Adding
	the possilibty to Accept() (alias to connect in this context)

2012-11-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/ctemplate/ctemplate.c: [libctemplate] Remove compiler
	warnings.

2012-10-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.am, configure.ac: [RELEASE] Preparing to release 0.24~rc1

2012-10-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: [GIT] updating .gitignore

2012-10-28  Tobias Frost <tobi@coldtobi.de>

	* PLAN, README: [README,PLAN] Updating files to be a little more
	current.

2012-10-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnectionMaster.cpp: 
	[CSharedConnectionMaster] Do not reschedule read if no slaves are
	listening

2012-10-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnectionSlave.cpp,
	src/Connections/sharedconnection/CSharedConnectionSlave.h: 
	[CSharedConnectionSlave] Stop listening for incoming comms when
	disconnecting.

2012-10-28  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h: 
	[CInverterSputnikSSeriesSimulator] Whitespace changes -- applying
	coding style

2012-10-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnectionSlave.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h: 
	[SputnikSimulator] New commands for the ctrl-server.  Just punch in the command on its own line: version => prints the
	version string of solarpowerlog quit    => terminate ctrl server
	session offline => the simulator will stop answering, but stays
	connected online  => the simulator will resume answering disconnect
	=> disconnect at next opportunity and stay disconnected (in contrast
	to offline this tears down the comms) connect => allow connection
	again.  disconnect/connect is like pulling the plug, where offline/online
	like changing the adress of the inverter.  Due to internal technical we cannot interrupt already pending comms
	operations, so if a accept or receive is pending, we need to wait
	for its completions, so the disconnect might be delayed.

2012-10-28  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/ILogger.cpp: [ILogger] If specializaion is
	empty, do not add an extra "." to the name.

2012-10-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnection.cpp,
	src/Connections/sharedconnection/CSharedConnectionMaster.cpp,
	src/Connections/sharedconnection/CSharedConnectionMaster.h: 
	[CSharedConnection] Fine-tweaking logger names

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [CInverterSputnikSSeriesSimulator] remove memory leak and add a
	LOGDEBUG for a state

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[CInverterSputnikSSeries] Do cleanup before issuing disconnect (no
	behavioural change -- improves readability of code)

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnectionMaster.cpp,
	src/Connections/sharedconnection/CSharedConnectionSlave.cpp: 
	[CSharedConnection] Add workaround for boost::asio bug.  The SEGV can be avoided by polling the reads with a (smaller,
	capped) timeout.

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/CWorkScheduler.cpp: [CWorkScheduler] Using
	CMutexAutoHelper instead of mutex.lock()/unlock().  and a small related fix.

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/IObserverSubject.cpp: [IObserverSubject] use clear()
	not empty() to clear the std::list in the destructor.

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnectionMaster.cpp,
	src/Connections/sharedconnection/CSharedConnectionSlave.cpp: 
	[CSharedConnectionMaster] Muting some LOGDEBUGs used to pinpoint the
	boost::asio issue

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: Revert "[CConnectTCPAsio]
	Enabling the debug-logs CConnectTCPAsio::Send to report SEGV bug." This reverts commit 47c079d3409c867287888f47bedb4f05b1c353b5.

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Enabling
	the debug-logs CConnectTCPAsio::Send to report SEGV bug.  (This commit will be used for the bug report but then reverted
	again)

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* example_confs/solarpowerlog_shared.conf,
	example_confs/solarpowerlog_shared_sim.conf,
	tools/sputnik_simulator/solarpowerlog_shared.conf: [example_confs]
	Adding some example confs used for debugging showing the shared
	comms.

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Adding
	error mesage for caller when boost throws an execption during
	accept() Also really adding the tons-of-debug-messages I talked about two
	commits earlier...

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.h: [CConnectTCPAsio] Completing
	last commit... Srry

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [ConnectTCPAsio] Implement
	workaround for https://svn.boost.org/trac/boost/ticket/7392 The class needs to track connection/disconnection by its own...

2012-10-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [ConnectTCPAsio] Adding
	global boost::asio::work object to avoid that the io_service runs
	out of work Added a error string when the connect cannot be used to in a
	server-configuration.  Added tons of debug log messages, but deactivated. The log messages
	was used to pinpoint a boost issue, and just kept for the moment...

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnection.h,
	src/Connections/sharedconnection/CSharedConnectionMaster.cpp,
	src/Connections/sharedconnection/CSharedConnectionMaster.h,
	src/Connections/sharedconnection/CSharedConnectionSlave.cpp,
	src/Connections/sharedconnection/CSharedConnectionSlave.h: 
	[SharedComms] Implemented SharedComms (non atomic reads), however
	still experimental and may not work.  Only limited debugging performed.

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Signal
	caller if a Receive was aborted.  Also access local vars via its name not via its pointer.

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Avoid
	ioservice to run out of work in HandleReceive and pretend success if
	already Accept()ed

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Disconnect
	does no longer take NULL pointer (code cleanup)

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h: [CConnectTCPAsio] Rename
	memberfunction HandleDisconnect to lower case and make configuration
	parameter tcptimeout optional.  plus some identing.

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/interfaces/IConnect.h,
	src/Connections/sharedconnection/CSharedConnection.cpp,
	src/Connections/sharedconnection/CSharedConnection.h,
	src/Connections/sharedconnection/CSharedConnectionMaster.cpp,
	src/Connections/sharedconnection/CSharedConnectionMaster.h,
	src/Connections/sharedconnection/CSharedConnectionSlave.cpp,
	src/Connections/sharedconnection/CSharedConnectionSlave.h: 
	[CConnect*] Add CanAccept() in all comm classes (now pure virtual in
	ICommand)

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/ICommand.h: [ICommand] Conditional compilation of
	dump member function

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [SputnikSimulator] Do advance to the right state when not
	sending a response

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[CInverterSputnik] Misplaced break.

2012-10-21  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h: [CCfgHelper] Catch exceptions
	when a complete setting is not found.

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/sharedconnection/CSharedConnection.cpp,
	src/Connections/sharedconnection/CSharedConnection.h,
	src/Connections/sharedconnection/CSharedConnectionMaster.cpp,
	src/Connections/sharedconnection/CSharedConnectionMaster.h,
	src/Connections/sharedconnection/CSharedConnectionSlave.cpp,
	src/Connections/sharedconnection/CSharedConnectionSlave.h: 
	[CSharedConnection*] Rewrite of the SharedConnections.  For design description, see the comment CSharedConnection.h The class is a complete rewrite to get it more sane.  Currently only the atomic-comms-mode (where a inverter hints that
	several steps of a communication must take place in that order) is
	implemented completly, for the non-atomic-mode (concurrent, the
	order of the steps is not set) the receive handling is missing.
	(e.g Needed to get the Simluator working with Shared Comms....) Some debugging done, still experimental.

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [CInverterSputnikSSeriesSimulator] Whitespace update

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/interfaces/IConnect.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[CInverterSputnik] Prepare for the SharedComms -- add
	atomic-comms-block hints.

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* example_confs/htmlwriter.conf,
	example_confs/solarpowerlog_shared.conf,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp, src/configuration/ILogger.h: 
	[MISC] Whitespace changes, typos...

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h: 
	[SputnikSim, ConnectASIO] Remove all Disconnect(NULL) calls, now valid ICommands are required even for this API

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/interfaces/IConnect.h: [IConnect] Change return
	value of IConnect::Accept() from bool to void

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h: [CConnectSerialAsio] rename
	one private member

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/BasicCommands.h: [ICommand] Adding a reserverd
	CMD_INVALID to the enum in BasicCommands.h as convenience value for
	fire-and-forget ICommands

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* m4/boost.m4: [AUTOTOOLS] Upgrade boost.m4 from its upstream

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/interfaces/IConnect.cpp,
	src/Connections/interfaces/IConnect.h: [IConnect] New API
	IConnect::Noop() New API call to do nothing.  This API has been introduced to assist
	atomic-communication-block handling within Inverter code

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/ICommand.h: [ICommand] New API to remove all data
	from an ICommand object

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/ICommand.cpp: [ICommand] Optimze ICommand::MergeData
	only to delete duplicates if there is data to merge

2012-10-14  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/CWorkScheduler.cpp, src/patterns/ICommand.cpp,
	src/patterns/ICommand.h: [ICommand] introduce fire-and-forget
	ICommands Those are ICommands which ICommandTarget is set to NULL. They will
	behave as "normal" ICommands but when they should be executed they
	will be simply deleted.  This is handy if you e.g use them as callback for an IConnect API
	call, but you are not intersted in the result.

2012-10-13  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.h,
	src/Inverters/DummyInverter/CInverterDummy.h: [DummyInverter] Fix
	for compilation

2012-10-11  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/factories/IConnectFactory.cpp, src/Connections/{
	=> sharedconnection}/CSharedConnection.cpp, src/Connections/{ =>
	sharedconnection}/CSharedConnection.h, src/Connections/{ =>
	sharedconnection}/CSharedConnectionMaster.cpp, src/Connections/{ =>
	sharedconnection}/CSharedConnectionMaster.h, src/Connections/{ =>
	sharedconnection}/CSharedConnectionSlave.cpp, src/Connections/{ =>
	sharedconnection}/CSharedConnectionSlave.h, src/Makefile.am: 
	[SharedComms] Prepartion to rewrite shared comms The shared comms had several issues and to be useful needs to be
	rewritten.  This commit prepares the rewrite: -> moved into own
	directory -> added warning in CheckConfig to tell everyone that this
	class should be used.

2012-10-10  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.cpp: [CConnectSerialAsio.cpp]
	Loglevel change of a debug statement

2012-10-10  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [CInverterSputnikSimulator] Adapting inverter-tells-timeout to
	simulator.

2012-10-10  Tobias Frost <tobi@coldtobi.de>

	* example_confs/solarpowerlog.conf,
	example_confs/solarpowerlog_serial.conf: [example configuration]
	Adding solarpowerlog_serial.conf to explain the options.  Also some work on the "normal" solarpowerlog.conf to depreciate the
	tcptimeout parameter.

2012-10-10  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] Alignment
	of error reporting, documentation fixes

2012-10-10  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/interfaces/IConnect.h: [CConncectSerialAsio]
	Improving the serial class.  There were several issues with the class which have been fixed,
	along with an boost issue which prevented the Receive function to
	work.

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h: [CConnectSerialAsio] fix to
	support Inverter-supplied timeouts.  See also previous commit, the topic is similar.

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[CSputnikInverter] new optional configuration options The CSputnikInverter now has three more config options:
	connection_timeout send_timeout reconnect_delay connection_timeout specfies the maximum time to wait to connect
	(currently not implemented in TCP/IP Comms backend).  Unit is s
	Defaults to 3.0s, type is float send_timeout is the timeout to send out a telegramm Unit s, defaults
	to 3.0s, type is float reconnect_delay is the time to wait before reconnecting after an
	error. unit is s, default is 15.0s, type is float.  Also repaired CConnectTCPAsio to do the right (signed) long casts,
	not unsigned long. The class will also emit a DEBUG level warning if
	the calling class does not specify the timeout, depreciating
	tcptimeout.

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[SputnikInverter] New config response_timeout, default 3.0s This config specifies the allowed time between sending a request to
	the inverter and until the response is expected.  (This setting
	overrides e.g tcptimeout)

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	tools/sputnik_simulator/solarpowerlog.conf: [CONFIG] Revert one
	change in tools/sputnik_simulator/solarpowerlog.conf, also rename
	some config-cache in the SputnikInverter.

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp: [HTMLWriter]
	Whitespace-equivalent changes

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: [SIGTERM handling] CVS Dumper
	now flushes on SIGTERM receiption.

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* example_confs/solarpowerlog.conf,
	example_confs/solarpowerlog_simulator.conf,
	tools/sputnik_simulator/solarpowerlog.conf: [example confs] cleanup
	whitespaces.

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* tools/eclipse_codestyle.xml: [MISC] Adding settings for codestyle
	for eclipse.  The file tools/eclipse_codestyle.xml contains the settings I use for
	formatting the solarpowerlog's code. This is for eclipse, my IDE of
	choice.

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/factories/IConnectFactory.h: [CConnectionxxxAsio]
	Removed some unused vars

2012-10-09  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h: [SIGKILL handling] Adding
	AbortAll() calls to SharedComms.  Adding the new interface to the remaining communication interfaces

2012-10-08  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.h,
	src/Connections/interfaces/IConnect.h,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.h,
	src/Inverters/BasicCommands.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h
	, src/Inverters/interfaces/InverterBase.h, src/daemon.cpp,
	src/interfaces/CWorkScheduler.cpp, src/interfaces/CWorkScheduler.h,
	src/patterns/ICommand.h, src/solarpowerlog.cpp: [SIGTERM handling]
	Connecting the broadcast event to the inverter The Sputnik inverter and simulator now subscribes to the broadcase
	event and cancel their I/Os (connection classes) For this, the connection interface has now a AbortAll() member which
	aborts all pending I/Os. This member is now implemented for the TCP
	and Serial classes.

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/BasicCommands.h, src/daemon.cpp, src/daemon.h,
	src/interfaces/CWorkScheduler.cpp, src/interfaces/CWorkScheduler.h,
	src/solarpowerlog.cpp: [SIGTERM handling] Sigterm-handling now
	issues broadcast-event The old implementation had the problem that significant time passed
	between SIGTERM and the actual termination of the program.  This
	commit works in the direction of fixing this: The signal handler now
	sends the broadcast event CMD_BRC_SHUTDOWN to all subscribers of
	broadcast signals.  Termination has been changed, so that all pending events are parsed
	before actual leaving the programm, so CMD_BRC_SHUTDOWN will be
	executed.  Missing is the handling in the inverters and datafilters.  (They
	should clean up as much as possible to avoid races)

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/Makefile.am, src/daemon.cpp, src/daemon.h,
	src/solarpowerlog.cpp: [Daemon] moving daemon and signal code to
	extra source file

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* configure.ac: [Configure] Defaulting not to build the
	dummyinverter

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* tools/buildbot/buildbot_pdebuilder: [Buildbot] Buildbot recipe for
	pdebuild did not call pdebuild but dpkg-buildpackage

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/ICommand.h: [ICommand] Only compile member DumpData
	when required for the DummyInverter or when requested

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/CTimedWork.h, src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h, src/patterns/ICommand.h: [Command
	and Worker] comments added and empty lines removed

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h, src/patterns/ICommand.h: [Commands]
	Implementing broadcast infrastructure

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.h,
	src/Inverters/BasicCommands.h,
	src/Inverters/DummyInverter/CInverterDummy.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h: 
	[Commands] Renaming CMD_USER to CMD_USER_MIN

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.h,
	src/Inverters/DummyInverter/CInverterDummy.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h
	, src/ctemplate/README: [Commands] Refactored commands to obey
	minimum CMD_USER in all inverters and datafilter As a preparation for broadcast events which will be introduced soon
	to e.g shutdown faster.

2012-10-01  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/CConfigHelper.h: [CConfigHelper] Refactored to
	spare an unecessary object generation When called with a char*, a std::string object was created instead
	of using the libconfig-call for char*

2012-08-29  Tobias Frost <tobi@coldtobi.de>

	* example_confs/solarpowerlog.conf,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [SputnikSimulator] Add new commands added to the inverter code
	to the simulator

2012-08-29  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[Sputnik Inverter] New option disable_3phase_commands, which
	disables the commands for a second and third phase

2012-08-29  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[Sputnik] Add BO-Strategies "If supported" to new commands

2012-08-29  Tobias Frost <tobi@coldtobi.de>

	* AUTHORS, src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp: [Sputnik] Add support for Solarmax 10MT, patch provided by
	Markus Amsler

2012-08-22  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[CSputnikInverter] Enable Parser to cope with incomplete telegrams.

2012-08-12  Tobias Frost <tobi@coldtobi.de>

	* tools/solarpowerlog.init: [init.d file] removed bashism

2012-07-01  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [SputnikSimulator] Bug in disabling commands via ctrl server.

2012-07-01  Tobias Frost <tobi@coldtobi.de>

	* example_confs/solarpowerlog_simulator.conf,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp, tools/sputnik_simulator/solarpowerlog.conf: [SputnikSimulator]
	s/PAL/SAL from last commit.

2012-07-01  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp: [CInverterSputnik] Corrected typos

2012-07-01  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [CSputnikSimulator] Adding PAL Comand for Simulator

2012-07-01  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp: [CInverterSputnik] -- Added/corrected some error codes and
	inverter types.

2012-07-01  Tobias Frost <tobi@coldtobi.de>

	* example_confs/solarpowerlog_simulator.conf,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [CSputnikSimulator] Adding command "ADR" which tells the
	inverter adress and let TYP be set by config Note: This command is only supported by the simulator. The standard
	answer will be set by the commadr setting.  Also, the config file can now specify the answer to the TYP command.

2012-07-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/solarpowerlog_simulator.conf,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h
	, tools/sputnik_simulator/README,
	tools/sputnik_simulator/netcat_sputnik.sh,
	tools/sputnik_simulator/netcat_sputnik_parse.sh: [SputnikSimulator]
	Ctrl-Server enhancements You can now feed the control server a sputnik telegramm and it will
	parse them completly.  (This was already present, but a bug
	prevented it from work correctly) Also, the commands to be answered can now be disabled/enabled
	through the controlserver just say, for example, "PIN=off"
	("PIN=on") to disable (enable) the command PIN.  When disabled, PIN
	will no more answered if queried from solarpowerlog.  For instructions how to use the simulator, read
	tools/sputnik_simulator/README (Second change: Add copyright information to the old netcat based
	simulator)

2012-07-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [CConnectTCPAsio] missing
	delete and removing debug statements * A delete was missing in HandleAccept -- reworked to use a
	 boost:scoped_ptr to ensure object deletion * Worked a little on the HandleAccept, especially on the "hack" for
	the first read * Some obsolete LOGTRACEs removed.

2012-06-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp: 
	[Sputnik Factory] removed additional endif

2012-06-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/interfaces/IConnect.h: [ICommand] Remove unused
	parameter warning.

2012-06-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [BUILD SYSTEM] As some filespaths are >99 bytes,
	switch to tar-pax format

2012-06-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp: 
	[SputnikFactory] missing ; when only compiling inverter support

2012-06-10  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h
	, tools/sputnik_simulator/netcat_sputnik_parse.sh: 
	[CSputnikSimulator] First debugging of the control server.

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/solarpowerlog.conf,
	example_confs/solarpowerlog_simulator.conf,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h: 
	[Sputnik Simulator] Added control server -- but not yet debugged.  Updated solarpowerlog_simulator.conf to show how to configure the
	control server.

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CSharedConnectionMaster.cpp: [TCPAsio, SharedComms]
	Added debug statements, Removed dead code

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp: [CSputnikCommmandSYS] Typo -- end-of-table-marker should be -1
	not 1

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[ConnectTCPAsio] Catching exception thrown by asio's accept().  e.g when adress already bound.

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp: [Sputnik Simulator] fixed scaling.

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp: [Sputnik Simulator] Added commands The simulator can now answer all commands the inverter class
	supports.  Also, reserverd a special value 0xfffe as inverter type
	to be able to identify the simulator at runtime.

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac, example_confs/solarpowerlog_simulator.conf,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.c
	pp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeriesSimulator.h
	, src/Inverters/factories/InverterFactoryFactory.cpp,
	src/Makefile.am: [CSputnikSimulator] Adding new Inverter class to
	simulate a Sputnik Inverter.  The SputnikSimulator answers all inverter requests, currently with
	static data (compile-time values) This version is the first commit, not all commands are already in
	the lookup table.  For configuration, please see the
	example_confs/solarpowerlog_simulator.conf

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: [Sputnik
	Inverter] Cleanup and minor changes Removing some unused variables, some unused includes, some using
	statements.  Also, check in parsereceivestring for minimum number of
	tokens before parsing.  When logging errors, also tell the error
	code.

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/CValue.h, src/patterns/IValue.h: [IValue] Adding a
	"virtual copy constructor" (clone()) to the IValue interface To obtain a copy without knowing the exact type. It is implemented
	in the derived class (CValue<type>).

2012-06-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/interfaces/IConnect.h: [CConnectTCPAsio] Retry when
	receiving eof When interacting between two CCConnectTCPAsio objects, one accepting
	and one connecting, sometimes the asio's async_read_some returned
	immediatly with an eof, without waiting for the timeout and with the
	socket still connected.  Working around by recalling async_read_some
	until the timeout expires.

2012-06-08  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CAsyncCommand.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/interfaces/IConnect.h: [IConnect, CConnectTCPAsio]
	Added possiblitly to accept inbound connections

2012-06-07  Tobias Frost <tobi@coldtobi.de>

	* src/solarpowerlog.cpp: [solarpowerlog signal handling] When
	catching SIGSEGV, try an backtrace

2012-06-04  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/CValue.h: [CValue] Added timestamp to CValue<> This allows to tag a data with a date/time. By default this tells
	when the value has been updated the last time.

2012-06-04  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[SputnikInverter] Removed the now empty state CMD_QUERY_IDENTIFY

2012-06-04  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[SputnikInverter] Removed unused function

2012-06-04  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOTimed.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommand.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.cpp
	, src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[CSputnikCommmand] Added Logger to the SputnikCommand classes & BO
	strategies for easier debugging.  They will emit logs at level "TRACE".  To enable debugging message
	for this subsystem completly, define DEBUG_BACKOFFSTRATEGIES in
	ISputnikCommandBackoffStrategy.h (default is off)

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[Sputnik Inverter] New Commands for 3 phase inverters and apply
	backoff strategies to several commands (which are not needed to be
	queried every time)

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/CTimedWork.cpp: [CTimedWork] Redundant includes

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/Capabilites.h: [Capabilites] New Capabilites for(3
	phase inverters

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommand.h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[CSputnikCommand] Templated type did miss the support for backoff
	strategies

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOTimed.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOTimed.h, src/Makefile.am: [ISputnikCommand Backoff
	Strategies] New stratgy CSputnikCmdBOTimed, allow to specify an
	minimum interval between commands.  Not debugged yet

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.cpp: [CSputnikCmdBOOnce] Debugged.

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: [Sputnik
	Inveter] Remove old command handling code.

2012-06-03  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOAlways.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOAlways.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h: [ISputnikCommand] Debugging the new
	backoff-strategies.  At least the "Always" pattern works!#

2012-06-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[CSputnikCommand] Backoff hooked up ot inverter code

2012-06-02  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOAlways.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOAlways.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.cpp
	, src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[CSputnikCommand] Hooked up BO stratgies to the SputnikCommands.  The BO are not yet integrated in the Inverter, but due to the
	default strategy "Always", this is transparent.

2012-05-30  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOAlways.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOAlways.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOIfSupported.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/C
	SputnikCmdBOOnce.h,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h, src/Makefile.am: [CSputnikCommand
	Backoff] Added BO strategies "always, once, ifsupported".

2012-05-29  Tobias Frost <coldtobi@users.sourceforge.net>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h: [CSputnik Command] Backoff
	Interface added methods

2012-05-29  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/BackoffStrategies/I
	SputnikCommandBackoffStrategy.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommand.cpp
	,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h,
	src/Makefile.am: [CSputnikCommand inteface] Backup checkin (working
	on the backoff strategies)

2012-05-28  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp: [CSputnikCommand] removed two warniung - one warning about a nested command and - one warning about signed/unsigned comparision.

2012-05-27  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[CSputnik] Corrected some scaling-errors

2012-05-27  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp: CSputnikCommand SYS] Added plenty of new status codes (those
	codes are in some post in the Net -- not tested for correctness)

2012-05-27  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h,
	src/Inverters/interfaces/InverterBase.h: [CSputnik Command Inteface]
	-- did not add capability to inverter after creating it.

2012-05-27  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp: [CSputnikCommand Interface] Going live for
	beta-testing

2012-05-26  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[CSputnikCommand Interface] Continue implementation -- wrapping old
	code in conditional code

2012-05-26  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommand.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[CSputnikCommand Interface] Continue implementation -- implemented
	response parsing

2012-05-26  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp: [CSputnikCommand interface] Implementation SYS Command

2012-05-26  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSYS.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandTYP.
	h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h,
	src/Makefile.am: [new CSputnikCommand Inteface] Commiting code for
	some Comands and some integration work into CSputnikSSeries -- not
	complete yet

2012-05-20  Tobias Frost <tobi@coldtobi.de>

	*
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.h,
	src/Inverters/SputnikEngineering/SputnikCommand/ISputnikCommand.h: 
	[CSputnikCommand] Update

2012-05-19  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/{ =>
	SputnikCommand}/CSputnikCommand.cpp,
	src/Inverters/SputnikEngineering/{ =>
	SputnikCommand}/CSputnikCommand.h,
	src/Inverters/SputnikEngineering/{ =>
	SputnikCommand}/CSputnikCommandSoftwareVersion.cpp,
	src/Inverters/SputnikEngineering/{ =>
	SputnikCommand}/CSputnikCommandSoftwareVersion.h,
	src/Inverters/SputnikEngineering/{ =>
	SputnikCommand}/ISputnikCommand.cpp,
	src/Inverters/SputnikEngineering/{ =>
	SputnikCommand}/ISputnikCommand.h, src/Makefile.am: 
	[CSputnikCommand] Move to own folder

2012-05-19  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CSputnikCommand.cpp,
	src/Inverters/SputnikEngineering/CSputnikCommand.h,
	src/Inverters/SputnikEngineering/CSputnikCommandSoftwareVersion.cpp
	,
	src/Inverters/SputnikEngineering/CSputnikCommandSoftwareVersion.h,
	src/Inverters/SputnikEngineering/ISputnikCommand.cpp,
	src/Inverters/SputnikEngineering/ISputnikCommand.h,
	src/Inverters/interfaces/InverterBase.h, src/Makefile.am: [Sputnik
	Inverter] Refactor the command handling -- preparation commit 2.  This commit wordks on the commmandhandling.  - Continue implemenation on the SputnikCommand, introducing a
	dedicated Inteface and work on the (templated) general handling
	strattegy - Implementing specialized version for the SW-Version handling Still preparational, not yet debugged and not yet used. It just
	compiles ;-)

2012-05-18  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/Inverters/Capabilites.h,
	src/Inverters/DummyInverter/CInverterDummy.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/interfaces/InverterBase.cpp,
	src/configuration/CConfigHelper.h, src/interfaces/CCapability.cpp,
	src/interfaces/CCapability.h, src/patterns/CValue.h,
	src/patterns/IValue.cpp, src/patterns/IValue.h: [CValue] Rewrote
	CValue / IValue interface - CValue is now completly templated, instanciated only by the
	typename and no longer by a magic enum in IValue. This allows
	CValue<type> creation without using the factory, so allowing to use
	the CValue pattern in other templated classes.  - To retain the factory, a convenience class CValueFactory can be
	used.  - CValue now has facilities to check for the right type, no
	necessary via IValueGetType - Type check is done without (expensive) RTTI.  - New constructor to set CValue at construction time.

2012-05-18  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CSputnikCommand.cpp,
	src/Inverters/SputnikEngineering/CSputnikCommand.h, src/Makefile.am: 
	[Sputnik Inverter] Refactor the command handling -- preparation
	commit.  The new class CSputnikCommand will handle the commands for the
	Inverter, implementing the commands as an kind of strategy pattern,
	encapsulating the data handling and the command date.  This commmit adds the class, but does not yet start using it.  (as
	some prepartion/rework  in other parts of solarpowerlog is needed to
	fully support/enable this concept)

2012-05-14  Tobias Frost <tobi@coldtobi.de>

	* AUTHORS: Adding contributor section to AUTHORS

2012-05-14  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: [Sputnik
	Inverter] Add several mesasurement.  define CAPA_INVERTER_DCPOWER_TOTAL "DC Power" define
	CAPA_INVERTER_STARTUPS "Inverter Startups" define
	CAPA_INVERTER_KWH_YD "Energy produced yesterday (kWh)" define
	CAPA_INVERTER_ERROR_CURRENT_NAME "Error current in (mA)" define
	CAPA_INVERTER_DC_ERROR_CURRENT_NAME "DC Error current in (mA)"
	define CAPA_INVERTER_AC_ERROR_CURRENT_NAME "AC Error current in
	(mA)" define CAPA_INVERTER_GROUND_VOLTAGE_NAME "Voltage to Ground
	(V)" Contribution by E.A.Neonakis <eaneonakis@freemail.gr> CLA: Tobias Frost wrote: > To keep solarpowerlog free open source
	software , the only thing I need your to confirm that your code can
	licensed under the same > licenses as solarpowerlog. The license are
	GPL and LGPL.  > Please indicate this by quoting this paragraph and
	adding a "I agree" in your reply.  > I agree.  Sincerely Yours,
	E.A.Neonakis Dipl. Eng.

2012-03-15  Tobias Frost <tobi@coldtobi.de>

	* tools/buildbot/buildbot_make_orig_source,
	tools/buildbot/configuration/master/master.cfg: [BUILDBOT]
	buildobt-make-orig-source did not handle new debian versions right.

2012-03-14  Tobias Frost <tobi@coldtobi.de>

	* configure.ac: [Version] Bump to 0.24-dev again

2012-03-14  Tobias Frost <tobi@coldtobi.de>

	* COPYING, configure.ac, src/Connections/CAsyncCommand.cpp,
	src/Connections/CAsyncCommand.h, src/Connections/CConnectDummy.cpp,
	src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/CSharedConnection.cpp,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h,
	src/Connections/factories/IConnectFactory.cpp,
	src/Connections/factories/IConnectFactory.h,
	src/Connections/interfaces/IConnect.cpp,
	src/Connections/interfaces/IConnect.h,
	src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/HTMLWriter/CHTMLWriter.h,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.h,
	src/DataFilters/HTMLWriter/formatter/CFormatterSearchCSVEntry.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormatterSearchCSVEntry.h,
	src/DataFilters/HTMLWriter/formatter/IFormater.cpp,
	src/DataFilters/HTMLWriter/formatter/IFormater.h,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.h,
	src/Inverters/BasicCommands.h, src/Inverters/Capabilites.h,
	src/Inverters/DummyInverter/CInverterDummy.cpp,
	src/Inverters/DummyInverter/CInverterDummy.h,
	src/Inverters/DummyInverter/CInverterFactoryDummy.cpp,
	src/Inverters/DummyInverter/CInverterFactoryDummy.h,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/factories/IInverterFactory.cpp,
	src/Inverters/factories/IInverterFactory.h,
	src/Inverters/factories/InverterFactoryFactory.cpp,
	src/Inverters/factories/InverterFactoryFactory.h,
	src/Inverters/interfaces/CNestedCapaIterator.cpp,
	src/Inverters/interfaces/CNestedCapaIterator.h,
	src/Inverters/interfaces/ICapaIterator.cpp,
	src/Inverters/interfaces/ICapaIterator.h,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h,
	src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h, src/configuration/ILogger.cpp,
	src/configuration/ILogger.h, src/configuration/Registry.cpp,
	src/configuration/Registry.h, src/interfaces/CCapability.cpp,
	src/interfaces/CCapability.h, src/interfaces/CDebugHelper.cpp,
	src/interfaces/CDebugHelper.h, src/interfaces/CMutexHelper.cpp,
	src/interfaces/CMutexHelper.h, src/interfaces/CTimedWork.cpp,
	src/interfaces/CTimedWork.h, src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h, src/patterns/CValue.h,
	src/patterns/ICommand.cpp, src/patterns/ICommand.h,
	src/patterns/ICommandTarget.cpp, src/patterns/ICommandTarget.h,
	src/patterns/IObserverObserver.cpp,
	src/patterns/IObserverObserver.h,
	src/patterns/IObserverSubject.cpp, src/patterns/IObserverSubject.h,
	src/patterns/IValue.cpp, src/patterns/IValue.h, src/porting.h,
	src/solarpowerlog.cpp: [MISC] Repairing Licenseheader to work with
	licensecheck

2012-03-13  Tobias Frost <coldtobi@users.sourceforge.net>

	* tools/buildbot/buildbot_pdebuilder: [BUILDBOT] only update
	pdebuilder when apt's list cache is newer than the pdebuilder

2012-03-13  Tobias Frost <tobi@coldtobi.de>

	* tools/make-slp-dist: [TOOLS] make-slp-dist: fixed typo in release
	tar name

2012-03-10  Tobias Frost <tobi@coldtobi.de>

	* configure.ac: Setting development version to 0.24-dev

2012-03-10  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, tools/solarpowerlog.default,
	tools/solarpowerlog.init, tools/solarpowerlog.logrotate: [MISC] Work
	on daemon support files (init.d, logrotate)

2012-03-10  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, tools/README.txt, tools/buildbot/README,
	tools/buildbot/buildbot_linitian,
	tools/buildbot/buildbot_make_orig_source,
	tools/buildbot/buildbot_pdebuilder,
	tools/buildbot/configuration/README,
	tools/buildbot/configuration/master/master.cfg,
	tools/buildbot/configuration/slave/buildbot.tac,
	tools/solarpowerlog.default, tools/solarpowerlog.init,
	tools/sputnik_simulator/README: [MISC] Adding init.d files, adding
	buildbot configuration...  The startup-files will be maintained in trunk, as they might be
	useful not only for debian packaging.  The buildbot configuration files are added to keep them in th VCS.

2012-02-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* solarpowerlog.1: [MAN PAGE] Update, missed the first time

2012-02-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* solarpowerlog.1: [MAN PAGE] Update

2012-02-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [DAEMON] Switched to sigaction() for
	signal-handling

2012-02-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* tools/buildbot/buildbot_linitian: [BUILDBOT] typo in lintian step

2012-02-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [DAEMON] Handling pid-files The daemon will create a pid-file if askeda, (cmdline option
	--pidfile <filename>)

2012-02-21  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.am, tools/buildbot/README,
	tools/buildbot/buildbot_dpkgbuildpackage,
	tools/buildbot/buildbot_linitian,
	tools/buildbot/buildbot_make_orig_source: [BUILDBOT] Some scripts
	for my private CI Server

2012-02-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CWorkScheduler.cpp: [CTimedWork] Remove boost>1.40
	conditional.

2012-02-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CTimedWork.cpp: [CTimedWork] Debug statements
	silenced Put several LOGDEBUG Statements under the regime of the #define
	switch CTIMEDWORK_DEBUG.

2012-02-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [Logging] Registry-Logger ignored dbglevel The logger obtainable by Registry::Instance().GetMainLogger() was
	not setup to use the application-section defined loglevel, leading
	to a quite noisy logging behaviour in the recently introduced debug
	code.

2012-02-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: 
	[ILogger] allow runtime modification of logging level at runtime

2012-02-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/DummyInverter/CInverterFactoryDummy.cpp: 
	[CDummyInverterFactory] Removed 2 warnings.

2012-02-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [DAEMON] Improving daemon behaviour, part 2 - Hooking up SIGUSR1 to enable rotation of logfile.  In daemon mode,
	stderr and stdout will be reopened on SIGUSR1

2012-02-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [CDebugHelper] connects now on SIGUSR2 SIGUSR1 will be used by the daemon, so SIGUSR1 will be freed up

2012-02-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [DAEMON] Improving daemon behaviour, part 1 - command line option to select which file we should redirect stderr
	/ stdout - command line option to select directory we should change to after Missing is the support to reopen the logfiles on SIGUSR1, but for
	this another commit is necessary as currently CDebugHelper uses this
	signal.

2012-02-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.ac: [AUTOTOOLS] Set Version to 0.23-dev

2012-02-15  Tobias Frost <tobi@coldtobi.de>

	* tools/make-slp-dist: [TOOLS] update of make-slp-dist

2012-02-11  Tobias Frost <tobi@coldtobi.de>

	* README, configure.ac: [Release 0.22] Releasing 0.22 now.  This a service release with some improvments under the hood: - The work-scheduler should now use even less CPU cycles - Updated the configuration system to be compatible with
	libconfig-1.4.8 (this should also ease compilation on Win32 ...)

2012-02-11  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/CConfigHelper.h: [CConfigHelper] Add support for
	new libconfig 1.48 Libconfig does not support long / unsigned longs anymore.  This
	commit adds a wrapper to support those types internally.  Also added documentation for this module

2012-02-11  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, configure.ac, src/Makefile.am: [AUTOTOOLS] Disabled
	dbixx build and removed warning about AM_PROG_CC_C_O.

2012-02-11  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am: [BUILD-SYSTEM] Changelog now being autogenerated from
	git2cl Git2cl is integrated into the dist-hook of Makefile.am.  See
	http://josefsson.org/git2cl for details on git2cl.

2012-02-11  Tobias Frost <tobi@coldtobi.de>

	* tools/make-slp-dist: [TOOLS] Added tools/make-slp-dist make-slp-dist is a convenience script that automates the release of
	source tars and auto-creates debian packages with some extra build
	tests.

2012-01-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CTimedWork.cpp, src/interfaces/CTimedWork.h: 
	[CTimedWork] reformated source code, only whitespace changes

2012-01-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CTimedWork.cpp: [CTimedWork] Interrupt thread only
	when required Reworked scheduling code in CTimedWork::ScheduleWork() to interrupt
	worker thread only if the new request is due earlier than the
	current thread.  Note that his checkin contains tons of debug messages, will be
	removed in a later commit.

2012-01-10  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/interfaces/CTimedWork.cpp, src/interfaces/CTimedWork.h: 
	[CTimedWork] Wrapped debugcode for boost1.46 regression into
	preprocessor marcros

2012-01-03  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/CDebugHelper.h, src/interfaces/CTimedWork.cpp,
	src/interfaces/CTimedWork.h, src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h: Added debugging code used for
	debugging the 1.46-boost problem.  It is just kept for reference how
	to use the new CDebugHelper interface and will be compile-time code
	soon.

2012-01-02  Tobias Frost <tobi@coldtobi.de>

	* .gitignore, Makefile.am, configure.ac, solarpowerlog.1,
	src/configuration/Registry.cpp, src/configuration/Registry.h: [Misc]
	merging changes from 0.21a to trunk Adding manpage to Makefile.am, adding link to wiki to manpage

2011-12-31  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp,
	src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h, src/configuration/Registry.cpp,
	src/solarpowerlog.cpp: [MISC] Removed some warnings about unused
	parameters also changed to catching exceptions per references

2011-12-30  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/Registry.h, src/solarpowerlog.cpp: Attaching
	CDebugHelper to Registry, attaching SIGUSR1 handler Adding data to
	CDebugHelper (commandline)

2011-12-30  Tobias Frost <tobi@coldtobi.de>

	* src/Makefile.am, src/interfaces/CDebugHelper.cpp,
	src/interfaces/CDebugHelper.h: Adding CDebugHelper classes

2011-12-30  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/configuration/CConfigHelper.h, src/configuration/ILogger.h,
	src/configuration/Registry.h, src/interfaces/CMutexHelper.cpp,
	src/interfaces/CMutexHelper.h, src/patterns/IValue.h,
	src/solarpowerlog.cpp: [ILogger] braces around macros

2011-12-29  Tobias Frost <tobi@coldtobi.de>

	* src/porting.h: merging fix for windows build

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* configure.ac, m4/boost.m4, src/Connections/interfaces/IConnect.h,
	src/Inverters/interfaces/InverterBase.h: BUILDSYSTEM -- bumping
	version to 0.22-dev and a warning/typo removed.

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/Inverters/DummyInverter/CInverterDummy.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h: [IInverterBase] Removed
	depreciated AddCapability function.

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h,
	src/Connections/interfaces/IConnect.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/patterns/ICommand.h: [Communication] Removed syncronous
	interfacec

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h,
	src/Connections/interfaces/IConnect.h: [IConnect] Adding
	Send-Interface for async only operation adding this interface function: virtual bool Send(ICommand *cmd) All other send interfaces will be made obsolete...

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp: [BOOST:ASIO based comms] fixed
	a potential null-pointer issue .. not seen in real life, but if the send interface would be used in
	sync mode, without any ICommand Callback, solarpowerlog would have
	been crashed.  (This is the inteface I am currently depreciating)

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CAsyncCommand.cpp,
	src/Connections/CConnectDummy.cpp, src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionSlave.h,
	src/Connections/interfaces/IConnect.h: [Communication] Preparation
	for depreciating the sync interface - Changed the IConnect interface to require a ICommand (removing the
	default value of NULL) - Updated CDummy to have asyncronous error reporting. It will tell
	"EIO" on every action requested...

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[CInverterSputnikSSeries] changed sync disconnect request to async
	behaviour to prepare for depreciation of syncronous comms interface

2011-12-28  Tobias Frost <tobi@coldtobi.de>

	* NEWS, src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: [CVSWriter] removed warnings,
	documentation update, defaulting not to flush - removed warning that docs are not up to date - updated this documentation which was not uptodate - changing the default behaviour to not call flush - some whitespace, doxygen changes

2011-12-27  Tobias Frost <tobi@coldtobi.de>

	* COPYING, README: [COPYING] Clearifcation that one should look
	inside the file [README] Added pointers where to get help / docs.

2011-12-27  Tobias Frost <tobi@coldtobi.de>

	* COPYING, bootstrap.sh: repaired COPYING and bootstrap.sh

2011-12-25  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am: [AUTOCONF] Makefile.am missed bootstrap.sh to
	distribute

2011-12-25  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am: Makefile.am should not mention ChangeLog in
	dist_doc_DATA

2011-12-25  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, src/Makefile.am: [AUTOTOOLS] made make distcheck work

2011-12-25  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, extlibs/README, extlibs/ctemplate/COPYING,
	extlibs/ctemplate/Makefile, extlibs/ctemplate/doc.html,
	extlibs/ctemplate/examples/Makefile,
	extlibs/ctemplate/examples/fact.c,
	extlibs/ctemplate/examples/fact.tmpl,
	extlibs/ctemplate/examples/printenv.c,
	extlibs/ctemplate/examples/printenv.tmpl,
	extlibs/ctemplate/examples/weather.sh,
	extlibs/ctemplate/examples/weather.tmpl, extlibs/ctemplate/main.c,
	extlibs/ctemplate/t/test.sh, src/Makefile.am, src/ctemplate/README,
	{extlibs => src}/ctemplate/ctemplate.c, {extlibs =>
	src}/ctemplate/ctemplate.h: Integrated ctemplate into src, dropping
	fro extlibs as the code has diverted from ctemplate origin

2011-12-25  Tobias Frost <tobi@coldtobi.de>

	* : commit ff82dcefb6055d85833513ea5c268692a3318b72 Author: Tobias
	Frost <tobi@coldtobi.de> Date:   Sat Dec 24 13:33:41 2011 +0100

2011-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* COPYING, ChangeLog, Makefile.am, WINDOWS.txt: [AUTOTOOLS]
	Autogenerate ChangeLog

2011-12-23  Tobias Frost <tobi@coldtobi.de>

	* bootstrap.sh: [AUTOTOOLS] bootstrap failed when not having dbixxx

2011-12-23  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, bootstrap.sh, configure.in,
	src/Connections/CAsyncCommand.cpp, src/Connections/CAsyncCommand.h,
	src/Connections/CSharedConnection.cpp,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h,
	src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/HTMLWriter/CHTMLWriter.h,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.h,
	src/DataFilters/HTMLWriter/formatter/CFormatterSearchCSVEntry.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormatterSearchCSVEntry.h,
	src/DataFilters/HTMLWriter/formatter/IFormater.cpp,
	src/DataFilters/HTMLWriter/formatter/IFormater.h,
	src/Inverters/BasicCommands.h,
	src/Inverters/DummyInverter/CInverterDummy.cpp,
	src/Inverters/DummyInverter/CInverterDummy.h,
	src/Inverters/DummyInverter/CInverterFactoryDummy.cpp,
	src/Inverters/DummyInverter/CInverterFactoryDummy.h,
	src/Makefile.am: [MISC] Added missing copyright information to
	certain src/*.[h|cpp] files Also made the build of dbixx dependent on the existance of the
	source

2011-12-23  Tobias Frost <tobi@coldtobi.de>

	* debian/changelog, debian/compat, debian/control,
	debian/copyright, debian/dirs, debian/docs, debian/rules,
	debian/solarpowerlog.1, debian/solarpowerlog.default,
	debian/solarpowerlog.init, debian/solarpowerlog.install,
	debian/source/format: [DEBIAN] files removed to maintain them in
	extra branch

2011-12-22  Tobias Frost <tobi@coldtobi.de>

	* debian/source/format, debian/watch: [Debian] Changing to debian
	native format after getting first feedback from debian-mentors

2011-12-22  Tobias Frost <tobi@coldtobi.de>

	* debian/control, debian/rules: [DEBIAN] reverting hack with git to
	remove build output files .. as whenn using the debian tools the git repository may not be
	available and then this fails.  Instead the build files are removed
	manually.

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* ChangeLog, debian/changelog, debian/control: [MISC] maintaince removed double changelog, master one is now the debian one debian
	standard bump (no changes)

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* ChangeLog, debian/changelog: [Changelog] contained still an error.

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* ChangeLog, debian/changelog: [Debian] Typo in changelog

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* configure.in: [CONFIGURE] Bumping version to 0.21 for relase

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* ChangeLog, debian/changelog, debian/copyright,
	debian/solarpowerlog.1: [DEBIAN] spelling errors removed, added
	changelog

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* debian/rules: [DEBIAN] Removed a linitian wanring

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* debian/control, debian/rules: [DEBIAN] modified control and rules build-depends on git as rules now uses git to clean some generated
	files / links during execution of the debian/rules clean target

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* debian/files: removing debian/files

2011-12-21  Tobias Frost <tobi@coldtobi.de>

	* .gitignore, COPYING, GPL, GPL-3, LGPL-2.1, LGPL-3,
	debian/copyright, extlibs/README: debian/copyright is now
	machinereadable, COPYING now refers to this file and added missing
	license text files

2011-12-12  Tobias Frost <tobi@coldtobi.de>

	* configure.in, debian/control, debian/copyright, debian/rules,
	debian/solarpowerlog.1: [debian files] Updated some files, specifing
	dependencies

2011-12-12  Tobias Frost <tobi@coldtobi.de>

	* example_confs/solarpowerlog.conf: [Example Configuration] Cleaned
	up example configuration and updated documentation

2011-12-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: [Documention] update for the CVS
	Dumper This documentation (doxygen format) can be used for the wiki....

2011-08-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* : commit d766e13ea5608a37aa7220b2fe771e32e9d38f04 Author: Tobias
	Frost <coldtobi@users.sourceforge.net> Date:   Thu Aug 25 00:46:36
	2011 +0200

2011-08-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnection.cpp,
	src/Connections/CSharedConnectionMaster.cpp: [DBGLOGGING] Changed
	some logging levels from FATAL to ERROR to be more consistent.

2011-08-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* README, example_confs/solarpowerlog.conf: [DOCS] Update

2011-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionSlave.cpp: [SharedConnection] Slave
	-- First errors fixed

2011-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnection.cpp,
	src/Inverters/DummyInverter/CInverterDummy.cpp,
	src/Inverters/DummyInverter/CInverterDummy.h: [DummyInverter] Needs
	to check the connection's config...

2011-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnectionSlave.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/solarpowerlog.cpp: [GENERAL] Passing exceptions a reference,
	some other minor changes

2011-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/factories/IInverterFactory.h,
	src/Inverters/factories/InverterFactoryFactory.h,
	src/Inverters/interfaces/InverterBase.h: [GENERAL] Some
	documentation added

2011-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.in, src/Inverters/DummyInverter/CInverterDummy.cpp,
	src/Inverters/DummyInverter/CInverterDummy.h,
	src/Inverters/DummyInverter/CInverterFactoryDummy.cpp,
	src/Inverters/DummyInverter/CInverterFactoryDummy.h,
	src/Inverters/factories/InverterFactoryFactory.cpp, src/Makefile.am: 
	[Inverters] Added a Dummy-Inverter class This class shows an example for starting a own inverter
	implementation and also will be usefull for debugging.  The dummy inverter will just instanciate itself and then keep quiet.

2011-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h: [SharedComms] Some
	comments revised

2011-07-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/IObserverObserver.cpp: [Observer Pattern] Including
	stdef.h to have NULL defined

2010-10-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[TCPComms and Sputnik] Timeout did not set a error string. Now
	timeout on read will be also LOG_ERROR'd without lying about not
	knowing the error.  Before, LOG_DEBUG was used and "unknown error"
	would have been printed when no ICM_ERRNO_STR was et. In this cases
	the error number will be used to print out a message, using
	strerror().

2010-10-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionSlave.cpp, src/patterns/ICommand.h: 
	[Shared Connection] Master has been debugged in stand-alone
	operation (that is, only one inverter is attached to a
	sharedconection master)

2010-10-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[Sputnik] Fix for an introduced bug due to the Shared Comms mods

2010-10-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/interfaces/IConnect.cpp,
	src/Connections/interfaces/IConnect.h: [ASIO Based Comms] Starting
	the thread later, to ensure that logging is already set up.
	Otherwise, there is a (cosmetical) race condition for the first
	logging message.

2010-10-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnection.cpp,
	src/Connections/CSharedConnectionMaster.cpp: [SharedConnection]
	Debugging CheckConfig and Instanciation of Master.

2010-10-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/factories/IConnectFactory.cpp: [SharedConnection]
	Making shared connection instanceable by the connection factory

2010-10-28  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	Reducing the change for a race when sending to a shared connection
	in the Sputnik class.

2010-10-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [MISC] Reworked the dumpcfg to give out
	also values.

2010-10-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	[INVERTER] Preparing the Sputnik inverter for shared connections --
	it will now handle received strings not adressed to its own adress
	as a failure, but just ignore the telegram.

2010-10-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* debian/rules, debian/solarpowerlog.1: [DEBIAN] Added a man page.

2010-10-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/interfaces/IConnect.h,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/configuration/CConfigHelper.h, src/configuration/ILogger.h: 
	[MISC] Fixed some more typos

2010-10-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* debian/compat,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: Fixed
	typo Added debian/compat

2010-10-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* ChangeLog, README, WINDOWS.txt, configure.in,
	debian/manpage.1.ex, debian/manpage.sgml.ex, debian/manpage.xml.ex,
	debian/solarpowerlog.doc-base.EX,
	example_confs/htmlwritertemplate/snippets/basic_inverter_data.tmpl,
	example_confs/htmlwritertemplate/test.tmpl,
	example_confs/solarpowerlog.conf, extlibs/README,
	src/Connections/CAsyncCommand.h, src/Connections/CConnectDummy.cpp,
	src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/factories/IConnectFactory.cpp,
	src/Connections/factories/IConnectFactory.h,
	src/Connections/interfaces/IConnect.cpp,
	src/Connections/interfaces/IConnect.h,
	src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.h,
	src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/factories/IInverterFactory.cpp,
	src/Inverters/factories/IInverterFactory.h,
	src/Inverters/factories/InverterFactoryFactory.cpp,
	src/Inverters/factories/InverterFactoryFactory.h,
	src/Inverters/interfaces/CNestedCapaIterator.cpp,
	src/Inverters/interfaces/CNestedCapaIterator.h,
	src/Inverters/interfaces/ICapaIterator.cpp,
	src/Inverters/interfaces/ICapaIterator.h,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h,
	src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h, src/configuration/ILogger.cpp,
	src/configuration/ILogger.h, src/configuration/Registry.cpp,
	src/configuration/Registry.h, src/interfaces/CCapability.cpp,
	src/interfaces/CCapability.h, src/interfaces/CMutexHelper.cpp,
	src/interfaces/CMutexHelper.h, src/interfaces/CTimedWork.cpp,
	src/interfaces/CTimedWork.h, src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h, src/patterns/CValue.h,
	src/patterns/ICommand.cpp, src/patterns/ICommand.h,
	src/patterns/ICommandTarget.cpp, src/patterns/ICommandTarget.h,
	src/patterns/IObserverObserver.cpp,
	src/patterns/IObserverObserver.h,
	src/patterns/IObserverSubject.cpp, src/patterns/IObserverSubject.h,
	src/patterns/IValue.cpp, src/patterns/IValue.h, src/porting.h,
	src/solarpowerlog.cpp, tools/sputnik_simulator/solarpowerlog.conf: 
	Corrected some spelling errors: charachter character arguement
	argument Programm Program unkown unknown informations information
	unkown unknown Removed some more dh_make template files

2010-10-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* debian/README.Debian, debian/changelog, debian/control,
	debian/copyright, debian/cron.d.ex, debian/dirs, debian/docs,
	debian/emacsen-install.ex, debian/emacsen-remove.ex,
	debian/emacsen-startup.ex, debian/files, debian/init.d.ex,
	debian/init.d.lsb.ex, debian/menu.ex, debian/postinst.ex,
	debian/postrm.ex, debian/preinst.ex, debian/prerm.ex, debian/rules,
	debian/solarpowerlog.default, debian/solarpowerlog.default.ex,
	debian/solarpowerlog.init, debian/solarpowerlog.install,
	debian/source/format: [DEBIAN] Cleanup in the debian directory.

2010-10-11  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CSharedConnection.cpp,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h,
	src/Inverters/interfaces/InverterBase.h: [SharedConnection]
	Commiting some code for backup reason... (No, not yet finished.)

2010-10-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/interfaces/InverterBase.h, src/solarpowerlog.cpp: 
	[Inverterinterface] Added Getter for configurationpath, needd for
	shared communication [misc] Typo in solarpowerlog.cpp

2010-09-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h: [SharedConnection] Check
	in for backup. Functionality not yet complete.

2010-09-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/interfaces/IConnect.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/patterns/ICommand.cpp, src/patterns/ICommand.h: [Platform] Added
	member function to merge to ICommand's data.

2010-09-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectDummy.h,
	src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[COMMS] Support for syncronous read using IConnect::Receive()
	dropped.

2010-09-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h:  [CONNECTIONS] Feature: sharing connections between two and more
	 inverters.  Still stubs, no functionality.  (And a good way to test if the email hook is now working)

2010-09-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.in, src/Connections/CSharedConnection.cpp,
	src/Connections/CSharedConnection.h,
	src/Connections/CSharedConnectionMaster.cpp,
	src/Connections/CSharedConnectionMaster.h,
	src/Connections/CSharedConnectionSlave.cpp,
	src/Connections/CSharedConnectionSlave.h, src/Makefile.am: 
	[CONNECTIONS] Added classes for sharing connections between two and
	more inverters.  However, these are stubs at the moment and
	therefore not functioning.  The configure script will only enable
	them when explicitly told.

2010-09-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[CONNECTIONS/INVERTERS] Removed an obsolete #warning and a default
	message if no error message is given.

2010-09-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [COMMS] unhandled exception
	when resolving failed, for example due a down interface.

2010-09-12  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: [FTBFS] When liblog4cxx was not available,
	main.c did not compile.

2010-06-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectSerialAsio.h, src/Inverters/Capabilites.h: 
	[MISC] Typo in the capabilties, wrong define for header

2010-06-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/interfaces/CWorkScheduler.cpp: [BUGFIX] Memoryleak reported by
	mebuh, proper fix for boost >1.40

2010-05-17  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.in, src/Connections/CConnectSerialAsio.cpp,
	src/Connections/CConnectSerialAsio.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/factories/IConnectFactory.cpp: [AUTOTOOLS & COMMS]
	Modularized the comms.  You can now select at configure-time what to
	compile in and what not...

2010-05-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [COMMS] In the TCP class, for
	the default tcptimeout, the macro has not been used. (Still the
	right time was used)

2010-05-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* : (Merging feature branch 'serial_comms' into trunk) Signed-off-by: Tobias Frost <coldtobi@users.sourceforge.net>

2010-05-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* : [GIT] Added some files to .gitignore Signed-off-by: Tobias Frost <coldtobi@users.sourceforge.net>

2010-05-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/htmlwritertemplate/snippets/CSVLogger.tmpl,
	example_confs/htmlwritertemplate/snippets/basic_inverter_data.tmpl: 
	[EXAMPLE CONF] net frequency is "Hz" not "W"...

2010-05-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* bootstrap.sh, configure.in, m4/ax_boost_asio.m4,
	m4/ax_boost_base.m4, m4/ax_boost_date_time.m4,
	m4/ax_boost_program_options.m4, m4/ax_boost_system.m4,
	m4/ax_boost_thread.m4, m4/boost.m4, src/Makefile.am,
	src/interfaces/CWorkScheduler.cpp: [AUTOTOOLS] Changed boost
	detection macros to the one from tsuna
	(http://wiki.github.com/tsuna/boost.m4/), as the old ones caused
	problems.  [OTHERS] Boost 1.42 obsoleted one header and caused a
	compile error.

2010-01-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.am, bootstrap.sh, configure.in, debian/watch,
	debian/watch.ex, extlibs/README, extlibs/dbixx/COPYING,
	extlibs/dbixx/Makefile.am, extlibs/dbixx/autogen.sh,
	extlibs/dbixx/configure.in, extlibs/dbixx/dbixx.h,
	extlibs/dbixx/result.cpp, extlibs/dbixx/row.cpp,
	extlibs/dbixx/session.cpp, extlibs/dbixx/test.cpp, src/Makefile.am: 
	[EXTLIBS] Adding libdbi-wrapper dbixx

2010-01-16  Tobias Frost <coldtobi@users.sourceforge.net>

	* : [NEW FEATURE] solarpowerlog can not be run in background, as a
	daemon.

2010-01-07  Tobias Frost <coldtobi@users.sourceforge.net>

	* debian/docs,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: [DEBIAN]
	Add files to doc. Whitespace changes (reformatting code to coding
	style)

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* ChangeLog, configure.in, debian/changelog, debian/files,
	extlibs/README: [RELEASE] Release 0.20

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* extlibs/ctemplate/ctemplate.h,
	src/DataFilters/HTMLWriter/CHTMLWriter.h: Reverting part of
	82a94ef820679ee5590011a4292f56951c45a060

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* extlibs/ctemplate/ctemplate.c: [EXTLIBS] patched libctemplate to
	avoid writing double blanks.

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/htmlwritertemplate/css/style.css,
	example_confs/htmlwritertemplate/snippets/CSVLogger.tmpl: [EXAMPLES]
	Now fit for the Internet Exploerer (testet Version 7)

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/htmlwritertemplate/css/style.css,
	example_confs/htmlwritertemplate/css/{style_play.css =>
	style_dark.css},
	example_confs/htmlwritertemplate/snippets/CSVLogger.tmpl,
	example_confs/htmlwritertemplate/snippets/CSVLogger_header.tmpl,
	example_confs/htmlwritertemplate/snippets/basic_inverter_data.tmpl,
	example_confs/htmlwritertemplate/test.tmpl: [EXAMPLES] Artwork
	complete for now ;-)

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/htmlwritertemplate/css/style.css,
	example_confs/htmlwritertemplate/css/style_play.css,
	example_confs/htmlwritertemplate/snippets/CSVLogger.tmpl: 
	[EXAMPLECONF] Updating example configuration for css

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp: [DATAFILTERS]
	Reverting the last commit, and reapplying it in the right function.

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp: [DATAFILTERS] Some
	members were not initialized.

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: [GITIGNORE] a build-result of the libctemplate

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/htmlwritertemplate/css/style.css,
	example_confs/htmlwritertemplate/snippets/CSVLogger.tmpl,
	example_confs/htmlwritertemplate/snippets/CSVLogger_header.tmpl,
	example_confs/htmlwritertemplate/snippets/basic_inverter_data.tmpl,
	example_confs/htmlwritertemplate/test.tmpl,
	tools/sputnik_simulator/solarpowerlog.conf: [TEMPLATES] Coded some
	templates, not yet finished. The templates are for the HTML Writer

2010-01-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormatterSearchCSVEntry.cpp,
	src/Inverters/Capabilites.h: [DATAFILTERS] Coded the new formatter
	for finding the CSV column Cleanup in the HTML Writer, also adding
	the version of solarpower to the template [CAPABILITES] Fixed a typo

2010-01-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.h,
	src/DataFilters/HTMLWriter/formatter/CFormatterSearchCSVEntry.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormatterSearchCSVEntry.h,
	src/DataFilters/HTMLWriter/formatter/IFormater.cpp,
	src/DataFilters/HTMLWriter/formatter/IFormater.h, src/Makefile.am: 
	[DATAFILTERS] Formatter interface changed -- does not get the
	configuration data anymore Also, the formatters gets there
	parameters now not by configuration entries in the Data-filters
	configuration,  but by arguments given to the
	formatter-configuration array in the solarpowerlog.conf

2010-01-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp: [DATAFILTERS]
	HTMLWriter emits the loop number , useful for templates

2010-01-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/Capabilites.h: [CAPABILITIES] Typo in Capa name

2010-01-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.cpp: 
	[DATAFILTERS] Removed debug statement from CFormaterWebroot

2010-01-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp: [WIN32] FTBFS in
	Win32-specific code

2010-01-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/HTMLWriter/CHTMLWriter.cpp: [WIN32] Preparing to
	build again with cygwin

2010-01-04  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.in, example_confs/htmlwriter.conf,
	example_confs/htmlwritertemplate/css/style.css,
	example_confs/htmlwritertemplate/snippets/CSVLogger.tmpl,
	example_confs/htmlwritertemplate/snippets/basic_inverter_data.tmpl,
	example_confs/htmlwritertemplate/test.tmpl,
	src/Connections/CConnectDummy.h, src/Connections/CConnectTCPAsio.h,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.h, src/DataFilters/{ =>
	HTMLWriter}/CHTMLWriter.cpp, src/DataFilters/{ =>
	HTMLWriter}/CHTMLWriter.h,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.cpp,
	src/DataFilters/HTMLWriter/formatter/CFormaterWebRootStrip.h,
	src/DataFilters/HTMLWriter/formatter/IFormater.cpp,
	src/DataFilters/HTMLWriter/formatter/IFormater.h,
	src/DataFilters/interfaces/IDataFilter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Makefile.am, src/configuration/CConfigHelper.h,
	src/solarpowerlog.cpp,
	tools/sputnik_simulator/netcat_sputnik_parse.sh,
	tools/sputnik_simulator/solarpowerlog.conf: [DATAFILTER] HTMLWriter
	now can tranform some data

2010-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* extlibs/README, extlibs/ctemplate/ctemplate.h,
	src/DataFilters/CHTMLWriter.cpp, src/DataFilters/CHTMLWriter.h: 
	[EXTLIBS] Moved C++-compability to library.  (Path supplied to
	upstream to libctemplate author for inclusion) Removed a warning from CHTMLWriter

2010-01-03  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	tools/sputnik_simulator/README,
	tools/sputnik_simulator/netcat_sputnik.sh,
	tools/sputnik_simulator/netcat_sputnik_parse.sh: [DATAFILTERS]
	Capability "what file I am writing" was set wrongly.

2009-12-29  Tobias Frost <coldtobi@users.sourceforge.net>

	* extlibs/ctemplate/Makefile, extlibs/ctemplate/examples/Makefile: 
	[GIT] Added makefiles of the ctemplatelib, which was ignored by
	git...

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/htmlwriter.conf: [EXAMPLE] Fixed syntax error in
	example configuration for the HTML Writer

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CHTMLWriter.cpp: [DATAFILTERS] HTML Writer started
	debugging... (does already something now)

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: [CONNECTIONS] Fix for
	possible race while initiaizing a sempaphore.

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/CConfigHelper.h: [DOCUMENTATION] Added for some
	member function

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.cpp: [DATAFILTERS] Tweaking &
	Optimizing CSVDumper: - For getting "own" Capabilities, use
	  IInverterBase::GetConcreteCapability to avoid getting a parent
	  (actually, will not happen if current design, but this is safer - Whitespace changes DumpDumper: - Same with the IInverterBase::GetConcreteCapability.  - Removing some Capabilities which are unused from the
	CheckSubscribe helper - Whitespace changes

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: [GIT] Another Binary slipped in, adding libraries to
	ignored.  Also updated PLAN (for HTLMWriter, reviewed)

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* PLAN: [GIT] Another Binary slipped in, adding libraries to
	ignored.  Also updated PLAN (for HTLMWriter, reviewed)

2009-12-27  Tobias Frost <coldtobi@users.sourceforge.net>

	* example_confs/htmlwriter.conf, src/DataFilters/CHTMLWriter.cpp,
	src/DataFilters/CHTMLWriter.h: [DATAFILTERS] HTMLWriter proceedings

2009-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.am, configure.in, src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CHTMLWriter.cpp, src/DataFilters/CHTMLWriter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/Makefile.am, tools/sputnik_simulator/netcat_sputnik_parse.sh,
	tools/sputnik_simulator/solarpowerlog.conf: [DEBUGING] Tweaked
	sputnik simulator [DATAFILTER] Added HTML Filter to build
	configuration

2009-12-24  Tobias Frost <coldtobi@users.sourceforge.net>

	* extlibs/README, extlibs/ctemplate/COPYING,
	extlibs/ctemplate/ctemplate.c, extlibs/ctemplate/ctemplate.h,
	extlibs/ctemplate/doc.html, extlibs/ctemplate/examples/fact.c,
	extlibs/ctemplate/examples/fact.tmpl,
	extlibs/ctemplate/examples/printenv.c,
	extlibs/ctemplate/examples/printenv.tmpl,
	extlibs/ctemplate/examples/weather.sh,
	extlibs/ctemplate/examples/weather.tmpl, extlibs/ctemplate/main.c,
	extlibs/ctemplate/t/test.sh, src/DataFilters/CHTMLWriter.cpp,
	src/DataFilters/CHTMLWriter.h, src/Makefile.am: [AUTOTOOLS]
	Preparing the HTML Writer Added new class to git and autotools Added the new external library
	ctemplate to the autotools (As this is not in debian, its source is
	also added into the extlibs dir)

2009-12-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/interfaces/InverterBase.h: [FRAMEWORK] AddCapability
	flavour added which extracts the required infos out of the
	parameters, not using an extra one...

2009-12-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* ChangeLog, src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h, src/Inverters/Capabilites.h,
	src/configuration/CConfigHelper.h: [DATAFILTERS] CSVDumper a little
	more RFC-something conform -- also in the header Also implemented the facility, that a subsequent plugin knows what
	we are doing: - Capability CAPA_CSVDUMPER_LOGGEDCAPABILITES shows (comma
	seperated) the layout of the CSV, - Capability CAPA_CSVDUMPER_FILENAME the current file name.

2009-12-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp: [DATAFILTERS] CSVDumper:
	Added new parameters to CheckSyntax() Also, add "rotate" as this was
	missing

2009-12-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp: [DATAFILTERS] CSVDumper:
	removed unused config parameter from CheckConfig()

2009-12-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp: [DATAFILTERS] CSVDumper:
	Debugging the compact-file feature

2009-12-20  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: [DATAFILTERS] CSVDumper: Only
	emmit lines if they actually changed The new option (with the configuration option) Compact_CSV, only
	lines which actually changed are written into the CSV.  This will
	decrease filesize, if only slow-changing data is emitted, especially
	when the inverters are down due insufficient irradiation.

2009-12-19  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp: [DATAFILTERS] CSVDumper a
	little more RFC-something conform The CSV Files should not have spaces between the seperator and the
	values, as I previously learned.

2009-12-15  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: [DATAFILTERS] Changed timeformat
	for the CSV to ISO 8601.  String can be configured via conf-file, the option
	"Format_Timestamp" specifies -- in boost::date_time syntax -- how it
	is layouted.  The default is "%Y-%m-%d %T" For all the valid format options, see

	http://www.boost.org/doc/libs/1_35_0/doc/html/date_time/date_time_io.html#date_time.format_flags

2009-12-15  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: [GIT] gitignore the config dir

2009-12-15  Tobias Frost <coldtobi@users.sourceforge.net>

	* solarpowerlog.conf => example_confs/solarpowerlog.conf: 
	[CONFIGURATON] moved example conf to own dir

2009-12-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CAsyncCommand.cpp,
	src/Connections/CAsyncCommand.h: [Connections] Move of CAsyncCommand
	continued...

2009-12-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* : commit f6338a36b1c0355fbea55fedb30c87396ab08a52 Author: Tobias
	Frost <coldtobi@users.sourceforge.net> Date:   Mon Dec 14 21:42:35
	2009 +0100

2009-12-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h, src/Makefile.am: [Connection]
	Moving CAsyncCommand to own file

2009-12-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* debian/rules: [DEBIAN] Fix debian build error, if it was not
	already built

2009-12-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* debian/changelog, debian/rules: [DEBIAN] debian/* updated

2009-12-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* ChangeLog, WINDOWS.txt, configure.in: Preparing for Version 0.12

2009-12-06  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/configuration/ILogger.h: On Win32 the enum used in ILogger
	caused a name collision, prepending LL_ to avoid.

2009-12-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/interfaces/IConnect.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	[INVERTER:SPUTNIK] Removed old synchronous code

2009-12-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: [GIT] Adding src/solarpowerlog to the files being
	ignored

2009-12-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	Bugfixing in the new async-Sputnik-Code

2009-12-05  Tobias Frost <coldtobi@users.sourceforge.net>

	* tools/sputnik_simulator/README,
	tools/sputnik_simulator/netcat_sputnik.sh,
	tools/sputnik_simulator/netcat_sputnik_parse.sh,
	tools/sputnik_simulator/solarpowerlog.conf: Added a "Simulator" for
	Sputnik This will just create static answers to every question. So hardly to
	be called simulator, but will anyway help debugging in the dark

2009-12-02  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/interfaces/IConnect.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: "Send"
	of TCPASIO is now also async

2009-12-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* ChangeLog: Backup of the Changelog

2009-12-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/interfaces/InverterBase.h: Added a define and some
	comments

2009-12-01  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/configuration/ILogger.h: Logger: Build error if liblog4cxx is
	not available (already applied on master branch)

2009-11-30  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: Adapted
	Sputnik Inverter for asyncronous communication (almost complete)

2009-11-25  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/ICommand.cpp, src/patterns/ICommand.h: Cleaned up
	ICommand -- removed old void *data, replaced by the data map.
	"FindData()" should be "const"

2009-11-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: Some more logging, some typos
	in logging less

2009-11-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.h: First Debugging: Two '!' were
	missing...

2009-11-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/interfaces/IConnect.h,
	src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/patterns/ICommand.cpp, src/patterns/ICommand.h: Recoded existing
	code for new ICommand Interface. Not yet debugged

2009-11-22  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/patterns/ICommand.cpp, src/patterns/ICommand.h: ICommand gets
	a map for its parameters It showed, during the async-comm patch, that it is hard to keep
	track on the parameters to a ICommand, if we want to supply more
	than one information (like success/error and on success also the
	data) So now ICommand gets a std::map<std::string,boost::any> to
	keep track of data more easily.

2009-11-18  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/solarpowerlog.cpp: added --version to options

2009-11-15  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/DataFilters/CCSVOutputFilter.cpp: CVSDumper: Bugfix for Win32,
	"Won't open file"  Win32 does not create a file if ios:in is specified when opening a
	fstream. Added a retry for Windows only, retrying to open a file
	with "ios:out".

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Connections/CConnectTCPAsio.cpp: CConnectTCPAsio::Send ->
	added exception handling

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* src/Makefile.am, src/interfaces/CTimedWork.cpp,
	src/interfaces/CWorkScheduler.cpp, src/interfaces/CWorkScheduler.h: 
	Autotools-Fix: Apr linking instructions applied to src/Makefile.am Cleanup of some includes to get it build under  win32

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore, configure.in: Typo in configure.in corrected

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* : Fixes for autotools, esp on Win32 Conflicts:         bootstrap.sh         configure.in

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* .gitignore: Tweaked gitignore to suppress autogenerated files

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* configure.in, src/config.h.in: Autotools: Fix for Win32:
	liblog4cxx depends on apr and needs also to link in this library.
	This was not seen on linux

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* Makefile.in, config/config.guess, config/config.sub,
	config/depcomp, config/install-sh, config/missing, configure,
	src/Makefile.in: Autotools tweakup: Removing autogenerated stuff

2009-11-14  Tobias Frost <coldtobi@users.sourceforge.net>

	* bootstrap.sh, m4/ax_boost_program_options.m4,
	m4/ax_cxx_explicit.m4, m4/ax_cxx_have_stl.m4,
	m4/ax_cxx_namespaces.m4: Autotools fix - Added missing m4 macros to the m4 dir - On bootstraping, remove tha aclocal.m4 file

2009-11-11  Tobias Frost <coldtobi@users.sourceforge.net>

	* solarpowerlog.conf, src/Connections/CConnectTCPAsio.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: Backup

2009-11-09  Tobias Frost <tobi@moria@frost.de>

	* bootstrap.sh, configure.in, m4/ax_boost_program_options.m4,
	m4/ax_cxx_explicit.m4, m4/ax_cxx_have_stl.m4,
	m4/ax_cxx_namespaces.m4: Added missing m4 macros to autotools m4
	dir.  Should be one step forward for "build on win32 without create
	configure from linux"

2009-10-06  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/interfaces/IConnect.h: Added interface to IConnect
	and derived for async sending.  (However, async sending is not yet implemented) :

2009-10-06  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp,
	src/Connections/interfaces/IConnect.h: ASYNC COMMS - First Debugging -- seems to work, at least as far as tested - Added some comments - Now the error codes used should be more informative about the
	  cause.  Also by trying to definie some common error cause, the
	  interface should be more robust.

2009-10-04  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: Some debugging and first bugs
	destroyed.  Still experimental.

2009-10-04  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/ILogger.h: Added the config.h include. (Helps
	eclipse to detect the real active code)

2009-10-04  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/interfaces/IConnect.cpp,
	src/Connections/interfaces/IConnect.h: This is a mayor change how
	connections can be handled: With this patch, the infrastructure for async communication is
	implemented and the ASIO TCP is adapted to be async.  However, be warned: THIS IS UNTESTED CODE! Also, the Sputnik Inverter (which is currently the only one
	implemented) is not adapted to use this, but under-the-hood
	everything is async, so I expect breakage.  REPEAT: This version will probably not work.  (But as this is 2 weeks of work, I really need to have this in git.) TODO: Sending is not yet "async". Planned to be soon.

2009-10-04  Tobias Frost <tobi@coldtobi.de>

	* : commit ebebfeff276e214a7a7084d1e5c685479be6f42d Author: Tobias
	Frost <tobi@coldtobi.de> Date:   Sun Oct 4 19:22:13 2009 +0200

2009-10-04  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/ICommand.h: Added facility to set new data on a
	command

2009-09-26  Tobias Frost <tobi@moria.(none)>

	* : Merge commit 'origin/trunk' into trunk

2009-09-13  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/factories/IConnectFactory.h, src/{ =>
	Connections}/interfaces/IConnect.cpp, src/{ =>
	Connections}/interfaces/IConnect.h,
	src/Inverters/interfaces/InverterBase.h, src/Makefile.am: moved
	IConnect.(h|cpp) to Connections/interface

2009-09-11  Tobias Frost <tobi@moria.(none)>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	Added some debug code for the Sputnik inverters.

2009-09-10  Tobias Frost <tobi@moria.(none)>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: 
	Documented ILogger Changed conditional code in ILogger.h, to make it
	more readable Also, along the way, solved a bug with the logging
	levels.

2009-09-10  Tobias Frost <tobi@moria.(none)>

	* src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h: (Micro)commented the class CInverterFactorySputnik

2009-09-10  Tobias Frost <tobi@moria.(none)>

	* Makefile.in, configure,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/{interfaces => Inverters}/factories/IInverterFactory.cpp,
	src/{interfaces => Inverters}/factories/IInverterFactory.h,
	src/{interfaces => Inverters}/factories/InverterFactoryFactory.cpp,
	src/{interfaces => Inverters}/factories/InverterFactoryFactory.h,
	src/Makefile.am, src/Makefile.in, src/config.h.in,
	src/solarpowerlog.cpp: Moved some files to a new location: The
	factories for the inverters are now under Inverters, not under
	interfaces, which is more logical.  Also, removed some generated files from git. (from the autotools)
	They can be regenerated by ./bootstrap anyway.

2009-09-09  Tobias Frost <tobi@moria.(none)>

	* configure.in, src/solarpowerlog.cpp: Modularized the use of
	programm-options.  If turned off (with configure), it will use some
	defaults like the configuration file path and name:
	"./solarpowerlog.conf".

2009-09-09  Tobias Frost <tobi@moria.(none)>

	* src/configuration/ILogger.h: removed some
	unused-parameters-warnings showed when logging-support is disabled.

2009-09-09  Tobias Frost <tobi@moria.(none)>

	* configure.in, src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/interfaces/factories/InverterFactoryFactory.cpp: Made also other
	components optional: - Inverter Sputnik - Filters (CSV, Dumb) (use ./configure --help to see the exact
	options)

2009-09-07  Tobias Frost <tobi@moria.(none)>

	* src/configuration/ILogger.h: Now really doing what the configure
	help says: If logging is disabled, the loglevels "ERROR" and "FATAL"
	are going to cerr. Everything else nowhere.

2009-09-07  Tobias Frost <tobi@moria.(none)>

	* configure.in, src/configuration/ILogger.cpp,
	src/configuration/ILogger.h, src/solarpowerlog.cpp: Made liblog4cxx
	optional. For now, disabling will just discard any loggings, even
	errors.

2009-08-16  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	SputnikInverter: Tell caller of parsing failure

2009-08-02  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/Inverters/interfaces/ICapaIterator.cpp,
	src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h, src/configuration/Registry.cpp,
	src/configuration/Registry.h, src/patterns/IValue.cpp,
	src/solarpowerlog.cpp: removed cerrs

2009-07-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.h: Documented class

2009-07-28  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.cpp: Applied logger to TCP-ASIO

2009-07-28  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	Bugfix in comms-error-detection of CInverterSputnikSSeries

2009-07-28  Tobias Frost <tobi@coldtobi.de>

	* src/solarpowerlog.cpp: Minor Logging Change

2009-07-27  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/interfaces/InverterBase.cpp: Applied Logger to Sputnik
	Class & Inverter Base Class.  Documented the same.

2009-07-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCPAsio.h: Custom Setup for the Logger in
	CConnectTCPAsio

2009-07-27  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: Added
	Macros to help using the logger

2009-07-27  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/IConnect.cpp, src/interfaces/IConnect.h: Added
	Logger to IConnect Interface

2009-07-27  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/interfaces/InverterBase.h: Documentation

2009-07-27  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.cpp,
	src/Connections/CConnectDummy.h: Documented a class

2009-07-23  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/interfaces/IDataFilter.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h: Adding logger to the
	Baseclas of Inverters and Filters

2009-07-23  Tobias Frost <tobi@coldtobi.de>

	* src/solarpowerlog.cpp: Added Logging, removed cerr, cout

2009-07-23  Tobias Frost <tobi@coldtobi.de>

	* configure.in, src/Makefile.am: Activate lob4log building via
	autotools

2009-07-23  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/configuration/ILogger.cpp: New sample conf
	with Loggers

2009-07-22  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.h: removed two warnings

2009-07-22  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CDumpOutputFilter.cpp: Replaced Iterator with
	auto_ptr

2009-07-22  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/CConfigHelper.h: Corrected placement of template
	directive for doxygen generation

2009-07-22  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/ILogger.cpp, src/configuration/ILogger.h: Added
	Interface for Logging.  (not yet activated in build system)

2009-07-16  Tobias Frost <tobi@coldtobi.de>

	* NEWS: News added

2009-07-16  Tobias Frost <tobi@coldtobi.de>

	* Makefile.in, src/Makefile.in: Added missing files for Win32 build
	to git

2009-07-15  Tobias Frost <tobi@coldtobi.de>

	* ChangeLog, debian/changelog: Debianized Changelog-Format

2009-07-15  Tobias Frost <tobi@coldtobi.de>

	* debian/solarpowerlog.substvars: Removed one autocreated debian
	file from git

2009-07-15  Tobias Frost <tobi@coldtobi.de>

	* .gitignore, ChangeLog, debian/changelog, solarpowerlog.conf: 
	Changelog and example configuration updated.  (We'll release 0.10!)

2009-07-15  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.cpp: Bugfix in CVSOutputFilter --
	selecting Capas to log with the array did not work

2009-07-15  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/Capabilites.h: Renamed some Capabilites to avoid
	non-ASCII chars

2009-07-13  Tobias Frost <tobi@coldtobi.de>

	* aclocal.m4, src/DataFilters/CCSVOutputFilter.cpp: CVSDumper: Fixed
	Date-Format to YYYY-MM-DD

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/DataFilters/CCSVOutputFilter.cpp: First
	half-way tested, so far working, CVS Filter

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/interfaces/InverterBase.h, src/patterns/CValue.h: 
	Commented Constructor of IInverterBase (no code change) Reformated
	CValue.h (no code change)

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/IValue.cpp, src/patterns/IValue.h: Setting default
	Values in IValue-Factory

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp: 
	CSputnikSSeries: Did not call Notify on the Data-State Capability.

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/interfaces/factories/IDataFilterFactory.cpp: Added
	CSVDumper to Factory

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/Makefile.am: Addes CCSVDumper to normal build via configure

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/CValue.h, src/patterns/IValue.h: Added operator
	string() to the Value-Classes. This easies using of it a lot, if the
	value itself is not interesting but the info stored is. (Or, in
	other words: If you need to dump the infos, you don't need to know
	the type...)

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: Backup-Checking: Intermediate
	Version of the CSV Writer

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/interfaces/IDataFilter.h: Fixed Warning -- unused
	parameter

2009-07-12  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/CConfigHelper.h: Added Suzpport for Arrays to
	CConfigHelper

2009-07-05  Tobias Frost <tobi@coldtobi.de>

	* ChangeLog, src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: Backup-Time...

2009-07-05  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CDumpOutputFilter.cpp,
	src/Inverters/interfaces/CNestedCapaIterator.cpp,
	src/Inverters/interfaces/InverterBase.h: Fixed memory leak --
	IInverterBase::GetCapaNewIterator() needs a delete or auto_ptr
	afterwards

2009-07-05  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/CConfigHelper.cpp,
	src/configuration/CConfigHelper.h: Forgot to really add the
	ConfigHelper...

2009-07-05  Tobias Frost <tobi@coldtobi.de>

	* src/patterns/IObserverSubject.cpp: IObserver-> checks now if
	already subscribed before doing something

2009-07-05  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: 
	Tokenizer Bug -- sometimes the tokenizer did not correctly split the
	first token.  (it gave all the string...)

2009-07-05  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/Connections/CConnectTCPAsio.cpp,
	src/Connections/factories/IConnectFactory.cpp,
	src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Makefile.am, src/configuration/Registry.h: Added CConfigHelper
	-- This also fixes some bugs where type-checking of the
	configuration was not working.  Updated Configuration related docs.

2009-07-04  Tobias Frost <tobi@coldtobi.de>

	* .gitignore, Doxyfile, doxygen.css,
	src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h,
	src/Inverters/interfaces/InverterBase.h,
	src/configuration/Registry.h, src/interfaces/CCapability.h,
	src/solarpowerlog.cpp: - Documentation update (some doxygen problems solved...) - Specified CSV Logger Config Options.

2009-06-30  Tobias Frost <tobi@coldtobi.de>

	* src/DataFilters/CCSVOutputFilter.cpp,
	src/DataFilters/CCSVOutputFilter.h: Documented and started the CVS
	writing class.

2009-06-29  Tobias Frost <tobi@coldtobi.de>

	* Doxyfile, doxygen.css,
	src/Connections/factories/IConnectFactory.cpp,
	src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h,
	src/interfaces/CCapability.cpp, src/patterns/IValue.cpp: Continued
	some documentaion.

2009-06-27  Tobias Frost <tobi@coldtobi.de>

	* : commit f885b75beeaf6b7c38e9f4900585b4e365e25ff7 Author: Tobias
	Frost <tobi@coldtobi.de> Date:   Sat Jun 27 14:06:37 2009 +0200

2009-06-27  Tobias Frost <tobi@coldtobi.de>

	* Doxyfile, configure.in, src/DataFilters/CDumpOutputFilter.cpp,
	src/configuration/Registry.cpp, src/configuration/Registry.h,
	src/interfaces/CCapability.cpp, src/interfaces/CCapability.h,
	src/porting.h, src/solarpowerlog.cpp: Started to document

2009-06-26  Tobias Frost <tobi@coldtobi.de>

	* WINDOWS.txt, src/DataFilters/CDumpOutputFilter.cpp,
	src/__obsolete__/CConnectTCP.cpp, src/__obsolete__/CConnectTCP.h,
	src/__obsolete__/CMutexHelper.cpp, src/__obsolete__/CMutexHelper.h,
	src/__obsolete__/README.txt, src/patterns/IObserverSubject.cpp,
	src/patterns/IObserverSubject.h: remove Obsolete Files removed a
	typo in a member function

2009-06-24  Tobias Frost <tobi@coldtobi.de>

	* .gitignore, ChangeLog, aclocal.m4, configure, configure.in,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/factories/IConnectFactory.cpp, src/Makefile.am,
	src/__obsolete__/README.txt, src/config.h.in,
	src/interfaces/CTimedWork.cpp, src/porting.h: Changes since last
	 commit: *  Added some files for which autotools are needed to reconstruct.       This is, as I had problems recreating them under cygwin.   *  ported to Win32. (Builds at least under XP and cygwin. )      (Closes BT-0000001)  *  CTimedWork: Fixed a bug that only showed on Win32.

2009-06-23  Tobias Frost <tobi@coldtobi.de>

	* configure.in: Check added for cygwin WIN32-API Header.

2009-06-23  Tobias Frost <tobi@coldtobi.de>

	* : commit 808d08134747fb0dee52a345cf3ef7b4a2931b52 Author: Tobias
	Frost <tobi@coldtobi.de> Date:   Fri Jun 19 23:48:39 2009 +0200

2009-06-19  Tobias Frost <tobi@coldtobi.de>

	* ChangeLog, configure.in, src/Connections/CConnectDummy.cpp,
	src/Connections/CConnectDummy.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/factories/IConnectFactory.cpp,
	src/Connections/factories/IConnectFactory.h,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/DataFilters/interfaces/factories/IDataFilterFactory.h,
	src/Inverters/BasicCommands.h, src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/interfaces/CNestedCapaIterator.cpp,
	src/Inverters/interfaces/CNestedCapaIterator.h,
	src/Inverters/interfaces/ICapaIterator.cpp,
	src/Inverters/interfaces/ICapaIterator.h,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h,
	src/configuration/Registry.cpp, src/configuration/Registry.h,
	src/interfaces/CCapability.cpp, src/interfaces/CCapability.h,
	src/interfaces/CMutexHelper.cpp, src/interfaces/CMutexHelper.h,
	src/interfaces/CTimedWork.cpp, src/interfaces/CTimedWork.h,
	src/interfaces/CWorkScheduler.cpp, src/interfaces/CWorkScheduler.h,
	src/interfaces/IConnect.cpp, src/interfaces/IConnect.h,
	src/interfaces/factories/IInverterFactory.cpp,
	src/interfaces/factories/IInverterFactory.h,
	src/interfaces/factories/InverterFactoryFactory.cpp,
	src/interfaces/factories/InverterFactoryFactory.h,
	src/patterns/CValue.h, src/patterns/ICommand.cpp,
	src/patterns/ICommand.h, src/patterns/ICommandTarget.cpp,
	src/patterns/ICommandTarget.h, src/patterns/IObserverObserver.cpp,
	src/patterns/IObserverObserver.h,
	src/patterns/IObserverSubject.cpp, src/patterns/IObserverSubject.h,
	src/patterns/IValue.cpp, src/patterns/IValue.h,
	src/solarpowerlog.cpp: Applied config.h-inclusion to all files.

2009-06-19  Tobias Frost <tobi@coldtobi.de>

	* : commit acfdec93d4c920da02942c826adf0e070f89bcf3 Merge: 337ebe1
	7331756 Author: Tobias Frost <tobi@coldtobi.de> Date:   Fri Jun 19
	22:33:30 2009 +0200

2009-06-19  Tobias Frost <tobi@coldtobi.de>

	* .gitignore: Adding gitignore...

2009-06-19  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, run_autotools.sh => bootstrap.sh, configure.in,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h, src/Makefile.am, src/config.h.in: 
	Autotools: - Boost detection did not work properly (did not abort on some
	errors) - Boost asio detection changed to check the header only, as this is
	a header-only  (and AX_BOOST_ASIO failed on the Win32 tries) - Added a two-stage Makefile.am -> src has now its own.  - renamed run_autotools.sh to bootstrap.sh (as this one is more
	common) src/Connections/CConnectTCPAsio.[h|cpp] - Changed to avoid boost::regex dependency (this requires to
	hand-pick the asio headers)

2009-06-17  Tobias Frost <tobi@coldtobi.de>

	* run_autotools.sh: added script for easy-auto-tools-generation

2009-06-17  Tobias Frost <tobi@coldtobi.de>

	* Makefile.in, aclocal.m4, configure, debian/README.Debian,
	debian/changelog, debian/compat, debian/control, debian/copyright,
	debian/cron.d.ex, debian/dirs, debian/docs,
	debian/emacsen-install.ex, debian/emacsen-remove.ex,
	debian/emacsen-startup.ex, debian/files, debian/init.d.ex,
	debian/init.d.lsb.ex, debian/manpage.1.ex, debian/manpage.sgml.ex,
	debian/manpage.xml.ex, debian/menu.ex, debian/postinst.ex,
	debian/postrm.ex, debian/preinst.ex, debian/prerm.ex, debian/rules,
	debian/solarpowerlog.default.ex, debian/solarpowerlog.doc-base.EX,
	debian/solarpowerlog.substvars, debian/watch.ex: Adding files needed
	for debian package generation (directory debian)

2009-06-17  Tobias Frost <tobi@coldtobi.de>

	* Makefile.am, configure.in, src/solarpowerlog.cpp: Added Support
	for parsing the commandline (using liboost::programm options) - can specify the conffile now - prepared for debug level and daemonizing...

2009-06-15  Tobias Frost <tobi@coldtobi.de>

	* AUTHORS, BUILDING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
	NEWS, PLAN, README, aclocal.m4, config/config.guess,
	config/config.sub, config/depcomp, config/install-sh,
	config/missing, configure, configure.in, m4/ax_boost_asio.m4,
	m4/ax_boost_base.m4, m4/ax_boost_date_time.m4,
	m4/ax_boost_system.m4, m4/ax_boost_thread.m4,
	src/Connections/CConnectDummy.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h,
	src/Connections/factories/IConnectFactory.h,
	src/DataFilters/interfaces/IDataFilter.h,
	src/DataFilters/interfaces/factories/IDataFilterFactory.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h, src/config.h.in,
	src/configuration/Registry.cpp: - Changed to autotools completed - As writing the autotools files, replaced the standalone asio
	library with the (almost identical) boost::asio - RELEASE 0.01

2009-06-14  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/Capabilites.h: Backup

2009-06-14  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/factories/IConnectFactory.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/{Connections => __obsolete__}/CConnectTCP.cpp, src/{Connections
	=> __obsolete__}/CConnectTCP.h, src/__obsolete__/CMutexHelper.cpp,
	src/__obsolete__/CMutexHelper.h, src/interfaces/CMutexHelper.cpp,
	src/interfaces/CMutexHelper.h, src/interfaces/CTimedWork.cpp,
	src/interfaces/CTimedWork.h, src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h, src/solarpowerlog.cpp: Changed
	CWorkSchedule, CTimedWork to boost.

2009-06-13  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/Connections/CConnectTCPAsio.cpp,
	src/DataFilters/CDumpOutputFilter.cpp, src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: get
	network frequency on Sputnik corrected.

2009-06-13  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/Connections/CConnectDummy.h,
	src/Connections/CConnectTCP.cpp, src/Connections/CConnectTCP.h,
	src/Connections/CConnectTCPAsio.cpp,
	src/Connections/CConnectTCPAsio.h, src/{interfaces =>
	Connections}/factories/IConnectFactory.cpp, src/{interfaces =>
	Connections}/factories/IConnectFactory.h,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h, src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/InverterBase.cpp,
	src/interfaces/IConnect.h, src/solarpowerlog.cpp: first working
	version with asio

2009-06-07  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/Connections/CConnectTCP.cpp,
	src/DataFilters/CDumpOutputFilter.cpp, src/{ =>
	DataFilters}/interfaces/factories/IDataFilterFactory.cpp, src/{ =>
	DataFilters}/interfaces/factories/IDataFilterFactory.h,
	src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/interfaces/CNestedCapaIterator.cpp,
	src/Inverters/interfaces/ICapaIterator.cpp,
	src/Inverters/interfaces/InverterBase.cpp,
	src/Inverters/interfaces/InverterBase.h,
	src/interfaces/CTimedWork.cpp, src/patterns/IObserverObserver.cpp,
	src/solarpowerlog.cpp: Backup -- This time, solarpowerlog does
	something to stdout: Compile, launch and see yourself..  (Unfortunatly, there seems a bug in libcommonc++::TCPStream...:
	Cannot send two packages, if you've read from the stream.

2009-06-04  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCP.cpp,
	src/DataFilters/CDumpOutputFilter.cpp,
	src/DataFilters/CDumpOutputFilter.h,
	src/DataFilters/interfaces/IDataFilter.cpp,
	src/DataFilters/interfaces/IDataFilter.h,
	src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/Inverters/interfaces/CNestedCapaIterator.cpp,
	src/Inverters/interfaces/CNestedCapaIterator.h,
	src/Inverters/interfaces/ICapaIterator.cpp,
	src/Inverters/interfaces/ICapaIterator.h,
	src/Inverters/interfaces/InverterBase.cpp, src/{ =>
	Inverters}/interfaces/InverterBase.h,
	src/configuration/Registry.cpp, src/interfaces/CCapability.h,
	src/interfaces/CTimedWork.cpp, src/interfaces/InverterBase.cpp,
	src/interfaces/factories/IDataFilterFactory.cpp,
	src/interfaces/factories/IDataFilterFactory.h,
	src/patterns/CValue.h, src/patterns/IObserverObserver.cpp,
	src/patterns/IObserverObserver.h,
	src/patterns/IObserverSubject.cpp, src/patterns/IObserverSubject.h,
	src/solarpowerlog.cpp: Talked to the inverter, queriing some datas.
	(Seems to work) Now working on the DataFilters implementatoin.  Added Infrastructure
	and a simple data dumper.  (Not tested at all)

2009-06-01  Tobias Frost <tobi@coldtobi.de>

	* src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h, src/solarpowerlog.cpp: Changed
	CWorkScheduler to use semaphores.  No we can just call DoWork and
	thers no need to poll for work.

2009-06-01  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/Connections/CConnectTCP.cpp,
	src/Connections/CConnectTCP.h, src/Inverters/BasicCommands.h,
	src/Inverters/Capabilites.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/interfaces/IConnect.h, src/interfaces/InverterBase.h,
	src/patterns/IValue.h, src/solarpowerlog.cpp: Implemented most of
	the Sputnik inverter queries.  Now we are ready to implement the
	query logic....

2009-05-24  Tobias Frost <tobi@coldtobi.de>

	* README, solarpowerlog.conf, src/Connections/CConnectTCP.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/interfaces/InverterBase.h, src/patterns/ICommandTarget.h,
	src/solarpowerlog.cpp: The "it does something" commit.  I just
	talked the very first time to the inverter...  (and finding out,
	that the inverter cannot handle reponses longer than 255 bytes..) So
	new approach: Estimate the answer length and use that for how much
	commands to put in...)

2009-05-22  Tobias Frost <tobi@coldtobi.de>

	* src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h: Backup

2009-05-22  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/Connections/CConnectDummy.h,
	src/Connections/CConnectTCP.cpp, src/Connections/CConnectTCP.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/configuration/Registry.cpp, src/configuration/Registry.h,
	src/interfaces/IConnect.h, src/interfaces/InverterBase.h,
	src/solarpowerlog.cpp: Time for backup...  Implemented and
	basic-tested the tcp connector.

2009-05-22  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectTCP.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/configuration/Registry.cpp, src/configuration/Registry.h,
	src/interfaces/CCapability.h, src/interfaces/InverterBase.cpp,
	src/interfaces/InverterBase.h,
	src/interfaces/factories/IConnectFactory.cpp,
	src/interfaces/factories/IConnectFactory.h,
	src/patterns/IValue.cpp, src/patterns/IValue.h,
	src/solarpowerlog.cpp: 2 Basic Capabilites added to IInverterBase
	Tested instanciation of Capabilites and Configuration Check of the
	Sputnik ones.

2009-05-22  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/{ConnectionTCP.cpp => CConnectTCP.cpp},
	src/Connections/{ConnectionTCP.h => CConnectTCP.h},
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/interfaces/factories/IConnectFactory.cpp,
	src/interfaces/factories/IConnectFactory.h: Renamed...

2009-05-22  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/interfaces/{ => factories}/IConnectFactory.cpp,
	src/interfaces/{ => factories}/IConnectFactory.h, src/interfaces/{
	=> factories}/IInverterFactory.cpp, src/interfaces/{ =>
	factories}/IInverterFactory.h, src/interfaces/{ =>
	factories}/InverterFactoryFactory.cpp, src/interfaces/{ =>
	factories}/InverterFactoryFactory.h, src/solarpowerlog.cpp: Moved
	factory patterns to own directory

2009-05-22  Tobias Frost <tobi@coldtobi.de>

	* src/Connections/CConnectDummy.cpp,
	src/Connections/CConnectDummy.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/interfaces/IConnect.cpp, src/interfaces/IConnect.h,
	src/interfaces/IConnectFactory.cpp,
	src/interfaces/IConnectFactory.h: new CDummyConnection, making sure
	that we can easily check if a valid mode of comms are specified.

2009-05-21  Tobias Frost <tobi@coldtobi.de>

	* solarpowerlog.conf, src/Connections/ConnectionTCP.cpp,
	src/Connections/ConnectionTCP.h,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/configuration/Registry.h, src/interfaces/CTimedWork.cpp,
	src/interfaces/CTimedWork.h, src/interfaces/IInverterFactory.cpp,
	src/interfaces/IInverterFactory.h, src/interfaces/InverterBase.cpp,
	src/interfaces/InverterBase.h,
	src/interfaces/InverterFactoryFactory.cpp,
	src/interfaces/InverterFactoryFactory.h, src/solarpowerlog.cpp: 
	Backup

2009-05-21  Tobias Frost <tobi@coldtobi.de>

	* BUILDING, solarpowerlog.conf,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.cpp,
	src/Inverters/SputnikEngineering/CInverterFactorySputnik.h,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.h,
	src/configuration/Registry.cpp, src/solarpowerlog.cpp: Backing up

2009-05-19  Tobias Frost <tobi@coldtobi.de>

	* src/configuration/Registry.cpp, src/configuration/Registry.h,
	src/interfaces/CWorkScheduler.cpp, src/interfaces/CWorkScheduler.h,
	src/patterns/ICommand.cpp, src/patterns/ICommand.h,
	src/patterns/ICommandTarget.h, src/solarpowerlog.cpp: Backup

2009-05-17  tobi <tobi@localhost>

	* src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h: Implemented Scheduler.

2009-05-17  tobi <tobi@localhost>

	* src/interfaces/CMutexHelper.cpp, src/interfaces/CMutexHelper.h,
	src/interfaces/CWorkScheduler.cpp, src/interfaces/CWorkScheduler.h,
	src/patterns/ICommandTarget.h: Mutex Helper -- helps not lettnig
	behind a locked mutex

2009-05-17  tobi <tobi@localhost>

	* README: Added a README

2009-05-17  tobi <tobi@localhost>

	* COPYING, COPYRIGHT, GPL, LGPL, src/configuration/Registry.cpp,
	src/configuration/Registry.h, src/interfaces/CCapability.cpp,
	src/interfaces/CCapability.h, src/interfaces/CWorkScheduler.cpp,
	src/interfaces/CWorkScheduler.h, src/interfaces/IConnect.cpp,
	src/interfaces/IConnect.h, src/interfaces/IConnectFactory.cpp,
	src/interfaces/IConnectFactory.h, src/interfaces/InverterBase.cpp,
	src/interfaces/InverterBase.h, src/patterns/CValue.h,
	src/patterns/ICommand.cpp, src/patterns/ICommand.h,
	src/patterns/ICommandTarget.cpp, src/patterns/ICommandTarget.h,
	src/patterns/IObserverObserver.cpp,
	src/patterns/IObserverObserver.h,
	src/patterns/IObserverSubject.cpp, src/patterns/IObserverSubject.h,
	src/patterns/IValue.cpp, src/patterns/IValue.h,
	src/solarpowerlog.cpp: -- Added some classes -- Putting the whole thing under a license:    GPL -- For the code-files, excluding the headers    LPGL -- For the headers See Copying for details The idea behind
	this is to also allow "closed source" modules, for example if a
	vendor decidess that the protocol is "top secret" but allows us to
	also support his model...  (No actual case, just learned from e.g
	navit)

2009-05-17  tobi <tobi@localhost>

	* src/interfaces/InverterBase.cpp, src/interfaces/InverterBase.h,
	src/patterns/CValue.h, src/patterns/ICommand.cpp,
	src/patterns/ICommand.h, src/patterns/ICommandTarget.cpp,
	src/patterns/ICommandTarget.h, src/patterns/IObserverObserver.cpp,
	src/patterns/IObserverObserver.h, src/patterns/IValue.cpp,
	src/patterns/IValue.h, src/solarpowerlog.cpp: Backup

2009-05-16  tobi <tobi@localhost>

	* BUILDING, src/{ => configuration}/Registry.cpp, src/{ =>
	configuration}/Registry.h, src/{ => interfaces}/InverterBase.cpp,
	src/{ => interfaces}/InverterBase.h,
	src/patterns/IObserverSubject.cpp, src/patterns/IObserverSubject.h,
	src/solarpowerlog.cpp: Moved to own directory

2009-05-15  tobi <tobi@localhost>

	* BUILDING, solarpowerlog.conf: Backup

2009-05-15  tobi <tobi@localhost>

	* src/InverterBase.h, src/Registry.cpp,
	src/patterns/ICapability.cpp, src/patterns/ICapability.h,
	src/patterns/IValue.cpp, src/patterns/IValue.h: Factory for Values
	done

2009-05-13  tobi <tobi@localhost>

	* src/InverterBase.cpp, src/InverterBase.h, src/Registry.cpp,
	src/Registry.h, src/patterns/ICapability.cpp,
	src/patterns/ICapability.h, src/patterns/IObserverObserver.cpp,
	src/patterns/IObserverObserver.h,
	src/patterns/IObserverSubject.cpp, src/patterns/IObserverSubject.h,
	src/solarpowerlog.cpp: Implemented Observer Pattern

2009-05-10  tobi <tobi@localhost>

	* src/Registry.cpp, src/Registry.h, src/solarpowerlog.cpp: Backup.

2009-05-10  tobi <tobi@localhost>

	* Initial Commit with some code....

