1 2002-12-15 Andrew H. Chatham <pyogg@andrewchatham.com>
2 * aomodule.c: ao_driver_id no longer accepts NULL as a default
3 * aomodule.c: fixed some compiler warnings with gcc 3.2
5 2002-9-24 Andrew H. Chatham <pyogg@andrewchatham.com>
6 * setup.py: fixed regular expression
8 2001-12-09 Andrew H. Chatham <andrew.chatham@duke.edu>
9 * README: Updated to document the "filename" keyword
11 * config_unix.py: Updated to do logging.
13 2001-11-25 Andrew H. Chatham <andrew.chatham@duke.edu>
14 * README: Updated to match the new API. I forgot.
16 * src/aomodule.c: Changed get_driver_info as a method to driver_info
18 2001-09-02 Andrew H. Chatham <andrew.chatham@duke.edu>
19 * setup.py: Bumped version number to 0.8 to match libao
21 * config_unix.py (find_ao): pass the include dir to run_test
23 2001-08-30 Andrew H. Chatham <andrew.chatham@duke.edu>
24 * aomodule.[ch] Updated to work with the updated ao API.
25 Not entirely sure the way of dealing with files is perfect,
26 but it should be serviceable.
28 * aomodule.[ch] Changed some of the function names so that they
29 look more like their C counterparts (getting rid of get_
30 in function names, for example)
32 2001-02-18 Andrew H. Chatham <andrew.chatham@duke.edu>
33 * README: Fixed incorrect config instructions
35 2001-01-31 Andrew H. Chatham <andrew.chatham@duke.edu>
36 * setup.py, config_unix.py, setup.cfg: Went back to an older way
37 of configuring things, which seems to be the only maintainable way
38 to do it until distutils has better configuration
39 support. "./setup.py bdist_rpm" should work fine now.
41 2001-01-21 Andrew H. Chatham <andrew.chatham@duke.edu>
42 * src/aomodule.c (dict_to_options): Size checking removed; no
45 * src/aomodule.h: Made comments closer to Python style guide
46 * src/aomodule.[ch]: Switched to C-style comments
48 * src/aomodule.c (py_ao_new) (py_ao_get_driver_info): Support
51 * src/aomodule.c (initao): Removed extra calls to AddInt
56 * setup.py: Added configuration