Author: jcorgan Date: 2007-11-04 22:16:34 -0700 (Sun, 04 Nov 2007) New Revision: 6815
Modified: gnuradio/branches/releases/3.1/configure.ac gnuradio/branches/releases/3.1/debian/changelog gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac Log: Updated revision level to 3.1.1 Modified: gnuradio/branches/releases/3.1/configure.ac =================================================================== --- gnuradio/branches/releases/3.1/configure.ac 2007-11-05 00:43:50 UTC (rev 6814) +++ gnuradio/branches/releases/3.1/configure.ac 2007-11-05 05:16:34 UTC (rev 6815) @@ -22,7 +22,7 @@ AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(gnuradio,3.1.0) +AM_INIT_AUTOMAKE(gnuradio,3.1.1) AC_CONFIG_SRCDIR([gnuradio-core/src/lib/runtime/gr_vmcircbuf.cc]) DEFINES="" Modified: gnuradio/branches/releases/3.1/debian/changelog =================================================================== --- gnuradio/branches/releases/3.1/debian/changelog 2007-11-05 00:43:50 UTC (rev 6814) +++ gnuradio/branches/releases/3.1/debian/changelog 2007-11-05 05:16:34 UTC (rev 6815) @@ -1,5 +1,16 @@ -gnuradio (3.1.0) unstable; urgency=low +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 <[EMAIL PROTECTED]> 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 Modified: gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac =================================================================== --- gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac 2007-11-05 00:43:50 UTC (rev 6814) +++ gnuradio/branches/releases/3.1/gr-howto-write-a-block/configure.ac 2007-11-05 05:16:34 UTC (rev 6815) @@ -24,7 +24,7 @@ AC_CONFIG_SRCDIR([src/lib/howto.i]) AM_CONFIG_HEADER(config.h) AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE(gr-howto-write-a-block,3.1.0) +AM_INIT_AUTOMAKE(gr-howto-write-a-block,3.1.1) GR_X86_64 dnl LF_CONFIGURE_CC _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
