From 833cde145503c044611ed788a27dffc0b4c56f29 Mon Sep 17 00:00:00 2001 From: larsimmisch Date: Wed, 22 Apr 2009 22:47:10 +0000 Subject: [PATCH] Prepare for the 0.5 release. git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@32 ec2f30ec-7544-0410-870e-f70ca00c83f0 --- CHANGES | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 44865a5..b1c9f55 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Version 0.5: +- applied patch 2777035: Fixed setrec method in alsaaudio.c + This included a mixertest with more features +- fixed/applied patch 2594366: alsapcm_setup does not do any error checking + Version 0.4: - API changes: mixers() and Mixer() now take a card index instead of a card name as optional parameter. diff --git a/setup.py b/setup.py index b017ea2..1b5b0b9 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if version < '2.2.3': setup( name = 'pyalsaaudio', - version = '0.4', + version = '0.5', description = 'ALSA bindings', long_description = __doc__, author = 'Casper Wilstrup',