Version_0.2.7 (2014-10-03)
--------------------------

2014-10-03 Axel Roebel (827221d, c157421, 84d201f, ff81c14, 0bd039f,
	2938e16, 827221d, c157421) :
	* MANIFEST.in, _pysndfile.pyx, _pysndfile_precythonized.cpp :
        Fixed typo in include directive in MANIFEST.in.

Version_0.2.5 (2014-10-03)
--------------------------

2014-10-03 Axel Roebel (2ac71ed, 648ab07) :
	* MANIFEST.in, _pysndfile.pyx :
        (HEAD, master) Added missing file _pysndfile.pyx.
        Updated version to 0.2.5. 
	Only change is to include the missing _pysndfile.pyx to the distribution.

Version_0.2.4 (2014-08-19)
--------------------------

2014-08-19 Axel Roebel (fa687dc, 58e5970, 5d42be2) :
	* _pysndfile.pyx :
        Ensure to return monofiles as 1d arrays without effecting the
	ownership of the arrays returned by read_frames.

2014-08-18 Axel Roebel (d4790e6, 7834f11, 81f8b6b, 4ffd00f) :
	* test.wav, tests/test.wav, tests/pysndfile_test.py, pysndfile_test.py
	* tests/pysndfile_test.py :
        merged from remote master changes of test organization
        search and create test sounds in tests sub directory
        moved testsnds into tests directory
        moved test file into its own directory

Version_0.2.3 (2014-08-17)
--------------------------

2014-08-17 Axel Roebel (c190cb0, b64354a) :
	* pysndfile_test.py, setup.py :
	Fixed small problems of py3 branch:
        - Use print function syntax for a print statement that was not yet using it.
        - Avoid newline in compiler detection message.

2014-08-17 Axel Roebel (45f5ce9) :
	* _pysndfile.pyx :
        Updated version to 0.2.3.

2014-08-17 Axel Roebel (e5926ab) :

	* _pysndfile.pyx, pysndfile/Faiff.py, pysndfile/__init__.py,
	* pysndfile_test.py, setup.py :

        Merge branch 'py3' contributed by Eduardo Moguillansky for python
	3 compatibility :

	2014-06-17 Eduardo Moguillansky (aea7be1, e95e726) :
        (github/py3, py3) import print_function for compatibility with 2.6
setup.py

        python 3 compatibility

2014-06-14 Axel Roebel (a34234f, 6df94aa) :

	* pysndfile/sndio.py :
        Generate error message for too high dimensional input.

Version_0.2.2 (2014-06-11)
--------------------------

2014-06-10 Axel Roebel (5b06fb8) :

	* _pysndfile_precythonized.cpp:
        update for 0.2.2.

	* _pysndfile.pyx :
        Increased version to 0.2.2.
	don't use SF_STR_ALBUM and SF_STR_LICENSE from sndfile.h because this breaks compilation for older versions.
        don't use SF_STR_TRACKNUMBER and SF_STR_GENRE from sndfile.h because this breaks compilation for older versions.

	* pysndfile/sndio.py
        Fixed documentation for write function.
	Fixed typo in accessing function argument

Version_0.2.1 (2014-05-12)
--------------------------

	Initial release
