forked from auracaster/pyalsaaudio
Prepare next release
This commit is contained in:
11
CHANGES
11
CHANGES
@@ -1,9 +1,18 @@
|
|||||||
Version 0.8.3:
|
Version 0.8.5:
|
||||||
- Return an empty string/bytestring when 'read()' detects an
|
- Return an empty string/bytestring when 'read()' detects an
|
||||||
overrun. Previously the returned data was undefined (contributed by @jcea)
|
overrun. Previously the returned data was undefined (contributed by @jcea)
|
||||||
|
|
||||||
- Unlimited setperiod buffer size when reading frames (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:
|
Version 0.8.2:
|
||||||
- fix #3 (we cannot get the revision from git for pip installs)
|
- fix #3 (we cannot get the revision from git for pip installs)
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -8,7 +8,7 @@ from setuptools import setup
|
|||||||
from setuptools.extension import Extension
|
from setuptools.extension import Extension
|
||||||
from sys import version
|
from sys import version
|
||||||
|
|
||||||
pyalsa_version = '0.8.4'
|
pyalsa_version = '0.8.5'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
setup(
|
setup(
|
||||||
|
|||||||
Reference in New Issue
Block a user