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

	* configure.ac: bumped rev to 0.2, make release.
	* Makefile.am (EXTRA_DIST): added config.h.in

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

	* src/usrp1_sink_base.{h,cc}, src/usrp1_source_base.{h,cc},
	src/usrp1.i: new methods for reading and writing aux dac and adc,
	eeproms, and fpga registers.

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-08-19  Eric Blossom  <eb@comsec.com>

	* src/usrp1_{sink,source}_base.{h,cc}, src/usrp1.i: new method: set_verbose.

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

	* src/usrp1_source_base.{h,cc}, src/usrp1_sink_base.{h,cc}:
	extracted base class that handles everything but the packing and
	unpacking of data into the usrp buffer.
	* src/usrp1_source_c.{h,cc}, src/usrp1_sink_c.{h,cc}: revised to
	use new base class.
	* src/usrp1_source_s.{h,cc}, src/usrp1_sink_s.{h,cc}: new.
	

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

	* src/usrp1_{sink,source}_c.{h,cc}: new method: set_loopback
	* src/usrp1.i: new method: set_loopback

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

	* src/usrp1_source_c.{h,cc}: renamed from usrp_source_c.{h,cc}
	* src/usrp1_sink_c.{h,cc}: renamed from usrp_sink_c.{h,cc}
	* src/usrp1.i: renamed from usrp.i
	* src/usrp.py: new.  Binds proper class depending on hardware found.
	

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

	* src/usrp_{sink,source}_c.h: doc fix.
	* src/usrp0.i: new
	* src/usrp0_source_c.{h,cc}: new
	* src/usrp0_sink_c.{h,cc}: new

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

	* configure.ac: upped rev to 0.1cvs

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

	* src/usrp_source_c.{h,cc}: new.

#
# 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.
# 
