1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
2001-09-02 Andrew H. Chatham <andrew.chatham@duke.edu>
* setup.py: Bumped version number to 0.8 to match libao
* config_unix.py (find_ao): pass the include dir to run_test
2001-08-30 Andrew H. Chatham <andrew.chatham@duke.edu>
* aomodule.[ch] Updated to work with the updated ao API.
Not entirely sure the way of dealing with files is perfect,
but it should be serviceable.
* aomodule.[ch] Changed some of the function names so that they
look more like their C counterparts (getting rid of get_
in function names, for example)
2001-02-18 Andrew H. Chatham <andrew.chatham@duke.edu>
* README: Fixed incorrect config instructions
2001-01-31 Andrew H. Chatham <andrew.chatham@duke.edu>
* setup.py, config_unix.py, setup.cfg: Went back to an older way
of configuring things, which seems to be the only maintainable way
to do it until distutils has better configuration
support. "./setup.py bdist_rpm" should work fine now.
2001-01-21 Andrew H. Chatham <andrew.chatham@duke.edu>
* src/aomodule.c (dict_to_options): Size checking removed; no
longer necessary
* src/aomodule.h: Made comments closer to Python style guide
* src/aomodule.[ch]: Switched to C-style comments
* src/aomodule.c (py_ao_new) (py_ao_get_driver_info): Support
string argument
* src/aomodule.c (initao): Removed extra calls to AddInt
* ChangeLog: Started
* build.py: removed
* setup.py: Added configuration
|