Update trunk to revision 3.3svn
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 23 May 2009 22:34:49 +0000 (22:34 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 23 May 2009 22:34:49 +0000 (22:34 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5

configure.ac
debian/changelog
gr-howto-write-a-block/configure.ac

index de32033e3058791fdea92db85032e40f179d20aa..69de40b1a96587107015ec532401a407d5bc8686 100644 (file)
@@ -26,7 +26,7 @@ AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(gnuradio,3.2svn)
+AM_INIT_AUTOMAKE(gnuradio,3.3svn)
 
 DEFINES=""
 AC_SUBST(DEFINES)
index 2daa23763ef4500e8c2480df5e2ea9d870376945..22f1362a3132b86e48d91ca9916656ecdd69eace 100644 (file)
@@ -1,9 +1,46 @@
-gnuradio (3.2.svn) unstable; urgency=low
+gnuradio (3.3svn) unstable; urgency=low
 
-  * post release 3.2 trunk repository packages
-  * see http://gnuradio.org/trac/wiki for stable branch
+  * New upstream release 3.2
+  * See http://gnuradio.org/trac
 
- -- Johnathan Corgan <jcorgan@corganenterprises.com>  Wed,  20 May 2009 18:00:00 -0800
+ -- Johnathan Corgan <jcorgan@corganenterprises.com>  Sat,  23 May 2009 18:00:00 -0800
+
+gnuradio (3.2) unstable; urgency=low
+
+  * New upstream release 3.2
+  * See http://gnuradio.org/trac
+
+ -- Johnathan Corgan <jcorgan@corganenterprises.com>  Sat,  23 May 2009 18:00:00 -0800
+
+gnuradio (3.1.3) stable; urgency=low
+
+  * "Upstream" release, see http://gnuradio.org/trac/wiki/Release3.1Branch
+
+ -- Johnathan Corgan <jcorgan@corganenterprises.com>  Sat, 23 Aug 2008 19:00:00 -0800
+
+gnuradio (3.1.2) stable; urgency=low
+
+  * "Upstream" release, see http://gnuradio.org/trac/wiki/Release3.1Branch
+
+ -- Johnathan Corgan <jcorgan@corganenterprises.com>  Wed, 24 Mar 2008 09:00:00 -0800
+
+gnuradio (3.1.1) stable; urgency=high
+
+  * Fixed regressions in digital packet radio (t196,t198)
+  * Fixed RX phase offset causing sidebands (t195)
+  * Fixed TX I/Q swapping bug (t179)
+  * Fixed loopback bug in gr-sounder
+  * Added complex and dual-channel options to oscope for
+    BasicRX and LFRX
+
+ -- Johnathan Corgan <jcorgan@corganenterprises.com>  Sun,  4 Nov 2007 21:15:00 -0800
+
+gnuradio (3.1.0) stable; urgency=low
+
+  * Release 3.1 stable branch
+  * add/split packages to cover entire GNU Radio distribution
+
+ -- Johnathan Corgan <jcorgan@corganenterprises.com>  Mon, 22 Oct 2007 10:37:00 -0800
 
 gnuradio (3.0.svn) unstable; urgency=low
 
index da456e03cd283fb2ef821c5098ae37b72971771b..bfb431526ba722199c094ef41f2e62f6111d27ec 100644 (file)
@@ -1,5 +1,5 @@
 dnl 
-dnl  Copyright 2004,2005,2007,2008 Free Software Foundation, Inc.
+dnl  Copyright 2004,2005,2007,2008,2009 Free Software Foundation, Inc.
 dnl  
 dnl  This file is part of GNU Radio
 dnl  
@@ -19,7 +19,7 @@ dnl  the Free Software Foundation, Inc., 51 Franklin Street,
 dnl  Boston, MA 02110-1301, USA.
 dnl 
 
-AC_INIT(gr-howto-write-a-block,3.2svn)
+AC_INIT(gr-howto-write-a-block,3.3svn)
 AC_PREREQ(2.57)
 AC_CONFIG_AUX_DIR([.])