Imported Upstream version 3.0
[debian/gnuradio] / gr-audio-windows / ChangeLog
1 2005-08-09  Eric Blossom  <eb@comsec.com>
2
3         * config/gr_python.m4: tweak for cygwin from Andrew Beck.
4         * src/audio_windows_sink.h: #define NOMINMAX to keep windows from
5         defining min and max under Cygwin.
6
7 2005-07-23  Stephane Fillod  <f8cfe@free.fr>
8
9         * config/gr_libgnuradio_core_extra_ldflags.m4: new
10         * config/Makefile.am, configure.ac, src/Makefile.am: added 
11         EXTRA_LDFLAGS for --enable-runtime-pseudo-reloc option.
12         * config/gr_python.m4: update from gnuradio-core
13
14 2005-07-07  Eric Blossom  <eb@comsec.com>
15
16         * src/audio_windows_source.cc: reformatted slightly.
17
18 2005-05-12  Martin Dvh <nldudok1 at olifantasia com>
19         
20         Initial version based loosely on gr-audio-oss-0.6
21         only audio_sink for now (audio_source is empty stub)
22         
23 #
24 # Copyright 2004,2005 Free Software Foundation, Inc.
25
26 # This file is part of GNU Radio
27
28 # GNU Radio is free software; you can redistribute it and/or modify
29 # it under the terms of the GNU General Public License as published by
30 # the Free Software Foundation; either version 2, or (at your option)
31 # any later version.
32
33 # GNU Radio is distributed in the hope that it will be useful,
34 # but WITHOUT ANY WARRANTY; without even the implied warranty of
35 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36 # GNU General Public License for more details.
37
38 # You should have received a copy of the GNU General Public License
39 # along with GNU Radio; see the file COPYING.  If not, write to
40 # the Free Software Foundation, Inc., 51 Franklin Street,
41 # Boston, MA 02110-1301, USA.
42