From: jcorgan Date: Sat, 23 May 2009 22:34:49 +0000 (+0000) Subject: Update trunk to revision 3.3svn X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=536df1ddf6d50e7bda52cd2e903c636f21334737;p=debian%2Fgnuradio Update trunk to revision 3.3svn git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/configure.ac b/configure.ac index de32033e..69de40b1 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/debian/changelog b/debian/changelog index 2daa2376..22f1362a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 20 May 2009 18:00:00 -0800 + -- Johnathan Corgan 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 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 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 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 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 Mon, 22 Oct 2007 10:37:00 -0800 gnuradio (3.0.svn) unstable; urgency=low diff --git a/gr-howto-write-a-block/configure.ac b/gr-howto-write-a-block/configure.ac index da456e03..bfb43152 100644 --- a/gr-howto-write-a-block/configure.ac +++ b/gr-howto-write-a-block/configure.ac @@ -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([.])