2014-05-04 Gabriel Hondet <gabrielhondet@gmail.com>

	* config file reading
	* conf file in /etc/eweestats

2014-05-01 Gabriel Hondet <gabrielhondet@gmail.com>

	* performance enhancements
	* dependance checking
	* code cleaned, PEP 8 compliancy improve

2014-04-30 Gabriel Hondet <gabrielhondet@gmail.com>

	* graph is now in /home/pi/ewee_data, renamed EweeGraph.svg
	* symlink to web root now created
	* AnalogGraphThreads now in a module, EweeStats.py only calls AnalogGraphThreads
	* tagged version 0.0

2014-04-29 Gabriel Hondet <gabrielhondet@gmail.com>

	* added module to convert datas
	* libraries are now in package EweeStats
	* removed useless library Adafruit_MCP230xx

2014-04-27 Gabriel Hondet <gabrielhondet@gmail.com>

	* switched from svn to git for revisionning
	* passed to version 0.0dev3

2014-04-26 Gabriel Hondet <gabrielhondet@gmail.com>

	* added module graph.py
	* changed path of saved datas, now in ~/ewee_data
	* added module pinselection
	* changed the manner of selecting pin to display
	* added module to write ods file
	* changed % operator by str.format() (see PEP 3101)

2014-04-23 Gabriel Hondet <gabrielhondet@gmail.com>

	* cleaned the svn mess, all python files in EweeStats/
	* removed sphinxdoc sources
	* corrected MANIFEST.in
	* added Apache-2.0 license
	* setup.py now uses setuptools instead of distutils
	* added AUTHORS file
	* added CHANGELOG file
	* updated setup.py
	* changed README
	* added CHANGES file to show changes per version
	* added TODO file
	
2014-04-22 Gabriel Hondet <gabrielhondet@gmail.com>

	* changed version from 0.0 to 0.0dev1

2014-04-21 Gabriel Hondet <gabrielhondet@gmail.com>

	* completed README
	* added __init__.py
