Moved project to Visual Studio 2008 Express
[xiph/unicode.git] / ao-python / ChangeLog
blobcce76a7c4471d1ab8a6c32bf958f02ece214d521
1 2004-1-13   Andrew H. Chatham <pyogg@andrewchatham.com>
2         * aomodule.c: Add a patch from Roel Schroeven to add
3         ao.default_driver_id()
4         
5 2003-07-23  Andrew H. Chatham <pyogg@andrewchatham.com>
6         * aomodule.c: (parse_args) and (py_ao_new) Apply patch from Joerg
7         Lehmann to fix some segfaults.
8         * aomodule.h: Apply patch from Klaus Harke to so things will
9         compile on Suse properly.
10         
11 2002-12-15  Andrew H. Chatham <pyogg@andrewchatham.com>
12         * aomodule.c: ao_driver_id no longer accepts NULL as a default
13         * aomodule.c: fixed some compiler warnings with gcc 3.2 
14         
15 2002-9-24   Andrew H. Chatham <pyogg@andrewchatham.com>
16         * setup.py: fixed regular expression
17         
18 2001-12-09  Andrew H. Chatham <andrew.chatham@duke.edu>
19         * README: Updated to document the "filename" keyword
20         
21         * config_unix.py: Updated to do logging.
22         
23 2001-11-25  Andrew H. Chatham <andrew.chatham@duke.edu>
24         * README: Updated to match the new API. I forgot.
26         * src/aomodule.c: Changed get_driver_info as a method to driver_info
28 2001-09-02  Andrew H. Chatham <andrew.chatham@duke.edu>
29         * setup.py: Bumped version number to 0.8 to match libao
31         * config_unix.py (find_ao): pass the include dir to run_test
32         
33 2001-08-30  Andrew H. Chatham <andrew.chatham@duke.edu>
34         * aomodule.[ch] Updated to work with the updated ao API.
35           Not entirely sure the way of dealing with files is perfect,
36           but it should be serviceable.
38         * aomodule.[ch] Changed some of the function names so that they
39           look more like their C counterparts (getting rid of get_ 
40           in function names, for example)
41         
42 2001-02-18  Andrew H. Chatham <andrew.chatham@duke.edu>
43         * README: Fixed incorrect config instructions
44         
45 2001-01-31  Andrew H. Chatham <andrew.chatham@duke.edu>
46         * setup.py, config_unix.py, setup.cfg: Went back to an older way
47         of configuring things, which seems to be the only maintainable way
48         to do it until distutils has better configuration
49         support. "./setup.py bdist_rpm" should work fine now.
50         
51 2001-01-21  Andrew H. Chatham <andrew.chatham@duke.edu>
52         * src/aomodule.c (dict_to_options): Size checking removed; no
53         longer necessary
54         
55         * src/aomodule.h: Made comments closer to Python style guide
56         * src/aomodule.[ch]: Switched to C-style comments
57         
58         * src/aomodule.c (py_ao_new) (py_ao_get_driver_info): Support
59         string argument
61         * src/aomodule.c (initao): Removed extra calls to AddInt
63         * ChangeLog: Started
64         * build.py: removed
65         
66         * setup.py: Added configuration