2004-10-13  Eric Blossom  <eb@comsec.com>

	* configure.ac: upped rev to 0.2cvs

2004-10-11  Eric Blossom  <eb@comsec.com>

	* Makefile.am (EXTRA_DIST): added config.h.in

2004-10-07  Chuck Swiger  <cswiger@widomaker.com>
	
	* python/audio/audio_to_file.py: coerce audio sample rate to int.

2004-10-07  Eric Blossom  <eb@comsec.com>
	
	* python/usrp1/wfm_rcv.py: new.  Single channel broadcast FM
	receiver for usrp1 + microtune 4937.

2004-09-23  Eric Blossom  <eb@comsec.com>

	* config/usrp_fusb_tech.m4, config/bnv_have_qt.m4, config/cppunit.m4,
	config/gr_check_mc4020.m4, config/gr_check_usrp.m4, config/gr_doxygen.m4,
	config/gr_gprof.m4, config/gr_scripting.m4, config/gr_set_md_cpu.m4,
	config/pkg.m4, config/usrp_fusb_tech.m4: added additional quoting
	to first arg of AC_DEFUN to silence automake warning.

2004-09-18  Eric Blossom  <eb@comsec.com>

	These changes happened somewhere around DCC

	* python/usrp/usrp_fft.py: new
	* python/usrp1/dsb_tx.py: new double sideband AM transmitter
	* python/usrp1/fm_tx4.py: simultaneous 4 channel narrow band FM transmitter
	* python/usrp1/fsk_rx.py: FSK Rx module.  Needs some work.
	* python/usrp1/fsk_tx.py: FSK Tx module.  Needs some work.

2004-08-19  Eric Blossom  <eb@comsec.com>

	* python/usrp/usrp_rx_file.py (main): added command line parsing.
	* python/usrp/usrp_siggen.py: added command line parsing.

	* python/usrp1/test_digital_loopback_lfsr.py,
	python/usrp1/test_digital_loopback_counting.py,
	python/usrp1/test_digital_counting.py: new.  Take advantage of
	scheduler fix to implement both the tx and rx path's in the same
	flow graph.


2004-07-31  Eric Blossom  <eb@comsec.com>

	* python/usrp0, python/usrp1: new directories for rev specific examples.
	* python/usrp1/loopback.py (main): new.

2004-07-30  Eric Blossom  <eb@comsec.com>

	* python/usrp/usrp_siggen.py: now directly queries hardware for dac freq.
	* python/usrp/usrp_rx_file.py: now directly queries hardware for dac freq.

2004-07-17  Eric Blossom  <eb@comsec.com>

	* python/mc4020/fm_demod.py: updated to use new mc4020 block, formatting

2004-07-12  Eric Blossom  <eb@comsec.com>

	* configure.ac: upped rev to 0.1cvs

2004-07-03  Eric Blossom  <eb@comsec.com>

	* python/usrp/usrp_siggen.py: Yeah!  The first demo program that
	reconfigures the flow graph on the fly!

#
# Copyright 2004 Free Software Foundation, Inc.
# 
# This file is part of GNU Radio
# 
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# 
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# 
