# Generated by Makefile. Do not edit.

# Repository Information: (git describe)
solarpowerlog-0.24

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,
	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_shared.conf,
	example_confs/solarpowerlog_shared_sim.conf,
	example_confs/solarpowerlog_simulator.conf,
	tools/sputnik_simulator/README,
	tools/sputnik_simulator/netcat_sputnik.sh,
	tools/sputnik_simulator/netcat_sputnik_parse.sh,
	tools/sputnik_simulator/solarpowerlog.conf,
	tools/sputnik_simulator/solarpowerlog_shared.conf: [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/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/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/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/SputnikEngineering/SputnikCommand/CSputnikCommand.cpp
	,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommand.h,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.cpp,
	src/Inverters/SputnikEngineering/SputnikCommand/CSputnikCommandSoft
	wareVersion.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/ctemplate.c,
	extlibs/ctemplate/ctemplate.h, 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,
	src/ctemplate/ctemplate.c, 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_dark.css,
	example_confs/htmlwritertemplate/css/style_play.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/CHTMLWriter.cpp, src/DataFilters/CHTMLWriter.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>

	* example_confs/solarpowerlog.conf, 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,
	src/interfaces/IConnect.cpp, src/interfaces/IConnect.h: 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/Inverters/factories/IInverterFactory.cpp,
	src/Inverters/factories/IInverterFactory.h,
	src/Inverters/factories/InverterFactoryFactory.cpp,
	src/Inverters/factories/InverterFactoryFactory.h, src/Makefile.am,
	src/Makefile.in, src/config.h.in,
	src/interfaces/factories/IInverterFactory.cpp,
	src/interfaces/factories/IInverterFactory.h,
	src/interfaces/factories/InverterFactoryFactory.cpp,
	src/interfaces/factories/InverterFactoryFactory.h,
	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, bootstrap.sh, configure.in, run_autotools.sh,
	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/CConnectTCP.cpp, src/Connections/CConnectTCP.h,
	src/Connections/factories/IConnectFactory.cpp,
	src/Inverters/SputnikEngineering/CInverterSputnikSSeries.cpp,
	src/__obsolete__/CConnectTCP.cpp, src/__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/Connections/factories/IConnectFactory.cpp,
	src/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/interfaces/factories/IConnectFactory.cpp,
	src/interfaces/factories/IConnectFactory.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/interfaces/factories/IDataFilterFactory.cpp,
	src/interfaces/factories/IDataFilterFactory.h,
	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/InverterBase.h,
	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/CConnectTCP.cpp, src/Connections/CConnectTCP.h,
	src/Connections/ConnectionTCP.cpp, src/Connections/ConnectionTCP.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/IConnectFactory.cpp,
	src/interfaces/IConnectFactory.h,
	src/interfaces/IInverterFactory.cpp,
	src/interfaces/IInverterFactory.h,
	src/interfaces/InverterFactoryFactory.cpp,
	src/interfaces/InverterFactoryFactory.h,
	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/InverterBase.cpp, src/InverterBase.h,
	src/Registry.cpp, src/Registry.h, 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....

