diff --git a/CHANGES b/CHANGES index c269d97..ce66143 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,18 @@ -Version 0.8.3: +Version 0.8.5: - Return an empty string/bytestring when 'read()' detects an overrun. Previously the returned data was undefined (contributed by @jcea) - Unlimited setperiod buffer size when reading frames (contributed by @jcea) +Version 0.8.4: +- Fix Python3 API usage broken in 0.8.3 + +Version 0.8.3: +- Add DSD sample formats (contributed by @lintweaker) +- Add Mixer.handleevents() to acknowledge events identified by select.poll (contributed by @PaulSD) +- Add functions for listing cards and their names (contributed by @chrisdiamand) +- Add a method for setting enums (contributed by @chrisdiamand) + Version 0.8.2: - fix #3 (we cannot get the revision from git for pip installs) diff --git a/setup.py b/setup.py index f35b736..e2af146 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import setup from setuptools.extension import Extension from sys import version -pyalsa_version = '0.8.4' +pyalsa_version = '0.8.5' if __name__ == '__main__': setup(