Imported Upstream version 3.0.4
[debian/gnuradio] / gr-audio-oss / ChangeLog
1 2006-03-30  Eric Blossom  <eb@comsec.com>
2
3         * gr-audio-oss.conf: new config file.
4         * src/audio_oss_sink.{h,cc,i}, src/audio_oss_source.{h,cc,i}:
5         added ok_to_block constructor arg (currrently ignored), and now query
6         preferences for latency and default input and output devices.
7
8 2005-07-02  Eric Blossom  <eb@comsec.com>
9
10         * config/gr_no_undefined.m4, config/gr_x86_64.m4: new, x86_64 support.
11         * config/gr_python.m4: backed out search for libpython, making
12         x86_64 work and breaking Cygwin/MinGW.
13         * configure.ac, src/Makefile.am: mods for x86_64, $(NO_UNDEFINED)
14
15 2005-05-09  Stephane Fillod  <f8cfe@free.fr>
16
17         * config/gr_sysv_shm.m4: SysV shared memory not mandatory
18         * config/gr_pwin32.m4, config/gr_python.m4, config/lf_cxx.m4:
19           fixes for Cygwin, MinGW
20
21 2005-03-29  Eric Blossom  <eb@comsec.com>
22
23         * src/audio_oss.i, src/audio_oss_sink.{h,cc},
24         src/audio_oss_source.{h,cc}: map zero length device name to default.
25
26 2005-02-06  Eric Blossom  <eb@comsec.com>
27
28         * configure.ac: upped rev to 0.5 for release
29         * src/Makefile.am: backed out dependency on libpython
30
31 2005-01-29  Eric Blossom  <eb@comsec.com>
32
33         * src/Makefile.am: cleanup for SWIG 1.3.24
34
35 2005-01-28  Stephane Fillod <f8cfe@free.fr>
36
37         * src/Makefile.am: fixes for MinGW.
38
39 2004-11-04  Eric Blossom  <eb@comsec.com>
40
41         * configure.ac: upped rev to 0.3cvs
42
43         * configure.ac: added AC_HAVE_LIBRARY(ossaudio) check for NetBSD.
44         upped rev to 0.3.  Made release.
45
46 2004-10-13  Eric Blossom  <eb@comsec.com>
47
48         * configure.ac: upped rev to 0.2cvs
49
50 2004-10-11  Eric Blossom  <eb@comsec.com>
51
52         * configure.ac: bumped rev to 0.2, make release
53         * Makefile.am (EXTRA_DIST): added config.h.in
54
55 2004-09-23  Eric Blossom  <eb@comsec.com>
56
57         * config/usrp_fusb_tech.m4, config/bnv_have_qt.m4, config/cppunit.m4,
58         config/gr_check_mc4020.m4, config/gr_check_usrp.m4, config/gr_doxygen.m4,
59         config/gr_gprof.m4, config/gr_scripting.m4, config/gr_set_md_cpu.m4,
60         config/pkg.m4, config/usrp_fusb_tech.m4: added additional quoting
61         to first arg of AC_DEFUN to silence automake warning.
62
63 2004-07-12  Eric Blossom  <eb@comsec.com>
64
65         * configure.ac: upped rev to 0.1cvs
66
67 2004-07-09  Eric Blossom  <eb@comsec.com>
68
69         * src/audio_oss_source.{h,cc}: new.
70         * src/audio_oss_sink.{h,cc}: new.
71         
72 #
73 # Copyright 2004,2005,2006 Free Software Foundation, Inc.
74
75 # This file is part of GNU Radio
76
77 # GNU Radio is free software; you can redistribute it and/or modify
78 # it under the terms of the GNU General Public License as published by
79 # the Free Software Foundation; either version 3, or (at your option)
80 # any later version.
81
82 # GNU Radio is distributed in the hope that it will be useful,
83 # but WITHOUT ANY WARRANTY; without even the implied warranty of
84 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
85 # GNU General Public License for more details.
86
87 # You should have received a copy of the GNU General Public License
88 # along with GNU Radio; see the file COPYING.  If not, write to
89 # the Free Software Foundation, Inc., 51 Franklin Street,
90 # Boston, MA 02110-1301, USA.
91