fix compile failure on solaris, name clash
[xiph/unicode.git] / ao-python / ChangeLog
blob9ae2590654ab32489fa327854009e4e45eb50943
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 
4         
5 2002-9-24   Andrew H. Chatham <pyogg@andrewchatham.com>
6         * setup.py: fixed regular expression
7         
8 2001-12-09  Andrew H. Chatham <andrew.chatham@duke.edu>
9         * README: Updated to document the "filename" keyword
10         
11         * config_unix.py: Updated to do logging.
12         
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
22         
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)
31         
32 2001-02-18  Andrew H. Chatham <andrew.chatham@duke.edu>
33         * README: Fixed incorrect config instructions
34         
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.
40         
41 2001-01-21  Andrew H. Chatham <andrew.chatham@duke.edu>
42         * src/aomodule.c (dict_to_options): Size checking removed; no
43         longer necessary
44         
45         * src/aomodule.h: Made comments closer to Python style guide
46         * src/aomodule.[ch]: Switched to C-style comments
47         
48         * src/aomodule.c (py_ao_new) (py_ao_get_driver_info): Support
49         string argument
51         * src/aomodule.c (initao): Removed extra calls to AddInt
53         * ChangeLog: Started
54         * build.py: removed
55         
56         * setup.py: Added configuration